Updating ED draft with tweaks to pubrules for the WD publication.
--- a/html/DOM3-Events.html Wed Sep 05 05:20:32 2012 +0900
+++ b/html/DOM3-Events.html Wed Sep 05 05:24:32 2012 +0900
@@ -6,10 +6,11 @@
<link rel="author" href="mailto:www-dom@w3.org" />
<link rel="help" href="http://www.w3.org/DOM/" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="geek" href="geek.css" />
- <link rel="stylesheet" type="text/css" href="./spec.css" />
+ <link rel="stylesheet" type="text/css" href="spec.css" />
+ <!-- <link rel="stylesheet" type="text/css" href="spec-WD.css" /> -->
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-tr.css" />
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED" />
- <!-- <link rel="local stylesheet" type="text/css" href="W3C-WD.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD" /> -->
</head>
<body>
<div id="Overview" class="head">
@@ -17,16 +18,16 @@
<h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
- <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2012-08-23">23 August 2012</span></h2>
+ <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2012-09-04">04 September 2012</span></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.241">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.241</a></dd>
+ <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.242">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.242</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.240">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.240</a></dd>
+ <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.241">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.241</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>
@@ -107,7 +108,7 @@
<!-- Section: TOC ========================================================-->
- <h2>Table of Contents</h2>
+ <h2 id="toc">Table of Contents</h2>
<ul class="toc">
<li><a href="#dom-events">1. Document Object Model Events</a>
<ul class="toc">
@@ -3703,12 +3704,12 @@
device's cursor is moved over an element:</p>
<ol>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a></li>
- (Pointing device is moved into an element...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a><br/>
+ (Pointing device is moved into an element...)</li>
<li><a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a></li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a></li>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events)</li>
- (Pointing device is moved out of the element...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events)<br/>
+ (Pointing device is moved out of the element...)</li>
<li><a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a></li>
<li><a class="eventtype" href="#event-type-mouseleave"><code>mouseleave</code></a></li>
</ol>
@@ -3717,22 +3718,22 @@
sequence of events:</p>
<ol>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a></li>
- (Pointing device is moved into element A...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a><br/>
+ (Pointing device is moved into element A...)</li>
<li><a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a> (element <em>A</em>)</li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a> (element <em>A</em>)</li>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>A</em>)</li>
- (Pointing device is moved into nested element B...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>A</em>)<br/>
+ (Pointing device is moved into nested element B...)</li>
<li><a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a> (element <em>A</em>)</li>
<li><a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a> (element <em>B</em>)</li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a> (element <em>B</em>)</li>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>B</em>)</li>
- (Pointing device is moved from element B into A...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>B</em>)<br/>
+ (Pointing device is moved from element B into A...)</li>
<li><a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a> (element <em>B</em>)</li>
<li><a class="eventtype" href="#event-type-mouseleave"><code>mouseleave</code></a> (element <em>B</em>)</li>
<li><a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a> (element <em>A</em>)</li>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>A</em>)</li>
- (Pointing device is moved out of element A...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>A</em>)<br/>
+ (Pointing device is moved out of element A...)</li>
<li><a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a> (element <em>A</em>)</li>
<li><a class="eventtype" href="#event-type-mouseleave"><code>mouseleave</code></a> (element <em>A</em>)</li>
</ol>
@@ -3748,14 +3749,14 @@
<p>When the pointing device is moved from outside the element stack to the element labeled C and then moved out again, the following series of events occur:</p>
<ol>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a></li>
- (Pointing device is moved into element C; the topmost element in the stack)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a><br/>
+ (Pointing device is moved into element C; the topmost element in the stack)</li>
<li><a class="eventtype" href="#event-type-mouseover"><code>mouseover</code></a> (element <em>C</em>)</li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a> (element <em>A</em>)</li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a> (element <em>B</em>)</li>
<li><a class="eventtype" href="#event-type-mouseenter"><code>mouseenter</code></a> (element <em>C</em>)</li>
- <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>C</em>)</li>
- (Pointing device is moved out of element C...)
+ <li><a class="eventtype" href="#event-type-mousemove"><code>mousemove</code></a> (multiple events in element <em>C</em>)<br/>
+ (Pointing device is moved out of element C...)</li>
<li><a class="eventtype" href="#event-type-mouseout"><code>mouseout</code></a> (element <em>C</em>)</li>
<li><a class="eventtype" href="#event-type-mouseleave"><code>mouseleave</code></a> (element <em>C</em>)</li>
<li><a class="eventtype" href="#event-type-mouseleave"><code>mouseleave</code></a> (element <em>B</em>)</li>
@@ -9628,7 +9629,7 @@
<dt><strong>[<a id="references-Unicode">Unicode</a>]</strong></dt>
<dd><cite>The Unicode Standard, Version 5.0</cite>, ISBN 0-321-48091-0, as updated periodically by the publication of new versions. See also <a class="normative"
- href="http://www.unicode.org/standard/versions/">Versions of the Unicode Standard</a>, available at http://www.unicode.org/standard/versions/, for
+ href="http://www.unicode.org/standard/versions/">Versions of the Unicode Standard</a>, available at http://www.unicode.org/standard/versions/ for
latest version and additional information on versions of the standard and of the Unicode Character Database.</dd>
<dt><strong>[<a id="references-WebIDL">WEB IDL</a>]</strong></dt>
@@ -9700,9 +9701,9 @@
Oracle. Available at http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html. </dd>
<dt><strong>[<a id="references-Keys">Keys enumeration for .Net</a>]</strong></dt>
- <dd><cite><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.keys%28VS.100,loband%29.aspx">.NET Framework 4.0 Class Library, Keys Enumeration</a></cite>.
- Microsoft. Available at http://msdn.microsoft.com/en-us/library/system.windows.forms.keys(VS.100,loband).aspx.</dd>
-
+ <dd><cite><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx">.NET Framework 4.5 Class Library, Keys Enumeration</a></cite>.
+ Microsoft. Available at http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx.</dd>
+
<dt><strong>[<a id="references-KeyProps">KeyProps</a>]</strong></dt>
<dd><cite class="w3cwd"><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/Note-KeyProps.html">Legacy Keyboard Event Properties</a></cite>, D. Schepers, editor.
World Wide Web Consortium, <span class="wip">work in progress</span>, 04 August 2010. This edition of Legacy Keyboard Event Properties is
@@ -9741,9 +9742,9 @@
Inc., 03 June 2010. Available at <a href="http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf">http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf</a>.</dd>
<dt><strong>[<a id="references-WEB4CE">WEB4CE</a>]</strong></dt>
- <dd><cite><a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI).aspx">ANSI/CEA-2014-B, Web-based Protocol and Framework for Remote User Interface on UPnPTM Networks
+ <dd><cite><a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx">ANSI/CEA-2014-B, Web-based Protocol and Framework for Remote User Interface on UPnPTM Networks
and the Internet (Web4CE)</a></cite>. Consumer Electronics Association, January 2011. Available at <a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI).aspx">
- http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI).aspx </a>.</dd>
+ http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx </a>.</dd>
</dl>
</div>
</div>