html5/spec-author-view Overview.html,1.1591,1.1592 index.html,1.1190,1.1191 spec.html,1.1721,1.1722 spec.preprocessed.html,1.573,1.574 the-cite-element.html,1.109,1.110

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9373

Modified Files:
	Overview.html index.html spec.html spec.preprocessed.html 
	the-cite-element.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: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1591
retrieving revision 1.1592
diff -u -d -r1.1591 -r1.1592
--- Overview.html	25 Aug 2011 22:57:57 -0000	1.1591
+++ Overview.html	25 Aug 2011 23:57:24 -0000	1.1592
@@ -362,7 +362,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5226.</p> 
+      This is revision 1.5227.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1721
retrieving revision 1.1722
diff -u -d -r1.1721 -r1.1722
--- spec.html	25 Aug 2011 22:58:03 -0000	1.1721
+++ spec.html	25 Aug 2011 23:57:24 -0000	1.1722
@@ -363,7 +363,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5226.</p> 
+      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
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -9104,12 +9104,12 @@
    <p>This is incorrect usage, because <code><a href="#the-cite-element" id="cite_12">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" id="cite_13">cite</a></code> element:</p>
 
@@ -30368,7 +30368,6 @@
      </td><td> <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="#document" id="document_115">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="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at a <code><a href="#the-form-element" id="form_38">form</a></code> element when it is <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.' class="full-spec-link">reset</a>
@@ -30381,7 +30380,6 @@
      </td><td> <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at a <code><a href="#the-form-element" id="form_39">form</a></code> element when it is <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.' class="full-spec-link">submitted</a>
 
-
     </td></tr><tr><td> <code title="event-unload">unload</code>
      </td><td> <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="#window" id="window_59">Window</a></code> object when the page is going away

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.573
retrieving revision 1.574
diff -u -d -r1.573 -r1.574
--- spec.preprocessed.html	25 Aug 2011 22:58:10 -0000	1.573
+++ spec.preprocessed.html	25 Aug 2011 23:57:28 -0000	1.574
@@ -379,7 +379,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5226.</p> 
+      This is revision 1.5227.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -8789,12 +8789,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>
 
@@ -30375,7 +30375,6 @@
      </td><td> <code><a href="#event">Event</a></code>
      </td><td> Fired at the <code><a href="#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="#event">Event</a></code>
      </td><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>
@@ -30388,7 +30387,6 @@
      </td><td> <code><a href="#event">Event</a></code>
      </td><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>
 
-
     </td></tr><tr><td> <code title="event-unload">unload</code>
      </td><td> <code><a href="#event">Event</a></code>
      </td><td> Fired at the <code><a href="#window">Window</a></code> object when the page is going away

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.1190
retrieving revision 1.1191
diff -u -d -r1.1190 -r1.1191
--- index.html	22 Aug 2011 22:57:38 -0000	1.1190
+++ index.html	25 Aug 2011 23:57:24 -0000	1.1191
@@ -3280,7 +3280,6 @@
      <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="infrastructure.html#document" id="document_115">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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at a <code><a href="the-form-element.html#the-form-element" id="form_38">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>
@@ -3293,7 +3292,6 @@
      <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at a <code><a href="the-form-element.html#the-form-element" id="form_39">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>
 
-
     <tr><td> <code title="event-unload">unload</code>
      <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window_59">Window</a></code> object when the page is going away

Index: the-cite-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-cite-element.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- the-cite-element.html	18 Aug 2011 23:57:58 -0000	1.109
+++ the-cite-element.html	25 Aug 2011 23:57:29 -0000	1.110
@@ -431,12 +431,12 @@
    <p>This is incorrect usage, because <code><a href="#the-cite-element" id="cite_12">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" id="cite_13">cite</a></code> element:</p>
 

Received on Thursday, 25 August 2011 23:57:33 UTC