[html5] r8740 - [e] (0) Follow URL spec terminology changes Fixing https://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 3 15:52:05 PDT 2014


Author: ianh
Date: 2014-09-03 15:52:01 -0700 (Wed, 03 Sep 2014)
New Revision: 8740

Modified:
   complete.html
   index
   source
Log:
[e] (0) Follow URL spec terminology changes
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26272
Affected topics: HTML, Security

Modified: complete.html
===================================================================
--- complete.html	2014-09-03 21:39:34 UTC (rev 8739)
+++ complete.html	2014-09-03 22:52:01 UTC (rev 8740)
@@ -2173,7 +2173,7 @@
      <li><dfn id=utf-8-percent-encode>UTF-8 percent encode</dfn>
      <li><dfn id=percent-decode>Percent decode</dfn>
      <li><dfn id=decoder-error>Decoder error</dfn>
-     <li>The <dfn id=domain-label-to-ascii>domain label to ASCII</dfn> algorithm<li>The <dfn id=domain-label-to-unicode>domain label to Unicode</dfn> algorithm<li><dfn id=urlutils><code>URLUtils</code></dfn> interface
+     <li>The <dfn id=domain-to-ascii>domain to ASCII</dfn> algorithm<li>The <dfn id=domain-to-unicode>domain to Unicode</dfn> algorithm<li><dfn id=urlutils><code>URLUtils</code></dfn> interface
      <li><dfn id=urlutilsreadonly><code>URLUtilsReadOnly</code></dfn> interface
      <li><dfn id=dom-url-href><code>href</code></dfn> IDL attribute
      <li><dfn id=dom-url-protocol><code>protocol</code></dfn> IDL attribute
@@ -57894,7 +57894,7 @@
 
   <ol><li><p>If the <a href=#origin-2 id=origin:origin-2-31>origin</a> in question is not a scheme/host/port tuple, then return the
    literal string "<code>null</code>" and abort these steps.<li><p>Otherwise, let <var>result</var> be the scheme part of the <a href=#origin-2 id=origin:origin-2-32>origin</a>
-   tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li><p>Apply the <a href=#domain-label-to-unicode id=origin:domain-label-to-unicode>domain label to Unicode</a> algorithm to each component of the host
+   tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li><p>Apply the <a href=#domain-to-unicode id=origin:domain-to-unicode>domain to Unicode</a> algorithm to each component of the host
    part of the <a href=#origin-2 id=origin:origin-2-33>origin</a> tuple, and append the results — each component, in the same
    order, separated by U+002E FULL STOP characters (.) — to <var>result</var>. <a href=#refsURL>[URL]</a><li><p>If the port part of the <a href=#origin-2 id=origin:origin-2-34>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-2 id=origin:origin-2-35>origin</a> tuple, then
@@ -57908,11 +57908,11 @@
    literal string "<code>null</code>" and abort these steps.<li><p>Otherwise, let <var>result</var> be the scheme part of the <a href=#origin-2 id=origin:origin-2-38>origin</a>
    tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li>
 
-    <p>Apply the <a href=#domain-label-to-ascii id=origin:domain-label-to-ascii>domain label to ASCII</a> algorithm to each component of the host part of
+    <p>Apply the <a href=#domain-to-ascii id=origin:domain-to-ascii>domain to ASCII</a> algorithm to each component of the host part of
     the <a href=#origin-2 id=origin:origin-2-39>origin</a> tuple, and append the results — each component, in the same order,
     separated by U+002E FULL STOP characters (.) — to <var>result</var>. <a href=#refsURL>[URL]</a></p>
 
-    <p>If the ToASCII algorithm used by the <a href=#domain-label-to-ascii id=origin:domain-label-to-ascii-2>domain label to ASCII</a> algorithm fails to
+    <p>If the ToASCII algorithm used by the <a href=#domain-to-ascii id=origin:domain-to-ascii-2>domain to ASCII</a> algorithm 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 id=origin:securityerror-2><a href=#securityerror>SecurityError</a></code> exception and abort these steps. <a href=#refsRFC3490>[RFC3490]</a></p>
 
@@ -57978,12 +57978,12 @@
     value.</p>
 
     <p>Otherwise, <a href=#strictly-split-a-string id=relaxing-the-same-origin-restriction:strictly-split-a-string>strictly split</a> the new value on
-    U+002E FULL STOP characters (.), apply the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii>domain label to ASCII</a> algorithm to each
+    U+002E FULL STOP characters (.), apply the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii>domain to ASCII</a> algorithm to each
     returned token, and let <var>new value</var> be the result of concatenating the
     results of applying that algorithm to each token, in the same order, separated by U+002E FULL
     STOP characters (.). <a href=#refsURL>[URL]</a></p>
 
