[html5] r8312 - [e] (0) Mark areas that need updating for this bug (moving IDNA references to UR [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Nov 22 12:38:36 PST 2013
Author: ianh
Date: 2013-11-22 12:38:35 -0800 (Fri, 22 Nov 2013)
New Revision: 8312
Modified:
complete.html
index
source
Log:
[e] (0) Mark areas that need updating for this bug (moving IDNA references to URL standard references).
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23005
Affected topics: Security
Modified: complete.html
===================================================================
--- complete.html 2013-11-22 20:22:18 UTC (rev 8311)
+++ complete.html 2013-11-22 20:38:35 UTC (rev 8312)
@@ -65177,7 +65177,7 @@
<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 — each component, in the same order,
- separated by U+002E FULL STOP characters (.) — to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li>
+ separated by U+002E FULL STOP characters (.) — 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
@@ -65199,7 +65199,7 @@
<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.
@@ -65289,7 +65289,7 @@
<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
@@ -65331,7 +65331,7 @@
<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>
Modified: index
===================================================================
--- index 2013-11-22 20:22:18 UTC (rev 8311)
+++ index 2013-11-22 20:38:35 UTC (rev 8312)
@@ -65177,7 +65177,7 @@
<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 — each component, in the same order,
- separated by U+002E FULL STOP characters (.) — to <var title="">result</var>. <a href=#refsRFC3490>[RFC3490]</a></li>
+ separated by U+002E FULL STOP characters (.) — 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
@@ -65199,7 +65199,7 @@
<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.
@@ -65289,7 +65289,7 @@
<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
@@ -65331,7 +65331,7 @@
<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>
Modified: source
===================================================================
--- source 2013-11-22 20:22:18 UTC (rev 8311)
+++ source 2013-11-22 20:38:35 UTC (rev 8312)
@@ -72563,7 +72563,7 @@
<li><p>Apply the IDNA ToUnicode algorithm to each component of the host part of the
<span>origin</span> tuple, and append the results — each component, in the same order,
separated by U+002E FULL STOP characters (.) — 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
@@ -72592,7 +72592,7 @@
<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.
@@ -72697,7 +72697,7 @@
<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
@@ -72743,7 +72743,7 @@
<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>
More information about the Commit-Watchers
mailing list