Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make fragment-only URLs always same-document. Closes #61.'
- Loading branch information
Showing
with
7 additions
and
0 deletions.
-
+2
−0
master/changes.html
-
+5
−0
master/linking.html
|
@@ -549,6 +549,8 @@ <h3 id="linking">Linking chapter</h3> |
|
|
<li>Removed the <span class='attr-name'>'viewTarget'</span> attribute |
|
|
on the <a>'view'</a> element and the corresponding SVG view fragment |
|
|
parameter.</li> |
|
|
|
|
|
<li class='added-since-last-wd'>Fragment-only URLs are always same-document.</li> |
|
|
</ul> |
|
|
|
|
|
<h3 id="script">Scripting chapter</h3> |
|
|
|
@@ -230,6 +230,11 @@ <h3 id="linkRefAttrs">URL reference attributes</h3> |
|
|
<p>If the <a>URL reference</a> is relative, its absolute version must be computed by the method described in |
|
|
<a href="http://www.w3.org/TR/xmlbase/">XML Base</a> before use [<a href="refs.html#ref-XML-BASE">XML-BASE</a>].</p> |
|
|
|
|
|
<p class='ready-for-wg-review'>If the <a>URL reference</a> is a fragment-only URL, it must be treated as |
|
|
a same-document URL as described in |
|
|
<a href="https://drafts.csswg.org/css-values/#local-urls">CSS Values and Units</a> |
|
|
[<a href="refs.html#ref-CSS3VALUES">CSS3VALUES</a>].</p> |
|
|
|
|
|
<p>If the protocol, such as HTTP, does not support <a>URLs</a> directly, |
|
|
the <a>URL</a> is converted to a URI by the SVG implementation, as described |
|
|
in section 3.1 of the <a href="http://www.ietf.org/rfc/rfc3987.txt">URL specification</a> [<a href="refs.html#ref-RFC3987">RFC3987</a>].</p> |
|
|