html5/spec Overview.html,1.2325,1.2326

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10993

Modified Files:
	Overview.html 
Log Message:
%-escape strings used in IRIs in RDF output; continued. (bug 6902) (whatwg r3172)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2325
retrieving revision 1.2326
diff -u -d -r1.2325 -r1.2326
--- Overview.html	2 Jun 2009 00:40:51 -0000	1.2325
+++ Overview.html	2 Jun 2009 00:43:57 -0000	1.2326
@@ -39648,7 +39648,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 &lt;ifragment&gt;
+     production of the IRI syntax being %-escaped. <a href="#references">[RFC3987]</a></li>
 
      <li>
 
@@ -39692,7 +39693,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 &lt;ifragment&gt;
+       production of the IRI syntax being %-escaped. <a href="#references">[RFC3987]</a></li>
 
        <li>
 

Received on Tuesday, 2 June 2009 00:44:07 UTC