- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Aug 2008 00:46:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29796
Modified Files:
Overview.html
Log Message:
clarify where to bail if you want to ignore the navigation for some reason (whatwg r1969)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1159
retrieving revision 1.1160
diff -u -d -r1.1159 -r1.1160
--- Overview.html 31 Jul 2008 09:32:30 -0000 1.1159
+++ Overview.html 1 Aug 2008 00:46:23 -0000 1.1160
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->31 July 2008</h2>
+ Editor's Draft <!--ZZZ--> 1 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -175,8 +175,8 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 31
- July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 1
+ August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -35433,8 +35433,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
Received on Friday, 1 August 2008 00:47:01 UTC