[html5] r1231 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 15 20:49:30 PST 2008


Author: ianh
Date: 2008-02-15 20:49:29 -0800 (Fri, 15 Feb 2008)
New Revision: 1231

Modified:
   index
   source
Log:
[e] (0) Clarify the processing of changing the fragment identifier.

Modified: index
===================================================================
--- index	2008-02-16 04:28:50 UTC (rev 1230)
+++ index	2008-02-16 04:49:29 UTC (rev 1231)
@@ -28949,9 +28949,9 @@
 
    <li>
     <p>If the new resource is the same as the current resource, but a
-     fragment identifier has been specified, then <a href="#navigating0"
-     title=navigate-fragid>navigate to that fragment identifier</a> and abort
-     these steps.
+     fragment identifier has been specified, changed, or removed, then <a
+     href="#navigating0" title=navigate-fragid>navigate to that fragment
+     identifier</a> and abort these steps.
 
    <li>
     <p>If the new resource is to be handled by displaying some sort of inline
@@ -29437,8 +29437,8 @@
    there is no indicated part, then the user agent must not scroll anywhere.
 
   <p>The <dfn id=the-indicated>the indicated part of the document</dfn> is
-   the one that the fragment identifier identifies. The semantics of the
-   fragment identifier in terms of mapping it to a specific DOM Node is
+   the one that the fragment identifier, if any, identifies. The semantics of
+   the fragment identifier in terms of mapping it to a specific DOM Node is
    defined by the MIME type specification of the document's MIME Type (for
    example, the processing of fragment identifiers for XML MIME types is the
    responsibility of RFC3023).

Modified: source
===================================================================
--- source	2008-02-16 04:28:50 UTC (rev 1230)
+++ source	2008-02-16 04:49:29 UTC (rev 1231)
@@ -26484,9 +26484,9 @@
    context.</p></li>
 
    <li><p>If the new resource is the same as the current resource, but
-   a fragment identifier has been specified, then <span
-   title="navigate-fragid">navigate to that fragment identifier</span>
-   and abort these steps.</p></li>
+   a fragment identifier has been specified, changed, or removed, then
+   <span title="navigate-fragid">navigate to that fragment
+   identifier</span> and abort these steps.</p></li>
 
    <li><p>If the new resource is to be handled by displaying some sort
    of inline content, e.g. an error message because the specified
@@ -26989,11 +26989,11 @@
   not scroll anywhere.</p>
 
   <p>The <dfn>the indicated part of the document</dfn> is the one that
-  the fragment identifier identifies. The semantics of the fragment
-  identifier in terms of mapping it to a specific DOM Node is defined
-  by the MIME type specification of the document's MIME Type (for
-  example, the processing of fragment identifiers for XML MIME types
-  is the responsibility of RFC3023).</p>
+  the fragment identifier, if any, identifies. The semantics of the
+  fragment identifier in terms of mapping it to a specific DOM Node is
+  defined by the MIME type specification of the document's MIME Type
+  (for example, the processing of fragment identifiers for XML MIME
+  types is the responsibility of RFC3023).</p>
 
   <p>For HTML documents (and the <code>text/html</code> MIME type),
   the following processing model must be followed to determine what




More information about the Commit-Watchers mailing list