added informative reference to HTML5, noted (but did not specify) pageX in MouseEvent
authorschepers
Fri, 11 Sep 2009 08:21:30 +0900
changeset 186 87f27cbca860
parent 185 41f820ec0974
child 187 611110eba540
added informative reference to HTML5, noted (but did not specify) pageX in MouseEvent
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Fri Sep 11 06:21:46 2009 +0900
+++ b/html/DOM3-Events.html	Fri Sep 11 08:21:30 2009 +0900
@@ -143,7 +143,7 @@
       <dl>
         <dt>This version:</dt>
         <dd>
-          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.75">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.75</a>
+          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.76">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.76</a>
         </dd>
         <dt>Latest stable version:</dt>
         <dd>
@@ -151,7 +151,7 @@
         </dd>
         <dt>Previous version:</dt>
         <dd>
-          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.74">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.74</a>
+          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.75">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.75</a>
         </dd>
         <dt>Editor's Draft:</dt>
         <dd>
@@ -2262,7 +2262,7 @@
           <p>The <code>MouseEvent</code> interface provides specific contextual information associated with Mouse events.</p>
           <p>In the case of nested elements mouse events are always targeted at the most deeply nested element. Ancestors of the targeted element may use bubbling to obtain notification of mouse events which occur within their descendent elements.</p>
           <p>To create an instance of the <code>MouseEvent</code> interface, use the <a href="#events-Events-DocumentEvent-createEvent"><code>DocumentEvent.createEvent("MouseEvent")</code></a> method call.</p>
-          <p class="note"><strong>Note:</strong> When initializing <code>MouseEvent</code> objects using <code>initMouseEvent</code> or <code>initMouseEventNS</code>, implementations should use the client coordinates <code>clientX</code> and <code>clientY</code> for calculation of other coordinates (such as target coordinates exposed by <a href="#glossary-DOM-Level-0">DOM Level 0</a> implementations).</p>
+          <p class="note"><strong>Note:</strong> When initializing <code>MouseEvent</code> objects using <code>initMouseEvent</code> or <code>initMouseEventNS</code>, implementations should use the client coordinates <code>clientX</code> and <code>clientY</code> for calculation of other coordinates (such as target coordinates exposed by <a href="#glossary-DOM-Level-0">DOM Level 0</a> implementations or other proprietary properties, e.g. <code>pageX</code>).</p>
           <dl>
             <dt>
               <br />
@@ -6018,10 +6018,20 @@
             <strong>[<a id="references-DWW95">DWW95</a>]</strong>
           </dt>
           <dd><cite>Developing International Software for Windows 95 and Windows NT: A Handbook for International Software Design</cite>, N. Kano, Author. Microsoft Press, 1995. ISBN 1-55615-840-8.</dd>
-          <dt>
-            <strong>[<a id="references-HTML40">HTML 4.01</a>]</strong>
-          </dt>
+          
+          <dt><strong>[<a id="references-HTML40">HTML 4.01</a>]</strong></dt>
           <dd><cite><a href="http://www.w3.org/TR/1999/REC-html401-19991224/">HTML 4.01 Specification</a></cite>, D. Raggett, A. Le Hors, and I. Jacobs, Editors. World Wide Web Consortium, December 1999. This version of the HTML 4.01 Recommendation is http://www.w3.org/TR/1999/REC-html401-19991224. The <a class="normative" href="http://www.w3.org/TR/html4">latest version of HTML 4</a> is available at http://www.w3.org/TR/html4.</dd>
+          
+          <dt id="references-HTML5"><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/.
+            <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>
+          
 
           <dt><strong>[<a id="references-ISO-9995-3">ISO9995-3</a>]</strong></dt>
           <dd><cite><a href="http://www.iso.org/iso/search.htm?qt=9995&amp;published=on">ISO/IEC 9995-3:2009A, Information technology -- Keyboard layouts for text and office systems -- Part 3: Complementary layouts of the alphanumeric zone of the alphanumeric section.</a></cite></dd>