- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 09:45:32 +0900 (JST)
- To: public-html-diffs@w3.org
%-escape strings used in IRIs in RDF output; continued. (bug 6902) (whatwg r3172) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6902 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2326.html#generate-the-triples-for-an-item http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2325&r2=1.2326&f=h http://html5.org/tools/web-apps-tracker?from=3171&to=3172 =================================================================== 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 <ifragment> + 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 <ifragment> + production of the IRI syntax being %-escaped. <a href="#references">[RFC3987]</a></li> <li>
Received on Tuesday, 2 June 2009 00:46:04 UTC