[html5] r1220 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 13 19:46:56 PST 2008


Author: ianh
Date: 2008-02-13 19:46:55 -0800 (Wed, 13 Feb 2008)
New Revision: 1220

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

Modified: index
===================================================================
--- index	2008-02-14 03:39:51 UTC (rev 1219)
+++ index	2008-02-14 03:46:55 UTC (rev 1220)
@@ -24,7 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 13 February
+   <h2 class="no-num no-toc" id=working>Working Draft — 14 February
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -36563,13 +36563,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 href="#refsRFC3490">[RFC3986]</a> <a
-       href="#refsRFC3490">[RFC3987]</a>
+       abort the overall set of steps. <a href="#refsRFC3490">[RFC3986]</a>
+       <a href="#refsRFC3490">[RFC3987]</a>
 
      <li>
       <p>If the <a href="#origin0">origin</a> of the <var
        title="">target</var> document is not a scheme/host/port tuple, then
-       abort these steps silently.
+       abort the overall set of steps silently.
 
      <li>
       <p>Otherwise, let <var title="">origin</var> be the URI or IRI parsed
@@ -36578,8 +36578,8 @@
 
      <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>
+       server-based naming authority, then abort the overall set of steps
+       silently. <a href="#refsRFC3490">[RFC3986]</a>
 
      <li>
       <p>Let <var title="">desired scheme</var> be the <scheme> component
@@ -36598,19 +36598,21 @@
      <li>
       <p>If <var title="">desired scheme</var> is not the same as the scheme
        component of the <a href="#origin0">origin</a> of the <var
-       title="">target</var> document, then abort these steps silently.
+       title="">target</var> document, then abort the overall set of steps
+       silently.
 
      <li>
       <p>If <var title="">desired host</var> is not the same as the host
        component of the <a href="#origin0">origin</a> of the <var
        title="">target</var> document, after having the ToAscii algorithm
-       applied, then abort these steps silently. <a
+       applied, then abort the overall set of steps silently. <a
        href="#refsRFC3490">[RFC3490]</a>
 
      <li>
       <p>If <var title="">desired port</var> is not the same as the port
        component of the <a href="#origin0">origin</a> of the <var
-       title="">target</var> document, then abort these steps silently.
+       title="">target</var> document, then abort the overall set of steps
+       silently.
     </ol>
 
    <li>




More information about the Commit-Watchers mailing list