[html5] r3172 - [] (0) %-escape strings used in IRIs in RDF output; continued. (bug 6902)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 1 17:43:54 PDT 2009
Author: ianh
Date: 2009-06-01 17:43:52 -0700 (Mon, 01 Jun 2009)
New Revision: 3172
Modified:
index
source
Log:
[] (0) %-escape strings used in IRIs in RDF output; continued. (bug 6902)
Modified: index
===================================================================
--- index 2009-06-02 00:40:46 UTC (rev 3171)
+++ index 2009-06-02 00:43:52 UTC (rev 3172)
@@ -44292,7 +44292,8 @@
<ol><li><p>If <var title="">type</var> is not an <a href=#absolute-url>absolute
URL</a>, then let <var title="">type</var> be the result of
- concatenating the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var title="">type</var>.</li>
+ concatenating the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var title="">type</var>, with any characters in <var title="">type</var> that are not valid in the <ifragment>
+ production of the IRI syntax being %-escaped. <a href=#refsRFC3987>[RFC3987]</a></li>
<li>
@@ -44336,7 +44337,8 @@
<li><p>Otherwise, if <var title="">name</var> is not an
<a href=#absolute-url>absolute URL</a>, then let <var title="">name</var> be
- the result of concatenating the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var title="">name</var>.</li>
+ the result of concatenating the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var title="">name</var>, with any characters in <var title="">name</var> that are not valid in the <ifragment>
+ production of the IRI syntax being %-escaped. <a href=#refsRFC3987>[RFC3987]</a></li>
<li>
Modified: source
===================================================================
--- source 2009-06-02 00:40:46 UTC (rev 3171)
+++ source 2009-06-02 00:43:52 UTC (rev 3172)
@@ -50173,7 +50173,10 @@
URL</span>, then let <var title="">type</var> be the result of
concatenating the string "<code
title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var
- title="">type</var>.</p></li>
+ title="">type</var>, with any characters in <var
+ title="">type</var> that are not valid in the <ifragment>
+ production of the IRI syntax being %-escaped. <a
+ href="#refsRFC3987">[RFC3987]</a></p></li>
<li>
@@ -50235,7 +50238,10 @@
<span>absolute URL</span>, then let <var title="">name</var> be
the result of concatenating the string "<code
title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var
- title="">name</var>.</p></li>
+ title="">name</var>, with any characters in <var
+ title="">name</var> that are not valid in the <ifragment>
+ production of the IRI syntax being %-escaped. <a
+ href="#refsRFC3987">[RFC3987]</a></p></li>
<li>
More information about the Commit-Watchers
mailing list