Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions master/linking.html
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,13 @@ <h2 id="Links">Links out of SVG content: the <span class="element-name">'a'</spa
These attributes further describe the targetted resource
and its relationship to the current document.
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>.

<div class="note">
<p>The SVG Working Group is waiting on the HTML specification to clarify the processing model and algorithms for these attributes.
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>
For more details on the ongoing clarification effort, see the
<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>
</div>
</dd>
</dl>

Expand Down