[html5] r3656 - [e] (0) Remove the intro placeholder for the user interaction section. We'll add [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 17 22:21:29 PDT 2009


Author: ianh
Date: 2009-08-17 22:21:28 -0700 (Mon, 17 Aug 2009)
New Revision: 3656

Modified:
   index
   source
Log:
[e] (0) Remove the intro placeholder for the user interaction section. We'll add examples to individual sections were needed instead.


Modified: index
===================================================================
--- index	2009-08-18 05:19:10 UTC (rev 3655)
+++ index	2009-08-18 05:21:28 UTC (rev 3656)
@@ -754,55 +754,54 @@
        <li><a href=#other-link-types><span class=secno>6.12.3.20 </span>Other link types</a></ol></ol></ol></li>
  <li><a href=#editing><span class=secno>7 </span>User Interaction</a>
   <ol>
-   <li><a href=#editing-intro><span class=secno>7.1 </span>Introduction</a></li>
-   <li><a href=#the-hidden-attribute><span class=secno>7.2 </span>The <code>hidden</code> attribute</a></li>
-   <li><a href=#activation><span class=secno>7.3 </span>Activation</a></li>
-   <li><a href=#scrolling-elements-into-view><span class=secno>7.4 </span>Scrolling elements into view</a></li>
-   <li><a href=#focus><span class=secno>7.5 </span>Focus</a>
+   <li><a href=#the-hidden-attribute><span class=secno>7.1 </span>The <code>hidden</code> attribute</a></li>
+   <li><a href=#activation><span class=secno>7.2 </span>Activation</a></li>
+   <li><a href=#scrolling-elements-into-view><span class=secno>7.3 </span>Scrolling elements into view</a></li>
+   <li><a href=#focus><span class=secno>7.4 </span>Focus</a>
     <ol>
-     <li><a href=#sequential-focus-navigation><span class=secno>7.5.1 </span>Sequential focus navigation</a></li>
-     <li><a href=#focus-management><span class=secno>7.5.2 </span>Focus management</a></li>
-     <li><a href=#document-level-focus-apis><span class=secno>7.5.3 </span>Document-level focus APIs</a></li>
-     <li><a href=#element-level-focus-apis><span class=secno>7.5.4 </span>Element-level focus APIs</a></ol></li>
-   <li><a href=#the-accesskey-attribute><span class=secno>7.6 </span>The <code>accesskey</code> attribute</a></li>
-   <li><a href=#selection><span class=secno>7.7 </span>The text selection APIs</a>
+     <li><a href=#sequential-focus-navigation><span class=secno>7.4.1 </span>Sequential focus navigation</a></li>
+     <li><a href=#focus-management><span class=secno>7.4.2 </span>Focus management</a></li>
+     <li><a href=#document-level-focus-apis><span class=secno>7.4.3 </span>Document-level focus APIs</a></li>
+     <li><a href=#element-level-focus-apis><span class=secno>7.4.4 </span>Element-level focus APIs</a></ol></li>
+   <li><a href=#the-accesskey-attribute><span class=secno>7.5 </span>The <code>accesskey</code> attribute</a></li>
+   <li><a href=#selection><span class=secno>7.6 </span>The text selection APIs</a>
     <ol>
-     <li><a href=#documentSelection><span class=secno>7.7.1 </span>APIs for the browsing context selection</a></li>
-     <li><a href=#textFieldSelection><span class=secno>7.7.2 </span>APIs for the text field selections</a></ol></li>
-   <li><a href=#contenteditable><span class=secno>7.8 </span>The <code title=attr-contenteditable>contenteditable</code> attribute</a>
+     <li><a href=#documentSelection><span class=secno>7.6.1 </span>APIs for the browsing context selection</a></li>
+     <li><a href=#textFieldSelection><span class=secno>7.6.2 </span>APIs for the text field selections</a></ol></li>
+   <li><a href=#contenteditable><span class=secno>7.7 </span>The <code title=attr-contenteditable>contenteditable</code> attribute</a>
     <ol>
