- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 09:57:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21466 Modified Files: Overview.html Log Message: xref (whatwg r4254) Index: Overview.html =================================================================== 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:14 UTC