- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Aug 2011 23:46:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8718 Modified Files: content-models.html index.html spec.html text-level-semantics.html Log Message: Remove UndoManager in favour of http://rniwa.com/editing/undomanager.html (and a minor editorial tweak to an example) (whatwg r6527) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1055 retrieving revision 1.1056 diff -u -d -r1.1055 -r1.1056 --- text-level-semantics.html 17 Aug 2011 23:46:34 -0000 1.1055 +++ text-level-semantics.html 25 Aug 2011 23:46:22 -0000 1.1056 @@ -787,12 +787,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> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- content-models.html 17 Aug 2011 23:46:30 -0000 1.88 +++ content-models.html 25 Aug 2011 23:46:22 -0000 1.89 @@ -1626,13 +1626,14 @@ <li><p>Replace the <code><a href="infrastructure.html#document">Document</a></code>'s singleton objects with new instances of those objects. (This includes in particular the <code><a href="browsers.html#window">Window</a></code>, <code><a href="history.html#location">Location</a></code>, <code><a href="history.html#history-0">History</a></code>, - <code><a href="offline.html#applicationcache">ApplicationCache</a></code>, - and <code><a href="timers.html#navigator">Navigator</a></code>, objects, the various - <code><a href="browsers.html#barprop">BarProp</a></code> objects, the two <code>Storage</code> objects, - the various <code><a href="infrastructure.html#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="infrastructure.html#document">Document</a></code> object's prototype.)</p></li> + <code><a href="offline.html#applicationcache">ApplicationCache</a></code>, and <code><a href="timers.html#navigator">Navigator</a></code>, objects, + the various <code><a href="browsers.html#barprop">BarProp</a></code> objects, the two + <code>Storage</code> objects, the various + <code><a href="infrastructure.html#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="infrastructure.html#document">Document</a></code> object's prototype.)</p></li> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1069 retrieving revision 1.1070 diff -u -d -r1.1069 -r1.1070 --- index.html 16 Aug 2011 05:46:30 -0000 1.1069 +++ index.html 25 Aug 2011 23:46:22 -0000 1.1070 @@ -3268,7 +3268,6 @@ </td><td> <code><a href="infrastructure.html#event">Event</a></code> </td><td> Fired at the <code><a href="infrastructure.html#document">Document</a></code> when it finishes parsing and again when all its subresources have finished loading - </td></tr><tr><td> <code title="event-reset">reset</code> </td><td> <code><a href="infrastructure.html#event">Event</a></code> </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="association-of-controls-and-forms.html#concept-form-reset" title="concept-form-reset">reset</a> @@ -3281,7 +3280,6 @@ </td><td> <code><a href="infrastructure.html#event">Event</a></code> </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="association-of-controls-and-forms.html#concept-form-submit" title="concept-form-submit">submitted</a> - </td></tr><tr><td> <code title="event-unload">unload</code> </td><td> <code><a href="infrastructure.html#event">Event</a></code> </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the page is going away Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1651 retrieving revision 1.1652 diff -u -d -r1.1651 -r1.1652 --- spec.html 25 Aug 2011 22:46:27 -0000 1.1651 +++ spec.html 25 Aug 2011 23:46:22 -0000 1.1652 @@ -350,7 +350,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5226. +This is revision 1.5227. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 25 August 2011 23:46:26 UTC