-     <li><a href=#user-editing-actions><span class=secno>7.8.1 </span>User editing actions</a></li>
-     <li><a href=#making-entire-documents-editable><span class=secno>7.8.2 </span>Making entire documents editable</a></ol></li>
-   <li><a href=#spelling-and-grammar-checking><span class=secno>7.9 </span>Spelling and grammar checking</a></li>
-   <li><a href=#dnd><span class=secno>7.10 </span>Drag and drop</a>
+     <li><a href=#user-editing-actions><span class=secno>7.7.1 </span>User editing actions</a></li>
+     <li><a href=#making-entire-documents-editable><span class=secno>7.7.2 </span>Making entire documents editable</a></ol></li>
+   <li><a href=#spelling-and-grammar-checking><span class=secno>7.8 </span>Spelling and grammar checking</a></li>
+   <li><a href=#dnd><span class=secno>7.9 </span>Drag and drop</a>
     <ol>
-     <li><a href=#introduction-4><span class=secno>7.10.1 </span>Introduction</a></li>
-     <li><a href=#the-dragevent-and-datatransfer-interfaces><span class=secno>7.10.2 </span>The <code>DragEvent</code> and <code>DataTransfer</code> interfaces</a></li>
-     <li><a href=#events-fired-during-a-drag-and-drop-action><span class=secno>7.10.3 </span>Events fired during a drag-and-drop action</a></li>
-     <li><a href=#drag-and-drop-processing-model><span class=secno>7.10.4 </span>Drag-and-drop processing model</a>
+     <li><a href=#introduction-4><span class=secno>7.9.1 </span>Introduction</a></li>
+     <li><a href=#the-dragevent-and-datatransfer-interfaces><span class=secno>7.9.2 </span>The <code>DragEvent</code> and <code>DataTransfer</code> interfaces</a></li>
+     <li><a href=#events-fired-during-a-drag-and-drop-action><span class=secno>7.9.3 </span>Events fired during a drag-and-drop action</a></li>
+     <li><a href=#drag-and-drop-processing-model><span class=secno>7.9.4 </span>Drag-and-drop processing model</a>
       <ol>
-       <li><a href=#when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>7.10.4.1 </span>When the drag-and-drop operation starts or ends in another
+       <li><a href=#when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>7.9.4.1 </span>When the drag-and-drop operation starts or ends in another
   document</a></li>
-       <li><a href=#when-the-drag-and-drop-operation-starts-or-ends-in-another-application><span class=secno>7.10.4.2 </span>When the drag-and-drop operation starts or ends in another
+       <li><a href=#when-the-drag-and-drop-operation-starts-or-ends-in-another-application><span class=secno>7.9.4.2 </span>When the drag-and-drop operation starts or ends in another
   application</a></ol></li>
-     <li><a href=#the-draggable-attribute><span class=secno>7.10.5 </span>The <code>draggable</code> attribute</a></li>
-     <li><a href=#copy-and-paste><span class=secno>7.10.6 </span>Copy and paste</a>
+     <li><a href=#the-draggable-attribute><span class=secno>7.9.5 </span>The <code>draggable</code> attribute</a></li>
+     <li><a href=#copy-and-paste><span class=secno>7.9.6 </span>Copy and paste</a>
       <ol>
-       <li><a href=#copy-to-clipboard><span class=secno>7.10.6.1 </span>Copy to clipboard</a></li>
-       <li><a href=#cut-to-clipboard><span class=secno>7.10.6.2 </span>Cut to clipboard</a></li>
-       <li><a href=#paste-from-clipboard><span class=secno>7.10.6.3 </span>Paste from clipboard</a></li>
-       <li><a href=#paste-from-selection><span class=secno>7.10.6.4 </span>Paste from selection</a></ol></li>
-     <li><a href=#security-risks-in-the-drag-and-drop-model><span class=secno>7.10.7 </span>Security risks in the drag-and-drop model</a></ol></li>
-   <li><a href=#undo><span class=secno>7.11 </span>Undo history</a>
+       <li><a href=#copy-to-clipboard><span class=secno>7.9.6.1 </span>Copy to clipboard</a></li>
+       <li><a href=#cut-to-clipboard><span class=secno>7.9.6.2 </span>Cut to clipboard</a></li>
+       <li><a href=#paste-from-clipboard><span class=secno>7.9.6.3 </span>Paste from clipboard</a></li>
+       <li><a href=#paste-from-selection><span class=secno>7.9.6.4 </span>Paste from selection</a></ol></li>
+     <li><a href=#security-risks-in-the-drag-and-drop-model><span class=secno>7.9.7 </span>Security risks in the drag-and-drop model</a></ol></li>
+   <li><a href=#undo><span class=secno>7.10 </span>Undo history</a>
     <ol>