-    <p>If the ToASCII algorithm used by the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii-2>domain label to ASCII</a> algorithm fails to
+    <p>If the ToASCII algorithm used by the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii-2>domain to ASCII</a> algorithm 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 id=relaxing-the-same-origin-restriction:securityerror-3><a href=#securityerror>SecurityError</a></code> exception and abort these steps. <a href=#refsRFC3490>[RFC3490]</a></p>
 
@@ -58015,7 +58015,7 @@
       steps. <a href=#refsPSL>[PSL]</a></p>
 
       <p>Suffixes must be compared in an <a href=#ascii-case-insensitive id=relaxing-the-same-origin-restriction:ascii-case-insensitive>ASCII case-insensitive</a> manner, after applying
-      the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii-3>domain label to ASCII</a> algorithm to their individual components, . <a href=#refsURL>[URL]</a></p>
+      the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii-3>domain to ASCII</a> algorithm to their individual components, . <a href=#refsURL>[URL]</a></p>
 
      </ol>
 

Modified: index
===================================================================
--- index	2014-09-03 21:39:34 UTC (rev 8739)
+++ index	2014-09-03 22:52:01 UTC (rev 8740)
@@ -2173,7 +2173,7 @@
      <li><dfn id=utf-8-percent-encode>UTF-8 percent encode</dfn>
      <li><dfn id=percent-decode>Percent decode</dfn>
      <li><dfn id=decoder-error>Decoder error</dfn>
-     <li>The <dfn id=domain-label-to-ascii>domain label to ASCII</dfn> algorithm<li>The <dfn id=domain-label-to-unicode>domain label to Unicode</dfn> algorithm<li><dfn id=urlutils><code>URLUtils</code></dfn> interface
+     <li>The <dfn id=domain-to-ascii>domain to ASCII</dfn> algorithm<li>The <dfn id=domain-to-unicode>domain to Unicode</dfn> algorithm<li><dfn id=urlutils><code>URLUtils</code></dfn> interface
      <li><dfn id=urlutilsreadonly><code>URLUtilsReadOnly</code></dfn> interface
      <li><dfn id=dom-url-href><code>href</code></dfn> IDL attribute
      <li><dfn id=dom-url-protocol><code>protocol</code></dfn> IDL attribute
@@ -57894,7 +57894,7 @@
 
   <ol><li><p>If the <a href=#origin-2 id=origin:origin-2-31>origin</a> in question is not a scheme/host/port tuple, then return the
    literal string "<code>null</code>" and abort these steps.<li><p>Otherwise, let <var>result</var> be the scheme part of the <a href=#origin-2 id=origin:origin-2-32>origin</a>
-   tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li><p>Apply the <a href=#domain-label-to-unicode id=origin:domain-label-to-unicode>domain label to Unicode</a> algorithm to each component of the host
+   tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li><p>Apply the <a href=#domain-to-unicode id=origin:domain-to-unicode>domain to Unicode</a> algorithm to each component of the host
    part of the <a href=#origin-2 id=origin:origin-2-33>origin</a> tuple, and append the results — each component, in the same
    order, separated by U+002E FULL STOP characters (.) — to <var>result</var>. <a href=#refsURL>[URL]</a><li><p>If the port part of the <a href=#origin-2 id=origin:origin-2-34>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-2 id=origin:origin-2-35>origin</a> tuple, then
@@ -57908,11 +57908,11 @@
    literal string "<code>null</code>" and abort these steps.<li><p>Otherwise, let <var>result</var> be the scheme part of the <a href=#origin-2 id=origin:origin-2-38>origin</a>
    tuple.<li><p>Append the string "<code>://</code>" to <var>result</var>.<li>
 
-    <p>Apply the <a href=#domain-label-to-ascii id=origin:domain-label-to-ascii>domain label to ASCII</a> algorithm to each component of the host part of
+    <p>Apply the <a href=#domain-to-ascii id=origin:domain-to-ascii>domain to ASCII</a> algorithm to each component of the host part of
     the <a href=#origin-2 id=origin:origin-2-39>origin</a> tuple, and append the results — each component, in the same order,
     separated by U+002E FULL STOP characters (.) — to <var>result</var>. <a href=#refsURL>[URL]</a></p>
 
-    <p>If the ToASCII algorithm used by the <a href=#domain-label-to-ascii id=origin:domain-label-to-ascii-2>domain label to ASCII</a> algorithm fails to
+    <p>If the ToASCII algorithm used by the <a href=#domain-to-ascii id=origin:domain-to-ascii-2>domain to ASCII</a> algorithm 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 id=origin:securityerror-2><a href=#securityerror>SecurityError</a></code> exception and abort these steps. <a href=#refsRFC3490>[RFC3490]</a></p>
 
@@ -57978,12 +57978,12 @@
     value.</p>
 
     <p>Otherwise, <a href=#strictly-split-a-string id=relaxing-the-same-origin-restriction:strictly-split-a-string>strictly split</a> the new value on
