removed references to mousewheel and xhtml, updated CSS and HTML references
authorschepers
Sun, 29 Aug 2010 02:48:01 +0900
changeset 265 fecb2b8e92c0
parent 264 8a96c477d0fe
child 266 5d00a2aedc33
removed references to mousewheel and xhtml, updated CSS and HTML references
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Sat Aug 28 08:55:48 2010 +0900
+++ b/html/DOM3-Events.html	Sun Aug 29 02:48:01 2010 +0900
@@ -25,16 +25,16 @@
       </p>
       <h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
 <!-- @@@ -->
-      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <time datetime="2010-04-27">27 August 2010</time></h2>
+      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <time datetime="2010-04-28">28 August 2010</time></h2>
       <dl>
         <dt>This version:</dt>
-        <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.141">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.141</a></dd>
+        <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.142">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.142</a></dd>
 
         <dt>Latest stable version:</dt>
         <dd><a href="http://www.w3.org/TR/DOM-Level-3-Events">http://www.w3.org/TR/DOM-Level-3-Events</a></dd>
 
         <dt>Previous version:</dt>
-        <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.140">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.140</a></dd>
+        <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.141">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.141</a></dd>
 
         <dt>Editor's Draft:</dt>
         <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html</a></dd>
@@ -2836,21 +2836,6 @@
                 </ul>
               </li>
             </ul>
-
-<!-- <a class="def" href="#glossary-topmost-event-target">topmost event target</a> -->
-<!-- || Are you asking for the spec to say something along the lines of, "The 
-                  || 'click' event is fired when the user presses a button on the pointer 
-                  || device, or otherwise activates the pointer in a manner that simulates 
-                  || such an action." Or something more abstract (or more concrete)?
-                  Something like that, maybe a little more concrete, e.g. "When the user 
-                  presses a button on the pointer device, a 'mousedown' event MUST be 
-                  dispatched at the element that is rendered at the highest z-order position 
-                  below the current pointer position, with the event set having the 
-                  following values: [...]" followed by the default action being to fire 
-                  'mouseup' or 'click' or whatever, with the same detail for that, and also 
-                  with rules for how to handle mouseover, mouseenter, mouseleave, etc. Same 
-                  for keyboards, mousewheels, etc. Basically any user interaction event. -->
-<!-- A pointing device button is clicked over an element. The definition of a click depends on the environment configuration; i.e. it may depend on the screen location or the delay between the press and release of the pointing device button. In any case, the event target must be the same between the <a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>, <a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>, and <a class="eventtype" href="#event-type-click"><code>click</code></a>. The sequence of these events is: <a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>, <a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>, and <a class="eventtype" href="#event-type-click"><code>click</code></a>. It depends on the environment configuration whether the event type <a class="eventtype" href="#event-type-click"><code>click</code></a> can occur if one or more of the event types <a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a>, <a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a>, and <a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a> occur between the press and release of the pointing device button. In addition, the event type is dispatched as described in <a href="#event-flow-activation">Activation triggers and behavior</a>. -->
           </dd>
         </dl>
       </div>
@@ -5882,7 +5867,7 @@
         <div>
           <h3><a id="changes-DOMLevel3Addons" href="#changes-DOMLevel3Addons">C.1.4 New Interfaces</a></h3>
 
-          <p>The interfaces <a href="#events-CustomEvent"><code>CustomEvent</code></a>, <a href="#events-FocusEvent"><code>FocusEvent</code></a>, <a href="#events-TextEvent"><code>TextEvent</code></a>, <a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a>, <a href="#events-CompositionEvent"><code>CompositionEvent</code></a>, <a href="#events-MutationNameEvent"><code>MutationNameEvent</code></a>, <a href="#events-WheelEvent"><code>WheelEvent</code></a>, and <a href="#events-MouseWheelEvent"><code>MouseWheelEvent</code></a> were added to the Events module.</p>
+          <p>The interfaces <a href="#events-CustomEvent"><code>CustomEvent</code></a>, <a href="#events-FocusEvent"><code>FocusEvent</code></a>, <a href="#events-TextEvent"><code>TextEvent</code></a>, <a href="#events-KeyboardEvent"><code>KeyboardEvent</code></a>, <a href="#events-CompositionEvent"><code>CompositionEvent</code></a>, <a href="#events-MutationNameEvent"><code>MutationNameEvent</code></a>, and <a href="#events-WheelEvent"><code>WheelEvent</code></a> were added to the Events module.</p>
         </div>
 <!-- div3 DOMLevel3Addons -->
       </div>
