spec/Overview.html 1.2090 2925 remove some XXX markers since i decided

remove some XXX markers since i decided to use internal links after all
(whatwg r2925)

5.9.4.1 Security
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2090.html#security-3
5.9.5 Implementation notes for session history
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2090.html#history-notes
entry update
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2090.html#entry-update
5.10.8 Navigating to a fragment identifier
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2090.html#scroll-to-fragid

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2089&r2=1.2090&f=h
http://html5.org/tools/web-apps-tracker?from=2924&to=2925

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2089
retrieving revision 1.2090
diff -u -d -r1.2089 -r1.2090
--- Overview.html 31 Mar 2009 01:07:44 -0000 1.2089
+++ Overview.html 31 Mar 2009 01:09:51 -0000 1.2090
@@ -39640,6 +39640,7 @@
   </div><div class=impl>
 
   <h4 id=history-notes><span class=secno>5.9.5 </span>Implementation notes for session history</h4>
+  <!-- don't change the ID without updating multiple internal links -->
 
   <p><em>This section is non-normative.</em></p>
 
@@ -39990,9 +39991,9 @@
       <ol><li><p>Remove all the entries after the <a href=#current-entry>current
        entry</a> in the <a href=#browsing-context>browsing context</a>'s
        <code>Document</code> object's <code><a href=#history-1>History</a></code> object.</p>
-       <p class=note>This <a href=#history-notes>doesn't necessarily
-       have to affect</a><!--XXX change to auto-xref?--> the user
-       agent's user interface.</p> </li>
+       <p class=note>This <a href=#history-notes>doesn't
+       necessarily have to affect</a> the user agent's user
+       interface.</p> </li>
 
        <li><p>Append a new entry at the end of the <code><a href=#history-1>History</a></code>
        object representing the new resource and its
@@ -40271,12 +40272,10 @@
   identifier, then the user agent must <a href=#queue-a-task>queue a task</a> to
   run the following steps:</p>
 
-  <ol><li><p>Remove all the entries after the <a href=#current-entry>current
-   entry</a> in the <a href=#browsing-context>browsing context</a>'s
-   <code>Document</code> object's <code><a href=#history-1>History</a></code> object.</p>
-   <p class=note>This <a href=#history-notes>doesn't necessarily
-   have to affect</a><!--XXX change to auto-xref?--> the user
-   agent's user interface.</p> </li>
+  <ol><li><p>Remove all the entries after the <a href=#current-entry>current entry</a>
+   in the <a href=#browsing-context>browsing context</a>'s <code>Document</code>
+   object's <code><a href=#history-1>History</a></code> object.</p> <p class=note>This <a href=#history-notes>doesn't necessarily have to affect</a> the
+   user agent's user interface.</p> </li>
 
    <li><p>Append a new entry at the end of the <code><a href=#history-1>History</a></code>
    object representing the new resource and its <code>Document</code>

Received on Tuesday, 31 March 2009 01:12:25 UTC