html5/spec Overview.html,1.5664,1.5665

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28997

Modified Files:
	Overview.html 
Log Message:
Define the task source for the 'Navigating to a fragment identifier' task. (whatwg r7110)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5664
retrieving revision 1.5665
diff -u -d -r1.5664 -r1.5665
--- Overview.html	30 May 2012 22:55:11 -0000	1.5664
+++ Overview.html	30 May 2012 23:10:33 -0000	1.5665
@@ -52242,8 +52242,8 @@
   family</a> of a <code><a href="#document">Document</a></code> object consists of the
   union of all the <a href="#document-family" title="document family">document
   families</a> of the <a href="#browsing-context" title="browsing context">browsing
-  contexts</a> that are <span>nested through</span> the
-  <code><a href="#document">Document</a></code> object.</p>
+  contexts</a> that are <a href="#browsing-context-nested-through" title="browsing context nested
+  through">nested through</a> the <code><a href="#document">Document</a></code> object.</p>
 
 
   <h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5>
@@ -56034,10 +56034,11 @@
    will <a href="#scroll-to-the-fragment-identifier">scroll to the fragment identifier</a> given in what
    is now <a href="#the-document-s-current-address">the document's current address</a>.</li>
 
-  </ol><p class="note">If the scrolling fails because the relevant <a href="#concept-id" title="concept-id">ID</a> has
-  not yet been parsed, then the original <a href="#navigate" title="navigate">navigation</a> algorithm will take care of the
-  scrolling instead, as the last few steps of its <a href="#update-the-session-history-with-the-new-page">update the
-  session history with the new page</a> algorithm.</p>
+  </ol><p class="note">If the scrolling fails because the relevant <a href="#concept-id" title="concept-id">ID</a> has not yet been parsed, then the
+  original <a href="#navigate" title="navigate">navigation</a> algorithm will
+  take care of the scrolling instead, as the last few steps of its
+  <a href="#update-the-session-history-with-the-new-page">update the session history with the new page</a>
+  algorithm.</p>
 
   <hr><p>When the user agent is required to <dfn id="scroll-to-the-fragment-identifier">scroll to the fragment
   identifier</dfn>, it must either change the scrolling position of
@@ -56100,6 +56101,9 @@
   document</a>, if that is an element; otherwise there is no
   <i><a href="#target-element">target element</a></i>. <a href="#refsSELECTORS">[SELECTORS]</a></p>
 
+  <p>The <a href="#task-source">task source</a> for the task mentioned in this
+  section must be the <a href="#dom-manipulation-task-source">DOM manipulation task source</a>.</p>
+
   </div>
 
 

Received on Wednesday, 30 May 2012 23:10:41 UTC