- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 01:09:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26889
Modified Files:
Overview.html
Log Message:
remove some XXX markers since i decided to use internal links after all (whatwg r2925)
Index: Overview.html
===================================================================
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:10:02 UTC