-    U+002E FULL STOP characters (.), apply the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii>domain label to ASCII</a> algorithm to each
+    U+002E FULL STOP characters (.), apply the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii>domain to ASCII</a> algorithm to each
     returned token, and let <var>new value</var> be the result of concatenating the
     results of applying that algorithm to each token, in the same order, separated by U+002E FULL
     STOP characters (.). <a href=#refsURL>[URL]</a></p>
 
-    <p>If the ToASCII algorithm used by the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii-2>domain label to ASCII</a> algorithm fails to
+    <p>If the ToASCII algorithm used by the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii-2>domain to ASCII</a> algorithm 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 id=relaxing-the-same-origin-restriction:securityerror-3><a href=#securityerror>SecurityError</a></code> exception and abort these steps. <a href=#refsRFC3490>[RFC3490]</a></p>
 
@@ -58015,7 +58015,7 @@
       steps. <a href=#refsPSL>[PSL]</a></p>
 
       <p>Suffixes must be compared in an <a href=#ascii-case-insensitive id=relaxing-the-same-origin-restriction:ascii-case-insensitive>ASCII case-insensitive</a> manner, after applying
-      the <a href=#domain-label-to-ascii id=relaxing-the-same-origin-restriction:domain-label-to-ascii-3>domain label to ASCII</a> algorithm to their individual components, . <a href=#refsURL>[URL]</a></p>
+      the <a href=#domain-to-ascii id=relaxing-the-same-origin-restriction:domain-to-ascii-3>domain to ASCII</a> algorithm to their individual components, . <a href=#refsURL>[URL]</a></p>
 
      </ol>
 

Modified: source
===================================================================
--- source	2014-09-03 21:39:34 UTC (rev 8739)
+++ source	2014-09-03 22:52:01 UTC (rev 8740)
@@ -2638,8 +2638,8 @@
      <li><dfn>UTF-8 percent encode</dfn>
      <li><dfn>Percent decode</dfn>
      <li><dfn>Decoder error</dfn>
-     <li>The <dfn>domain label to ASCII</dfn> algorithm</li>
-     <li>The <dfn>domain label to Unicode</dfn> algorithm</li>
+     <li>The <dfn>domain to ASCII</dfn> algorithm</li>
+     <li>The <dfn>domain to Unicode</dfn> algorithm</li>
      <li><dfn><code>URLUtils</code></dfn> interface
      <li><dfn><code>URLUtilsReadOnly</code></dfn> interface
      <li><dfn><code data-x="dom-url-href">href</code></dfn> IDL attribute
@@ -78106,7 +78106,7 @@
 
    <li><p>Append the string "<code data-x="">://</code>" to <var>result</var>.</p></li>
 
-   <li><p>Apply the <span>domain label to Unicode</span> algorithm to each component of the host
+   <li><p>Apply the <span>domain to Unicode</span> 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>result</var>. <ref spec=URL></p></li>
 
@@ -78134,11 +78134,11 @@
 
    <li>
 
-    <p>Apply the <span>domain label to ASCII</span> algorithm to each component of the host part of
+    <p>Apply the <span>domain to ASCII</span> 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>result</var>. <ref spec=URL></p>
 
-    <p>If the ToASCII algorithm used by the <span>domain label to ASCII</span> algorithm fails to
+    <p>If the ToASCII algorithm used by the <span>domain to ASCII</span> algorithm 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 abort these steps. <ref spec=RFC3490></p>
 
@@ -78240,12 +78240,12 @@
     value.</p>
 
     <p>Otherwise, <span data-x="strictly split a string">strictly split</span> the new value on
-    U+002E FULL STOP characters (.), apply the <span>domain label to ASCII</span> algorithm to each
+    U+002E FULL STOP characters (.), apply the <span>domain to ASCII</span> algorithm to each
     returned token, and let <var>new value</var> be the result of concatenating the
     results of applying that algorithm to each token, in the same order, separated by U+002E FULL
     STOP characters (.). <ref spec=URL></p>
 
-    <p>If the ToASCII algorithm used by the <span>domain label to ASCII</span> algorithm fails to
+    <p>If the ToASCII algorithm used by the <span>domain to ASCII</span> algorithm 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 abort these steps. <ref spec=RFC3490></p>
 
@@ -78287,7 +78287,7 @@
       steps. <ref spec=PSL></p>
 
       <p>Suffixes must be compared in an <span>ASCII case-insensitive</span> manner, after applying
-      the <span>domain label to ASCII</span> algorithm to their individual components, . <ref spec=URL></p>
+      the <span>domain to ASCII</span> algorithm to their individual components, . <ref spec=URL></p>
 
      </li>
 



More information about the Commit-Watchers mailing list