Skip to content

Commit

Permalink
[e] (0) Mark areas that need updating for this bug (moving IDNA refer…
Browse files Browse the repository at this point in the history
…ences to URL standard references).

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23005
Affected topics: Security

git-svn-id: http://svn.whatwg.org/webapps@8312 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2013
1 parent 1fea23c commit a331771
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -65177,7 +65177,7 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>

<li><p>Apply the IDNA ToUnicode algorithm to each component of the host part of the
<a href=#origin>origin</a> tuple, and append the results &mdash; each component, in the same order,
separated by U+002E FULL STOP characters (.) &mdash; to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li>
separated by U+002E FULL STOP characters (.) &mdash; to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li> <!--XXX-23005-->

<li><p>If the port part of the <a href=#origin>origin</a> tuple gives a port that is different from the
default port for the protocol given by the scheme part of the <a href=#origin>origin</a> tuple, then
Expand All @@ -65199,7 +65199,7 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
<li>

<p>Apply the IDNA ToASCII algorithm to the host part of the <a href=#origin>origin</a> tuple, with both
the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results to <var title="">result</var>.</p>
the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results to <var title="">result</var>.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then return the empty string and abort these steps.
Expand Down Expand Up @@ -65289,7 +65289,7 @@ <h4 id=relaxing-the-same-origin-restriction><span class=secno>6.3.1 </span>Relax
<p>If the new value is an IPv4 or IPv6 address, let <var title="">new value</var> be the new
value. Otherwise, apply the IDNA ToASCII algorithm to the new value, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, and let <var title="">new value</var> be the
result of the ToASCII algorithm.</p>
result of the ToASCII algorithm.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then throw a <code><a href=#securityerror>SecurityError</a></code> exception and
Expand Down Expand Up @@ -65331,7 +65331,7 @@ <h4 id=relaxing-the-same-origin-restriction><span class=secno>6.3.1 </span>Relax

<p>Suffixes must be compared after applying the IDNA ToASCII algorithm to them, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
manner. <a href=#refsRFC3490>[RFC3490]</a></p>
manner. <a href=#refsRFC3490>[RFC3490]</a></p> <!--XXX-23005-->

</li>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -65177,7 +65177,7 @@ x === this; // true</pre>

<li><p>Apply the IDNA ToUnicode algorithm to each component of the host part of the
<a href=#origin>origin</a> tuple, and append the results &mdash; each component, in the same order,
separated by U+002E FULL STOP characters (.) &mdash; to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li>
separated by U+002E FULL STOP characters (.) &mdash; to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li> <!--XXX-23005-->

<li><p>If the port part of the <a href=#origin>origin</a> tuple gives a port that is different from the
default port for the protocol given by the scheme part of the <a href=#origin>origin</a> tuple, then
Expand All @@ -65199,7 +65199,7 @@ x === this; // true</pre>
<li>

<p>Apply the IDNA ToASCII algorithm to the host part of the <a href=#origin>origin</a> tuple, with both
the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results to <var title="">result</var>.</p>
the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results to <var title="">result</var>.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then return the empty string and abort these steps.
Expand Down Expand Up @@ -65289,7 +65289,7 @@ x === this; // true</pre>
<p>If the new value is an IPv4 or IPv6 address, let <var title="">new value</var> be the new
value. Otherwise, apply the IDNA ToASCII algorithm to the new value, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, and let <var title="">new value</var> be the
result of the ToASCII algorithm.</p>
result of the ToASCII algorithm.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then throw a <code><a href=#securityerror>SecurityError</a></code> exception and
Expand Down Expand Up @@ -65331,7 +65331,7 @@ x === this; // true</pre>

<p>Suffixes must be compared after applying the IDNA ToASCII algorithm to them, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
manner. <a href=#refsRFC3490>[RFC3490]</a></p>
manner. <a href=#refsRFC3490>[RFC3490]</a></p> <!--XXX-23005-->

</li>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -72563,7 +72563,7 @@ x === this; // true</pre>
<li><p>Apply the IDNA ToUnicode algorithm to each component of the host part of the
<span>origin</span> tuple, and append the results &mdash; each component, in the same order,
separated by U+002E FULL STOP characters (.) &mdash; to <var data-x="">result</var>. <a
href="#refsRFC3490">[RFC3490]</a></p></li>
href="#refsRFC3490">[RFC3490]</a></p></li> <!--XXX-23005-->

<li><p>If the port part of the <span>origin</span> tuple gives a port that is different from the
default port for the protocol given by the scheme part of the <span>origin</span> tuple, then
Expand Down Expand Up @@ -72592,7 +72592,7 @@ x === this; // true</pre>

<p>Apply the IDNA ToASCII algorithm to the host part of the <span>origin</span> tuple, with both
the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results to <var
data-x="">result</var>.</p>
data-x="">result</var>.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then return the empty string and abort these steps.
Expand Down Expand Up @@ -72697,7 +72697,7 @@ x === this; // true</pre>
<p>If the new value is an IPv4 or IPv6 address, let <var data-x="">new value</var> be the new
value. Otherwise, apply the IDNA ToASCII algorithm to the new value, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, and let <var data-x="">new value</var> be the
result of the ToASCII algorithm.</p>
result of the ToASCII algorithm.</p> <!--XXX-23005-->

<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
or because it contains invalid characters, then throw a <code>SecurityError</code> exception and
Expand Down Expand Up @@ -72743,7 +72743,7 @@ x === this; // true</pre>

<p>Suffixes must be compared after applying the IDNA ToASCII algorithm to them, with both the
AllowUnassigned and UseSTD3ASCIIRules flags set, in an <span>ASCII case-insensitive</span>
manner. <a href="#refsRFC3490">[RFC3490]</a></p>
manner. <a href="#refsRFC3490">[RFC3490]</a></p> <!--XXX-23005-->

</li>

Expand Down

0 comments on commit a331771

Please sign in to comment.