hixie: xref (whatwg r4254)

hixie: xref (whatwg r4254)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3397&r2=1.3398&f=h
http://html5.org/tools/web-apps-tracker?from=4253&to=4254

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3397
retrieving revision 1.3398
diff -u -d -r1.3397 -r1.3398
--- Overview.html 21 Oct 2009 09:55:55 -0000 1.3397
+++ Overview.html 21 Oct 2009 09:57:09 -0000 1.3398
@@ -51939,11 +51939,10 @@
   action and have the e-mail return to its former location.</p>
 
   <p>Broadly speaking, <a href="#dom-changes">DOM changes</a> entries are handled by
-  the UA in response to user edits of form controls and <span>editing
-  hosts</span> on the page, and <a href="#undo-object">undo object</a> entries are
-  handled by script in response to higher-level user actions (such as
-  interactions with server-side state, or in the implementation of a
-  drawing tool).</p>
+  the UA in response to user edits of form controls and <a href="#editing-host" title="editing host">editing hosts</a> on the page, and
+  <a href="#undo-object">undo object</a> entries are handled by script in response
+  to higher-level user actions (such as interactions with server-side
+  state, or in the implementation of a drawing tool).</p>
 
   </div><h4 id="the-undomanager-interface"><span class="secno">7.10.2 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo
   transaction history</a>, the <code><a href="#undomanager">UndoManager</a></code>

Received on Wednesday, 21 October 2009 09:57:48 UTC