- From: poot <cvsmail@w3.org>
- Date: Fri, 1 Aug 2008 09:50:05 +0900 (JST)
- To: public-html-diffs@w3.org
clarify where to bail if you want to ignore the navigation for some
reason (whatwg r1969)
Fragment identifiers: If the absolute URL of the new resource is the same as the address of the active document of the browsing context being navigated, ignoring any <fragment> components of those URLs, and the new resource is to be fetched using HTTP GET or equivalent, then navigate to that fragment identifier and abort these steps.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1160.html#navigate-fragid-step
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1159&r2=1.1160&f=h
http://html5.org/tools/web-apps-tracker?from=1968&to=1969
===================================================================
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:50:45 UTC