[html5] r1969 - [e] (0) clarify where to bail if you want to ignore the navigation for some reason

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 31 17:46:20 PDT 2008


Author: ianh
Date: 2008-07-31 17:46:19 -0700 (Thu, 31 Jul 2008)
New Revision: 1969

Modified:
   index
   source
Log:
[e] (0) clarify where to bail if you want to ignore the navigation for some reason

Modified: index
===================================================================
--- index	2008-07-31 09:32:25 UTC (rev 1968)
+++ index	2008-08-01 00:46:19 UTC (rev 1969)
@@ -24,7 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 31 July
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 1 August
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -35362,8 +35362,10 @@
 
    <li>
     <p>If the new resource is to be handled using a mechanism that does not
-     affect the browsing context, then abort these steps and proceed with
-     that mechanism instead.
+     affect the browsing context, e.g. ignoring the navigation request
+     altogether because the specified scheme is not one of the supported
+     protocols, then abort these steps and proceed with that mechanism
+     instead.
 
    <li>
     <p>If the new resource is to be fetched using HTTP GET or equivalent, and

Modified: source
===================================================================
--- source	2008-07-31 09:32:25 UTC (rev 1968)
+++ source	2008-08-01 00:46:19 UTC (rev 1969)
@@ -32790,8 +32790,10 @@
    abort these steps.</p></li>
 
    <li><p>If the new resource is to be handled using a mechanism that
-   does not affect the browsing context, then abort these steps and
-   proceed with that mechanism instead.</p></li>
+   does not affect the browsing context, e.g. ignoring the navigation
+   request altogether because the specified scheme is not one of the
+   supported protocols, then abort these steps and proceed with that
+   mechanism instead.</p></li>
 
    <li>
 




More information about the Commit-Watchers mailing list