@@ -6008,7 +5993,7 @@
           <dt class="wip">
             <strong>[<a id="references-CSS2">CSS2</a>]</strong>
           </dt>
-          <dd><cite><a href="http://www.w3.org/TR/2009/CR-CSS2-20090423">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a></cite>, B. Bos, T. &#xC7;elik, I. Hickson, H.W. Lie, Editors. World Wide Web Consortium, 23 April 2009, <strong>Work in Progress</strong>. This version of the CSS 2.1 Specification is http://www.w3.org/TR/2009/CR-CSS2-20090423. The <a class="normative" href="http://www.w3.org/TR/CSS2/">latest version of CSS 2.1</a> is available at http://www.w3.org/TR/CSS2/.</dd>
+          <dd><cite><a href="http://www.w3.org/TR/2009/CR-CSS2-20090908">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a></cite>, B. Bos, T. &#xC7;elik, I. Hickson, H.W. Lie, Editors. World Wide Web Consortium, 08 September 2009, <strong>Work in Progress</strong>. This version of the CSS 2.1 Specification is http://www.w3.org/TR/2009/CR-CSS2-20090908. The <a class="normative" href="http://www.w3.org/TR/CSS2/">latest version of CSS 2.1</a> is available at http://www.w3.org/TR/CSS2/.</dd>
 
           <dt>
             <strong>[<a id="references-DOMLS">DOM3 Load and Save</a>]</strong>
@@ -6029,9 +6014,9 @@
             <strong class="informref">[HTML5]</strong>
           </dt>
           <dd><cite class="w3cwd"><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">HTML 5</a></cite>,
-            I. Hickson, D. Hyatt, eds.
-            World Wide Web Consortium, <span class="wip">work in progress</span>, 25 August 2009.
-            <br />This edition of HTML 5 is http://www.w3.org/TR/2009/WD-html5-20090825/.
+            I. Hickson, editor.
+            World Wide Web Consortium, <span class="wip">work in progress</span>, 24 June 2010.
+            <br />This edition of HTML 5 is http://www.w3.org/TR/2010/WD-html5-20100624/.
             <br />The <a href="http://www.w3.org/TR/html5/">latest edition of HTML 5</a> is available at
             http://www.w3.org/TR/html5/.
           </dd>
@@ -6102,12 +6087,6 @@
           <dt id="ref-WIN1252"><strong>[<a id="WIN1252">WIN1252</a>]</strong>Windows 1252</dt>
           <dd><cite>S Steele. Unicode, Microsoft, 1998. cp1252 to Unicode table. Available at <a href="http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT">http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT</a></cite></dd>
 
-  
-          <dt>
-            <strong>[<a id="references-XHTML10">XHTML 1.0</a>]</strong>
-          </dt>
-          <dd><cite><a href="http://www.w3.org/TR/2002/REC-xhtml1-20020801">XHTML 1.0: The Extensible HyperText Markup Language (Second Edition)</a></cite>, S. Pemberton, et al., Authors. World Wide Web Consortium, August 2002. This version of the XHTML 1.0 Recommendation is http://www.w3.org/TR/2002/REC-xhtml1-20020801. The <a class="normative" href="http://www.w3.org/TR/xhtml1">latest version of XHTML 1.0</a> is available at http://www.w3.org/TR/xhtml1.</dd>
-
           <dt>
             <strong>[<a id="references-XML">XML 1.0</a>]</strong>
           </dt>