-     <li><a href=#introduction-5><span class=secno>7.11.1 </span>Introduction</a></li>
-     <li><a href=#definitions-2><span class=secno>7.11.2 </span>Definitions</a></li>
-     <li><a href=#the-undomanager-interface><span class=secno>7.11.3 </span>The <code>UndoManager</code> interface</a></li>
-     <li><a href=#undo:-moving-back-in-the-undo-transaction-history><span class=secno>7.11.4 </span>Undo: moving back in the undo transaction history</a></li>
-     <li><a href=#redo:-moving-forward-in-the-undo-transaction-history><span class=secno>7.11.5 </span>Redo: moving forward in the undo transaction history</a></li>
-     <li><a href=#the-undomanagerevent-interface-and-the-undo-and-redo-events><span class=secno>7.11.6 </span>The <code>UndoManagerEvent</code> interface and the <code title=event-undo>undo</code> and <code title=event-redo>redo</code> events</a></li>
-     <li><a href=#implementation-notes><span class=secno>7.11.7 </span>Implementation notes</a></ol></li>
-   <li><a href=#editing-apis><span class=secno>7.12 </span>Editing APIs</a></ol></li>
+     <li><a href=#introduction-5><span class=secno>7.10.1 </span>Introduction</a></li>
+     <li><a href=#definitions-2><span class=secno>7.10.2 </span>Definitions</a></li>
+     <li><a href=#the-undomanager-interface><span class=secno>7.10.3 </span>The <code>UndoManager</code> interface</a></li>
+     <li><a href=#undo:-moving-back-in-the-undo-transaction-history><span class=secno>7.10.4 </span>Undo: moving back in the undo transaction history</a></li>
+     <li><a href=#redo:-moving-forward-in-the-undo-transaction-history><span class=secno>7.10.5 </span>Redo: moving forward in the undo transaction history</a></li>
+     <li><a href=#the-undomanagerevent-interface-and-the-undo-and-redo-events><span class=secno>7.10.6 </span>The <code>UndoManagerEvent</code> interface and the <code title=event-undo>undo</code> and <code title=event-redo>redo</code> events</a></li>
+     <li><a href=#implementation-notes><span class=secno>7.10.7 </span>Implementation notes</a></ol></li>
+   <li><a href=#editing-apis><span class=secno>7.11 </span>Editing APIs</a></ol></li>
  <li><a href=#comms><span class=secno>8 </span>Communication</a>
   <ol>
    <li><a href=#event-definitions><span class=secno>8.1 </span>Event definitions</a></li>
@@ -54339,17 +54338,8 @@
 
 
 
-  <h3 id=editing-intro><span class=secno>7.1 </span>Introduction</h3>
+  <h3 id=the-hidden-attribute><span class=secno>7.1 </span>The <dfn title=attr-hidden><code>hidden</code></dfn> attribute</h3>
 
-  <p><i>This section is non-normative.</i></p>
-
-  <p class=XXX>Would be nice to explain how these features
-  work together.</p>
-
-
-
-  <h3 id=the-hidden-attribute><span class=secno>7.2 </span>The <dfn title=attr-hidden><code>hidden</code></dfn> attribute</h3>
-
   <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> content attribute set. The <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute is a <a href=#boolean-attribute>boolean
   attribute</a>. When specified on an element, it indicates that
   the element is not yet, or is no longer, relevant. <span class=impl>User agents should not render elements that have the
@@ -54404,7 +54394,7 @@
 
 
 
-  <h3 id=activation><span class=secno>7.3 </span>Activation</h3>
+  <h3 id=activation><span class=secno>7.2 </span>Activation</h3>
 
   <!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if
        click() can't be done in IE; can this be emulated in IE by
@@ -54445,7 +54435,7 @@
   </ol></div>
 
 
-  <h3 id=scrolling-elements-into-view><span class=secno>7.4 </span>Scrolling elements into view</h3> <!-- maybe this should move to [CSSOM] -->
+  <h3 id=scrolling-elements-into-view><span class=secno>7.3 </span>Scrolling elements into view</h3> <!-- maybe this should move to [CSSOM] -->
 
   <dl class=domintro><dt><var title="">element</var> . <code title=dom-scrollIntoView><a href=#dom-scrollintoview>scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt>
 
