html5/spec-author-view Overview.html,1.1535,1.1536 dnd.html,1.586,1.587 offline.html,1.1138,1.1139 spec.html,1.1665,1.1666 spec.preprocessed.html,1.517,1.518

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

Modified Files:
	Overview.html dnd.html offline.html spec.html 
	spec.preprocessed.html 
Log Message:
reuse definition instead of being verbose (whatwg r6393)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1535
retrieving revision 1.1536
diff -u -d -r1.1535 -r1.1536
--- Overview.html	6 Aug 2011 07:57:18 -0000	1.1535
+++ Overview.html	9 Aug 2011 22:57:26 -0000	1.1536
@@ -339,7 +339,7 @@
 
    <h1>HTML5: Edition for Web Authors</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-6-august-2011">Editor's Draft 6 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-august-2011">Editor's Draft 9 August 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -361,7 +361,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.5095.</p> 
+      This is revision 1.5100.</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
@@ -512,7 +512,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 6 August 2011 Editor's Draft.
+  This specification is the 9 August 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.1138
retrieving revision 1.1139
diff -u -d -r1.1138 -r1.1139
--- offline.html	5 Aug 2011 23:57:10 -0000	1.1138
+++ offline.html	9 Aug 2011 22:57:26 -0000	1.1139
@@ -377,7 +377,8 @@
     document.getElementById('clock').value = new Date();
 }, 1000);</pre><p>If the user tries to open the "<code title="">clock.html</code>"
   page while offline, though, the user agent (unless it happens to
-  have it still in the local cache) will fail with an error.<p>The author can instead provide a manifest of the three files:<pre>CACHE MANIFEST
+  have it still in the local cache) will fail with an error.<p>The author can instead provide a manifest of the three files, say
+  "<code title="">clock.appcache</code>":<pre>CACHE MANIFEST
 clock.html
 clock.css
 clock.js</pre><p>With a small change to the HTML file, the manifest (served as

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1665
retrieving revision 1.1666
diff -u -d -r1.1665 -r1.1666
--- spec.html	6 Aug 2011 07:57:18 -0000	1.1665
+++ spec.html	9 Aug 2011 22:57:27 -0000	1.1666
@@ -340,7 +340,7 @@
 
    <h1>HTML5: Edition for Web Authors</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-6-august-2011">Editor's Draft 6 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-august-2011">Editor's Draft 9 August 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -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.5095.</p> 
+      This is revision 1.5100.</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
@@ -513,7 +513,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 6 August 2011 Editor's Draft.
+  This specification is the 9 August 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -23216,7 +23216,8 @@
     document.getElementById('clock').value = new Date();
 }, 1000);</pre><p>If the user tries to open the "<code title="">clock.html</code>"
   page while offline, though, the user agent (unless it happens to
-  have it still in the local cache) will fail with an error.</p><p>The author can instead provide a manifest of the three files:</p><pre>CACHE MANIFEST
+  have it still in the local cache) will fail with an error.</p><p>The author can instead provide a manifest of the three files, say
+  "<code title="">clock.appcache</code>":</p><pre>CACHE MANIFEST
 clock.html
 clock.css
 clock.js</pre><p>With a small change to the HTML file, the manifest (served as
@@ -24422,10 +24423,10 @@
   <em>drag-and-drop operation</em> actually is.</p><p>On a visual medium with a pointing device, a drag operation could
   be the default action of a <code title="event-mousedown">mousedown</code> event that is followed by a
   series of <code title="event-mousemove">mousemove</code> events, and
-  the drop could be triggered by the mouse being released.</p><p>On media without a pointing device, the user would probably have
-  to explicitly indicate his intention to perform a drag-and-drop
-  operation, stating what he wishes to drag and where he wishes to
-  drop it, respectively.</p><h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable_0">draggable</a></code> attribute, and set an event
+  the drop could be triggered by the mouse being released.</p><p>When using an input modality other than a pointing device, users
+  would probably have to explicitly indicate their intention to
+  perform a drag-and-drop operation, stating what they wish to drag
+  and where they wish to drop it, respectively.</p><h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable_0">draggable</a></code> attribute, and set an event
   listener for <code title="event-dragstart"><a href="#event-dragstart" id="dragstart_0">dragstart</a></code> that
   stores the data being dragged.</p><p>The event handler typically needs to check that it's not a text
   selection that is being dragged, and then needs to store data into

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.586
retrieving revision 1.587
diff -u -d -r1.586 -r1.587
--- dnd.html	28 Jul 2011 01:57:23 -0000	1.586
+++ dnd.html	9 Aug 2011 22:57:26 -0000	1.587
@@ -354,10 +354,10 @@
   <em>drag-and-drop operation</em> actually is.<p>On a visual medium with a pointing device, a drag operation could
   be the default action of a <code title="event-mousedown">mousedown</code> event that is followed by a
   series of <code title="event-mousemove">mousemove</code> events, and
-  the drop could be triggered by the mouse being released.<p>On media without a pointing device, the user would probably have
-  to explicitly indicate his intention to perform a drag-and-drop
-  operation, stating what he wishes to drag and where he wishes to
-  drop it, respectively.<h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable_0">draggable</a></code> attribute, and set an event
+  the drop could be triggered by the mouse being released.<p>When using an input modality other than a pointing device, users
+  would probably have to explicitly indicate their intention to
+  perform a drag-and-drop operation, stating what they wish to drag
+  and where they wish to drop it, respectively.<h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable_0">draggable</a></code> attribute, and set an event
   listener for <code title="event-dragstart"><a href="#event-dragstart" id="dragstart_0">dragstart</a></code> that
   stores the data being dragged.<p>The event handler typically needs to check that it's not a text
   selection that is being dragged, and then needs to store data into

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- spec.preprocessed.html	6 Aug 2011 07:57:25 -0000	1.517
+++ spec.preprocessed.html	9 Aug 2011 22:57:34 -0000	1.518
@@ -356,7 +356,7 @@
 
    <h1>HTML5: Edition for Web Authors</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-6-august-2011">Editor's Draft 6 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-august-2011">Editor's Draft 9 August 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -378,7 +378,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.5095.</p> 
+      This is revision 1.5100.</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
@@ -531,7 +531,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 6 August 2011 Editor's Draft.
+  This specification is the 9 August 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -23104,7 +23104,8 @@
     document.getElementById('clock').value = new Date();
 }, 1000);</pre><p>If the user tries to open the "<code title="">clock.html</code>"
   page while offline, though, the user agent (unless it happens to
-  have it still in the local cache) will fail with an error.</p><p>The author can instead provide a manifest of the three files:</p><pre>CACHE MANIFEST
+  have it still in the local cache) will fail with an error.</p><p>The author can instead provide a manifest of the three files, say
+  "<code title="">clock.appcache</code>":</p><pre>CACHE MANIFEST
 clock.html
 clock.css
 clock.js</pre><p>With a small change to the HTML file, the manifest (served as
@@ -24313,10 +24314,10 @@
   <em>drag-and-drop operation</em> actually is.</p><p>On a visual medium with a pointing device, a drag operation could
   be the default action of a <code title="event-mousedown">mousedown</code> event that is followed by a
   series of <code title="event-mousemove">mousemove</code> events, and
-  the drop could be triggered by the mouse being released.</p><p>On media without a pointing device, the user would probably have
-  to explicitly indicate his intention to perform a drag-and-drop
-  operation, stating what he wishes to drag and where he wishes to
-  drop it, respectively.</p><h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event
+  the drop could be triggered by the mouse being released.</p><p>When using an input modality other than a pointing device, users
+  would probably have to explicitly indicate their intention to
+  perform a drag-and-drop operation, stating what they wish to drag
+  and where they wish to drop it, respectively.</p><h4 id="introduction-7"><span class="secno">7.7.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event
   listener for <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> that
   stores the data being dragged.</p><p>The event handler typically needs to check that it's not a text
   selection that is being dragged, and then needs to store data into

Received on Tuesday, 9 August 2011 22:57:39 UTC