[html5] r7937 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 7 14:53:27 PDT 2013
Author: ianh
Date: 2013-06-07 14:53:26 -0700 (Fri, 07 Jun 2013)
New Revision: 7937
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21942
Affected topics: Security
Modified: complete.html
===================================================================
--- complete.html 2013-06-07 21:44:49 UTC (rev 7936)
+++ complete.html 2013-06-07 21:53:26 UTC (rev 7937)
@@ -65799,8 +65799,8 @@
<li>
- <p>Apply the IDNA ToASCII algorithm the host part of the <a href=#origin>origin</a> tuple, with both
- the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results <var title="">result</var>.</p>
+ <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>
<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.
Modified: index
===================================================================
--- index 2013-06-07 21:44:49 UTC (rev 7936)
+++ index 2013-06-07 21:53:26 UTC (rev 7937)
@@ -65799,8 +65799,8 @@
<li>
- <p>Apply the IDNA ToASCII algorithm the host part of the <a href=#origin>origin</a> tuple, with both
- the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results <var title="">result</var>.</p>
+ <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>
<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.
Modified: source
===================================================================
--- source 2013-06-07 21:44:49 UTC (rev 7936)
+++ source 2013-06-07 21:53:26 UTC (rev 7937)
@@ -73405,8 +73405,8 @@
<li>
- <p>Apply the IDNA ToASCII algorithm the host part of the <span>origin</span> tuple, with both
- the AllowUnassigned and UseSTD3ASCIIRules flags set, and append the results <var
+ <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
title="">result</var>.</p>
<p>If ToASCII fails to convert one of the components of the string, e.g. because it is too long
More information about the Commit-Watchers
mailing list