@@ -54487,7 +54477,7 @@
   </div>
 
 
-  <h3 id=focus><span class=secno>7.5 </span>Focus</h3>
+  <h3 id=focus><span class=secno>7.4 </span>Focus</h3>
 
   <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%20%0A...%3Cform%3E%3Cinput%20name%3Da%20onfocus%3D%22value%2B%3D1%3Bd.name%3D%27a%27%3Bname%3D%27d%27%3Bb.focus()%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22value%2B%3D1%3Bc.focus()%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22value%2B%3D1%3Bd.focus()%22%3E%0A%3Cinput%20name%3Dd%20onfocus%3D%22value%2B%3D1%3Ba.focus()%22%3E -->
 
@@ -54531,7 +54521,7 @@
   </div>
 
 
-  <h4 id=sequential-focus-navigation><span class=secno>7.5.1 </span>Sequential focus navigation</h4>
+  <h4 id=sequential-focus-navigation><span class=secno>7.4.1 </span>Sequential focus navigation</h4>
 
   <p>The <dfn id=attr-tabindex title=attr-tabindex><code>tabindex</code></dfn>
   content attribute specifies whether the element is focusable,
@@ -54680,7 +54670,7 @@
 
   <div class=impl>
 
-  <h4 id=focus-management><span class=secno>7.5.2 </span>Focus management</h4>
+  <h4 id=focus-management><span class=secno>7.4.2 </span>Focus management</h4>
 
   <p>The <dfn id=focusing-steps>focusing steps</dfn> are as follows:</p>
 
@@ -54737,7 +54727,7 @@
   </div>
 
 
-  <h4 id=document-level-focus-apis><span class=secno>7.5.3 </span>Document-level focus APIs</h4>
+  <h4 id=document-level-focus-apis><span class=secno>7.4.3 </span>Document-level focus APIs</h4>
 
   <dl class=domintro><dt><var title="">document</var> . <code title=dom-document-activeElement><a href=#dom-document-activeelement>activeElement</a></code></dt>
 
@@ -54812,7 +54802,7 @@
   </div>
 
 
-  <h4 id=element-level-focus-apis><span class=secno>7.5.4 </span>Element-level focus APIs</h4>
+  <h4 id=element-level-focus-apis><span class=secno>7.4.4 </span>Element-level focus APIs</h4>
 
   <dl class=domintro><dt><var title="">element</var> . <code title=dom-focus><a href=#dom-focus>focus</a></code>()</dt>
 
@@ -54861,7 +54851,7 @@
 
 
 
-  <h3 id=the-accesskey-attribute><span class=secno>7.6 </span>The <dfn title=attr-accesskey><code>accesskey</code></dfn> attribute</h3>
+  <h3 id=the-accesskey-attribute><span class=secno>7.5 </span>The <dfn title=attr-accesskey><code>accesskey</code></dfn> attribute</h3>
 
   <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute set. The
   <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute's value is
@@ -55010,7 +55000,7 @@
 
 
 
-  <h3 id=selection><span class=secno>7.7 </span>The text selection APIs</h3>
+  <h3 id=selection><span class=secno>7.6 </span>The text selection APIs</h3>
 
   <p>Every <a href=#browsing-context>browsing context</a> has <dfn id=the-selection title="the
   selection">a selection</dfn>. The selection can be empty, and the
@@ -55083,7 +55073,7 @@
 
 
 
-  <h4 id=documentSelection><span class=secno>7.7.1 </span>APIs for the browsing context selection</h4>
+  <h4 id=documentSelection><span class=secno>7.6.1 </span>APIs for the browsing context selection</h4>
 
   <dl class=domintro><dt><var title="">window</var> . <code title=dom-getSelection><a href=#dom-getselection>getSelection</a></code>()</dt>
    <dt><var title="">document</var> . <code title=dom-document-getSelection><a href=#dom-document-getselection>getSelection</a></code>()</dt>
@@ -55404,7 +55394,7 @@
   -->
 
 
