|
54 | 54 | <div class="head"> |
55 | 55 | <p><a href="https://www.w3.org/"><img height="48" width="72" alt="W3C" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C"/></a></p> |
56 | 56 | <h1 id="Overview-pagetitle">Scalable Vector Graphics (SVG) 2</h1> |
57 | | - <h2 id="Overview-pagesubtitle">W3C Editor’s Draft <em>25 November 2025</em></h2> |
| 57 | + <h2 id="Overview-pagesubtitle">W3C Editor’s Draft <em>27 November 2025</em></h2> |
58 | 58 | <dl> |
59 | 59 | <dt>This version:</dt> |
60 | 60 | <dd><a href="https://svgwg.org/svg2-draft/" class="url">https://svgwg.org/svg2-draft/</a></dd> |
@@ -113,7 +113,7 @@ <h2 id="Overview-status">Status of This Document</h2> |
113 | 113 | publications and the latest revision of this technical report can be found in |
114 | 114 | the <a href="https://www.w3.org/TR/">W3C technical reports index</a> at https://www.w3.org/TR/</em>.</p> |
115 | 115 |
|
116 | | -<p>This document is the 25 November 2025 <strong>Editor’s Draft</strong> of SVG 2. This version of SVG |
| 116 | +<p>This document is the 27 November 2025 <strong>Editor’s Draft</strong> of SVG 2. This version of SVG |
117 | 117 | builds upon <a href="https://www.w3.org/TR/2011/REC-SVG11-20110816/">SVG 1.1 Second Edition</a> |
118 | 118 | by improving the usability of the language and by adding new features commonly |
119 | 119 | requested by authors. The <a href="#chapter-changes">Changes</a> appendix lists all |
@@ -30862,6 +30862,13 @@ <h2 id="linking-Links" class="heading">16.2. Links out of SVG content: the <span |
30862 | 30862 | These attributes further describe the targetted resource |
30863 | 30863 | and its relationship to the current document. |
30864 | 30864 | Allowed values and meaning are <a href="https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element">as defined for the <code>a</code> element in HTML</a>. |
| 30865 | + |
| 30866 | + <div class="note"> |
| 30867 | + <p>The SVG Working Group is waiting on the HTML specification to clarify the processing model and algorithms for these attributes. |
| 30868 | + The attributes should follow the definitions and algorithms <a href="https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks-2">as specified in the HTML specification</a>.</p> |
| 30869 | + For more details on the ongoing clarification effort, see the |
| 30870 | + <p><a href="https://github.com/whatwg/html/issues/11936">HTML specification issue on processing model and algorithms for the HTML A element</a>.</p> |
| 30871 | + </div> |
30865 | 30872 | </dd> |
30866 | 30873 | </dl> |
30867 | 30874 |
|
|
0 commit comments