- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Aug 2011 19:15:34 -0400
- To: public-html-diffs@w3.org
hixie: Remove UndoManager in favour of http://rniwa.com/editing/undomanager.html (and a minor editorial tweak to an example) (whatwg r6527) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5226&r2=1.5227&f=h http://html5.org/tools/web-apps-tracker?from=6526&to=6527 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5226 retrieving revision 1.5227 diff -u -d -r1.5226 -r1.5227 --- Overview.html 25 Aug 2011 22:37:20 -0000 1.5226 +++ Overview.html 25 Aug 2011 23:14:01 -0000 1.5227 @@ -10573,13 +10573,14 @@ <li><p>Replace the <code><a href="#document">Document</a></code>'s singleton objects with new instances of those objects. (This includes in particular the <code><a href="#window">Window</a></code>, <code><a href="#location">Location</a></code>, <code><a href="#history-0">History</a></code>, - <code><a href="#applicationcache">ApplicationCache</a></code>, - and <code><a href="#navigator">Navigator</a></code>, objects, the various - <code><a href="#barprop">BarProp</a></code> objects, the two <code>Storage</code> objects, - the various <code><a href="#htmlcollection">HTMLCollection</a></code> objects, and objects - defined by other specifications, like <code>Selection</code>. It - also includes all the Web IDL prototypes in the JavaScript binding, - including the <code><a href="#document">Document</a></code> object's prototype.)</li> + <code><a href="#applicationcache">ApplicationCache</a></code>, and <code><a href="#navigator">Navigator</a></code>, objects, + the various <code><a href="#barprop">BarProp</a></code> objects, the two + <code>Storage</code> objects, the various + <code><a href="#htmlcollection">HTMLCollection</a></code> objects, and objects defined by other + specifications, like <code>Selection</code> and the document's + <code>UndoManager</code>. It also includes all the Web IDL + prototypes in the JavaScript binding, including the + <code><a href="#document">Document</a></code> object's prototype.)</li> @@ -16913,12 +16914,12 @@ <p>This is incorrect usage, because <code><a href="#the-cite-element">cite</a></code> is not for quotes:</p> - <pre><p><cite>This is wrong!</cite>, said Ian.</p></pre> + <pre class="bad"><p><cite>This is wrong!</cite>, said Ian.</p></pre> <p>This is also incorrect usage, because a person is not a work:</p> - <pre><p><q>This is still wrong!</q>, said <cite>Ian</cite>.</p></pre> + <pre class="bad"><p><q>This is still wrong!</q>, said <cite>Ian</cite>.</p></pre> <p>The correct usage does not use a <code><a href="#the-cite-element">cite</a></code> element:</p> @@ -72721,7 +72722,6 @@ <td> <code><a href="#event">Event</a></code> <td> Fired at the <code><a href="#document">Document</a></code> when it finishes parsing and again when all its subresources have finished loading - <tr><td> <code title="event-reset">reset</code> <td> <code><a href="#event">Event</a></code> <td> Fired at a <code><a href="#the-form-element">form</a></code> element when it is <a href="#concept-form-reset" title="concept-form-reset">reset</a> @@ -72734,7 +72734,6 @@ <td> <code><a href="#event">Event</a></code> <td> Fired at a <code><a href="#the-form-element">form</a></code> element when it is <a href="#concept-form-submit" title="concept-form-submit">submitted</a> - <tr><td> <code title="event-unload">unload</code> <td> <code><a href="#event">Event</a></code> <td> Fired at the <code><a href="#window">Window</a></code> object when the page is going away
Received on Thursday, 25 August 2011 23:15:35 UTC