-  <h4 id=textFieldSelection><span class=secno>7.7.2 </span>APIs for the text field selections</h4>
+  <h4 id=textFieldSelection><span class=secno>7.6.2 </span>APIs for the text field selections</h4>
 
   <!-- v2 idea: DOM Range APIs to expose the textarea/input edited
   value (ack martijnw) -->
@@ -55528,7 +55518,7 @@
 
 
 
-  <h3 id=contenteditable><span class=secno>7.8 </span>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute</h3>
+  <h3 id=contenteditable><span class=secno>7.7 </span>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute</h3>
 
   <p>The <dfn id=attr-contenteditable title=attr-contenteditable><code>contenteditable</code></dfn>
   attribute is an <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are
@@ -55634,7 +55624,7 @@
 
   <div class=impl>
 
-  <h4 id=user-editing-actions><span class=secno>7.8.1 </span>User editing actions</h4>
+  <h4 id=user-editing-actions><span class=secno>7.7.1 </span>User editing actions</h4>
 
   <p>There are several actions that the user agent should allow the
   user to perform while the user is interacting with an editing
@@ -55820,7 +55810,7 @@
 
 
 
-  <h4 id=making-entire-documents-editable><span class=secno>7.8.2 </span>Making entire documents editable</h4>
+  <h4 id=making-entire-documents-editable><span class=secno>7.7.2 </span>Making entire documents editable</h4>
 
   <div class=impl>
 
@@ -55862,7 +55852,7 @@
 
 
 
-  <h3 id=spelling-and-grammar-checking><span class=secno>7.9 </span>Spelling and grammar checking</h3>
+  <h3 id=spelling-and-grammar-checking><span class=secno>7.8 </span>Spelling and grammar checking</h3>
 
   <div class=impl>
 
@@ -56055,7 +56045,7 @@
 
 
 
-  <h3 id=dnd><span class=secno>7.10 </span><dfn>Drag and drop</dfn></h3>
+  <h3 id=dnd><span class=secno>7.9 </span><dfn>Drag and drop</dfn></h3>
 
 <!-- v2 ideas for drag and drop:
 
@@ -56129,14 +56119,14 @@
   </div>
 
 
-  <h4 id=introduction-4><span class=secno>7.10.1 </span>Introduction</h4>
+  <h4 id=introduction-4><span class=secno>7.9.1 </span>Introduction</h4>
 
   <p><i>This section is non-normative.</i></p>
 
   <p class=XXX>It's also currently non-existent.</p>
 
 
-  <h4 id=the-dragevent-and-datatransfer-interfaces><span class=secno>7.10.2 </span>The <code><a href=#dragevent>DragEvent</a></code> and <code><a href=#datatransfer>DataTransfer</a></code> interfaces</h4>
+  <h4 id=the-dragevent-and-datatransfer-interfaces><span class=secno>7.9.2 </span>The <code><a href=#dragevent>DragEvent</a></code> and <code><a href=#datatransfer>DataTransfer</a></code> interfaces</h4>
 
   <p>The drag-and-drop processing model involves several events. They
   all use the <code><a href=#dragevent>DragEvent</a></code> interface.</p>
@@ -56387,7 +56377,7 @@
   </div>
 
 
-  <h4 id=events-fired-during-a-drag-and-drop-action><span class=secno>7.10.3 </span>Events fired during a drag-and-drop action</h4>
+  <h4 id=events-fired-during-a-drag-and-drop-action><span class=secno>7.9.3 </span>Events fired during a drag-and-drop action</h4>
 
   <p>The following events are involved in the drag-and-drop
   model.</p>
@@ -56522,7 +56512,7 @@
 
   <div class=impl>
 
-  <h4 id=drag-and-drop-processing-model><span class=secno>7.10.4 </span>Drag-and-drop processing model</h4>
+  <h4 id=drag-and-drop-processing-model><span class=secno>7.9.4 </span>Drag-and-drop processing model</h4>
 
   <p>When the user attempts to begin a drag operation, the user agent
   must first determine what is being dragged. If the drag operation
@@ -56993,7 +56983,7 @@
 
   <div class=impl>
 
-  <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>7.10.4.1 </span>When the drag-and-drop operation starts or ends in another
+  <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>7.9.4.1 </span>When the drag-and-drop operation starts or ends in another
   document</h5>
 
   <p>The model described above is independent of which
@@ -57012,7 +57002,7 @@
 
   <div class=impl>
 
