Skip to content

Commit

Permalink
[] (0) %-escape strings used in IRIs in RDF output; continued. (bug 6…
Browse files Browse the repository at this point in the history
…902)

git-svn-id: http://svn.whatwg.org/webapps@3172 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 2, 2009
1 parent ecb26ac commit 54ffae4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index
Expand Up @@ -44292,7 +44292,8 @@ document.body.appendChild(outer);</pre>

<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=#refsRFC3987>[RFC3987]</a></li>

<li>

Expand Down Expand Up @@ -44336,7 +44337,8 @@ document.body.appendChild(outer);</pre>

<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=#refsRFC3987>[RFC3987]</a></li>

<li>

Expand Down
10 changes: 8 additions & 2 deletions source
Expand Up @@ -50173,7 +50173,10 @@ document.body.appendChild(outer);</pre>
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 &lt;ifragment>
production of the IRI syntax being %-escaped. <a
href="#refsRFC3987">[RFC3987]</a></p></li>

<li>

Expand Down Expand Up @@ -50235,7 +50238,10 @@ document.body.appendChild(outer);</pre>
<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 &lt;ifragment>
production of the IRI syntax being %-escaped. <a
href="#refsRFC3987">[RFC3987]</a></p></li>

<li>

Expand Down

0 comments on commit 54ffae4

Please sign in to comment.