Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21942
Affected topics: Security

git-svn-id: http://svn.whatwg.org/webapps@7937 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 7, 2013
1 parent 4a6b5e9 commit 9ec9ab6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -65799,8 +65799,8 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>

<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.
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -65799,8 +65799,8 @@ x === this; // true</pre>

<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.
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73405,8 +73405,8 @@ x === this; // true</pre>

<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
Expand Down

0 comments on commit 9ec9ab6

Please sign in to comment.