-  <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-application><span class=secno>7.10.4.2 </span>When the drag-and-drop operation starts or ends in another
+  <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-application><span class=secno>7.9.4.2 </span>When the drag-and-drop operation starts or ends in another
   application</h5>
 
   <p>If the drag is initiated in another application, the <a href=#source-node>source
@@ -57038,7 +57028,7 @@
   </div>
 
 
-  <h4 id=the-draggable-attribute><span class=secno>7.10.5 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
+  <h4 id=the-draggable-attribute><span class=secno>7.9.5 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
 
   <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
   <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute is an
@@ -57098,7 +57088,7 @@
 
 
 
-  <h4 id=copy-and-paste><span class=secno>7.10.6 </span>Copy and paste</h4>
+  <h4 id=copy-and-paste><span class=secno>7.9.6 </span>Copy and paste</h4>
 
   <p>Copy-and-paste is a form of drag-and-drop: the "copy" part is
   equivalent to dragging content to another application (the
@@ -57112,7 +57102,7 @@
 
   <div class=impl>
 
-  <h5 id=copy-to-clipboard><span class=secno>7.10.6.1 </span>Copy to clipboard</h5>
+  <h5 id=copy-to-clipboard><span class=secno>7.9.6.1 </span>Copy to clipboard</h5>
 
   <p>When the user invokes a copy operation, the user agent must act
   as if the user had invoked a drag on the current selection. If the
@@ -57126,14 +57116,14 @@
   operations (e.g. updating the clipboard).</p>
 
 
-  <h5 id=cut-to-clipboard><span class=secno>7.10.6.2 </span>Cut to clipboard</h5>
+  <h5 id=cut-to-clipboard><span class=secno>7.9.6.2 </span>Cut to clipboard</h5>
 
   <p>When the user invokes a cut operation, the user agent must act as
   if the user had invoked a copy operation (see the previous section),
   followed, if the copy was completed successfully, by <a href=#contenteditable-delete>a selection delete operation</a>.</p>
 
 
-  <h5 id=paste-from-clipboard><span class=secno>7.10.6.3 </span>Paste from clipboard</h5>
+  <h5 id=paste-from-clipboard><span class=secno>7.9.6.3 </span>Paste from clipboard</h5>
 
   <p>When the user invokes a clipboard paste operation, the user agent
   must act as if the user had invoked a drag on a hypothetical
@@ -57147,7 +57137,7 @@
   canceling it.</p>
 
 
-  <h5 id=paste-from-selection><span class=secno>7.10.6.4 </span>Paste from selection</h5>
+  <h5 id=paste-from-selection><span class=secno>7.9.6.4 </span>Paste from selection</h5>
 
   <p>When the user invokes a selection paste operation, the user agent
   must act as if the user had invoked a drag on the current selection,
@@ -57161,7 +57151,7 @@
 
   <div class=impl>
 
-  <h4 id=security-risks-in-the-drag-and-drop-model><span class=secno>7.10.7 </span>Security risks in the drag-and-drop model</h4>
+  <h4 id=security-risks-in-the-drag-and-drop-model><span class=secno>7.9.7 </span>Security risks in the drag-and-drop model</h4>
 
   <p>User agents must not make the data added to the
   <code><a href=#datatransfer>DataTransfer</a></code> object during the <code title=event-dragstart><a href=#event-dragstart>dragstart</a></code> event available to scripts
@@ -57187,19 +57177,19 @@
   </div>
 
 
-  <h3 id=undo><span class=secno>7.11 </span><dfn>Undo history</dfn></h3>
+  <h3 id=undo><span class=secno>7.10 </span><dfn>Undo history</dfn></h3>
 
   <p class=XXX>There has got to be a better way of doing this, surely.</p>
 
 
-  <h4 id=introduction-5><span class=secno>7.11.1 </span>Introduction</h4>
+  <h4 id=introduction-5><span class=secno>7.10.1 </span>Introduction</h4>
 
   <p class=XXX>...</p>
 
 
   <div class=impl>
 
-  <h4 id=definitions-2><span class=secno>7.11.2 </span>Definitions</h4>
+  <h4 id=definitions-2><span class=secno>7.10.2 </span>Definitions</h4>
 
   <p>The user agent must associate an <dfn id=undo-transaction-history>undo transaction
   history</dfn> with each <code><a href=#htmldocument>HTMLDocument</a></code> object.</p>
@@ -57240,7 +57230,7 @@
   </div>
 
 
-  <h4 id=the-undomanager-interface><span class=secno>7.11.3 </span>The <code><a href=#undomanager>UndoManager</a></code> interface</h4>
+  <h4 id=the-undomanager-interface><span class=secno>7.10.3 </span>The <code><a href=#undomanager>UndoManager</a></code> interface</h4>
 
   <div class=impl>
 
@@ -57446,7 +57436,7 @@
 
   <div class=impl>
 
-  <h4 id=undo:-moving-back-in-the-undo-transaction-history><span class=secno>7.11.4 </span><dfn title=do-undo>Undo: moving back in the undo transaction history</dfn></h4>
+  <h4 id=undo:-moving-back-in-the-undo-transaction-history><span class=secno>7.10.4 </span><dfn title=do-undo>Undo: moving back in the undo transaction history</dfn></h4>
 
   <p>When the user invokes an undo operation, or when the <code title=dom-document-execCommand><a href=#execCommand>execCommand()</a></code> method is
   called with the <code title=command-undo><a href=#command-undo>undo</a></code> command, the
@@ -57483,7 +57473,7 @@
   command to undo his undo.</p>
 
 
-  <h4 id=redo:-moving-forward-in-the-undo-transaction-history><span class=secno>7.11.5 </span><dfn title=do-redo>Redo: moving forward in the undo transaction history</dfn></h4>
+  <h4 id=redo:-moving-forward-in-the-undo-transaction-history><span class=secno>7.10.5 </span><dfn title=do-redo>Redo: moving forward in the undo transaction history</dfn></h4>
 
   <p>When the user invokes a redo operation, or when the <code title=dom-document-execCommand><a href=#execCommand>execCommand()</a></code> method is
   called with the <code title=command-redo><a href=#command-redo>redo</a></code> command, the
@@ -57520,7 +57510,7 @@
   </div>
 
 
-  <h4 id=the-undomanagerevent-interface-and-the-undo-and-redo-events><span class=secno>7.11.6 </span>The <code><a href=#undomanagerevent>UndoManagerEvent</a></code> interface and the <code title=event-undo><a href=#event-undo>undo</a></code> and <code title=event-redo><a href=#event-redo>redo</a></code> events</h4>
+  <h4 id=the-undomanagerevent-interface-and-the-undo-and-redo-events><span class=secno>7.10.6 </span>The <code><a href=#undomanagerevent>UndoManagerEvent</a></code> interface and the <code title=event-undo><a href=#event-undo>undo</a></code> and <code title=event-redo><a href=#event-redo>redo</a></code> events</h4>
 
   <pre class=idl>interface <dfn id=undomanagerevent>UndoManagerEvent</dfn> : Event {
   readonly attribute any <a href=#dom-undomanagerevent-data title=dom-UndoManagerEvent-data>data</a>;
@@ -57557,7 +57547,7 @@
 
   <div class=impl>
 
-  <h4 id=implementation-notes><span class=secno>7.11.7 </span>Implementation notes</h4>
+  <h4 id=implementation-notes><span class=secno>7.10.7 </span>Implementation notes</h4>
 
   <p>How user agents present the above conceptual model to the user is
   not defined. The undo interface could be a filtered view of the
@@ -57580,7 +57570,7 @@
 
 
 
-  <h3 id=editing-apis><span class=secno>7.12 </span>Editing APIs</h3>
+  <h3 id=editing-apis><span class=secno>7.11 </span>Editing APIs</h3>
 
   <dl class=domintro><dt><var title="">document</var> . <code title=dom-document-execCommand><a href=#execCommand>execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt>
 

Modified: source
===================================================================
--- source	2009-08-18 05:19:10 UTC (rev 3655)
+++ source	2009-08-18 05:21:28 UTC (rev 3656)
@@ -63517,15 +63517,6 @@
 
 
 
-  <h3 id="editing-intro">Introduction</h3>
-
-  <p><i>This section is non-normative.</i></p>
-
-  <p class="XXX">Would be nice to explain how these features
-  work together.</p>
-
-
-
   <h3>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3>
 
   <p>All <span>HTML elements</span> may have the <code




More information about the Commit-Watchers mailing list