[html5] r1219 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 13 19:39:52 PST 2008


Author: ianh
Date: 2008-02-13 19:39:51 -0800 (Wed, 13 Feb 2008)
New Revision: 1219

Modified:
   source
Log:
[e] (0) make it clear that the whole thing must be aborted

Modified: source
===================================================================
--- source	2008-02-13 01:47:33 UTC (rev 1218)
+++ source	2008-02-14 03:39:51 UTC (rev 1219)
@@ -33921,13 +33921,13 @@
 
      <li><p>If the value of the <var title="">origin</var> argument is
      not a valid URI or IRI, then throw a <code>SYNTAX_ERR</code>
-     exception and abort these steps. <a
+     exception and abort the overall set of steps. <a
      href="#refsRFC3490">[RFC3986]</a> <a
      href="#refsRFC3490">[RFC3987]</a></p></li>
 
      <li><p>If the <span>origin</span> of the <var
      title="">target</var> document is not a scheme/host/port tuple,
-     then abort these steps silently.</p></li>
+     then abort the overall set of steps silently.</p></li>
 
      <li><p>Otherwise, let <var title="">origin</var> be the URI or
      IRI parsed from the <var title="">origin</var> argument. <a
@@ -33935,8 +33935,9 @@
      href="#refsRFC3490">[RFC3987]</a></p></li>
 
      <li><p>If <var title="">origin</var> uses a URI scheme that does
-     not have a server-based naming authority, then abort these steps
-     silently. <a href="#refsRFC3490">[RFC3986]</a></p></li>
+     not have a server-based naming authority, then abort the overall
+     set of steps silently. <a
+     href="#refsRFC3490">[RFC3986]</a></p></li>
 
      <li><p>Let <var title="">desired scheme</var> be the <scheme>
      component of <var title="">origin</var>.</p></li>
@@ -33951,19 +33952,19 @@
 
      <li><p>If <var title="">desired scheme</var> is not the same as
      the scheme component of the <span>origin</span> of the <var
-     title="">target</var> document, then abort these steps
+     title="">target</var> document, then abort the overall set of steps
      silently.</p></li>
 
      <li><p>If <var title="">desired host</var> is not the same as the
      host component of the <span>origin</span> of the <var
      title="">target</var> document, after having the ToAscii
-     algorithm applied, then abort these steps silently. <a
-     href="#refsRFC3490">[RFC3490]</a></p></li>
+     algorithm applied, then abort the overall set of steps
+     silently. <a href="#refsRFC3490">[RFC3490]</a></p></li>
 
      <li><p>If <var title="">desired port</var> is not the same as the
      port component of the <span>origin</span> of the <var
-     title="">target</var> document, then abort these steps
-     silently.</p></li>
+     title="">target</var> document, then abort the overall set of
+     steps silently.</p></li>
 
     </ol>
 




More information about the Commit-Watchers mailing list