html5/spec Overview.html,1.5226,1.5227

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6036

Modified Files:
	Overview.html 
Log Message:
Remove UndoManager in favour of http://rniwa.com/editing/undomanager.html (and a minor editorial tweak to an example) (whatwg r6527)

Index: Overview.html
===================================================================
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>&lt;p&gt;&lt;cite&gt;This is wrong!&lt;/cite&gt;, said Ian.&lt;/p&gt;</pre>
+   <pre class="bad">&lt;p&gt;&lt;cite&gt;This is wrong!&lt;/cite&gt;, said Ian.&lt;/p&gt;</pre>
 
    <p>This is also incorrect usage, because a person is not a
    work:</p>
 
-   <pre>&lt;p&gt;&lt;q&gt;This is still wrong!&lt;/q&gt;, said &lt;cite&gt;Ian&lt;/cite&gt;.&lt;/p&gt;</pre>
+   <pre class="bad">&lt;p&gt;&lt;q&gt;This is still wrong!&lt;/q&gt;, said &lt;cite&gt;Ian&lt;/cite&gt;.&lt;/p&gt;</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:14:13 UTC