--- a/source/xml-source.xml Thu Nov 08 21:35:49 2007 +0900
+++ b/source/xml-source.xml Mon Dec 03 12:00:39 2007 +0900
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE spec SYSTEM "spec.dtd">
-<spec w3c-doctype="wd" role="editors-copy">
+<spec w3c-doctype="wd" role="public">
<!--
*************************************************************************
* FRONT MATTER *
@@ -85,35 +85,38 @@
1.0
</version>
+ <w3c-designation>WD-DOM-Level-3-Events-20071207</w3c-designation>
+
+ <w3c-doctype>W3C Working Draft</w3c-doctype>
+<!--
<w3c-designation>@@@</w3c-designation>
-
<w3c-doctype>Editor's Draft</w3c-doctype>
-
+-->
<pubdate>
-<!--<day>13</day>-->
- <month>November</month>
+ <day>7</day>
+
+ <month>December</month>
<year>2007</year>
</pubdate>
<publoc>
- <loc href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413">http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413
- (outdated)</loc>
+ <loc href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207">http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207</loc>
</publoc>
-<!--
+
<altlocs>
- <loc role="html" href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/xml-source.xml">XML
+ <loc role="html" href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/xml-source.xml">XML
file</loc>
- <loc role="postscript" href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/DOM3-Events.ps">PostScript
+ <loc role="postscript" href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/DOM3-Events.ps">PostScript
file</loc>
- <loc role="pdf" href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/DOM3-Events.pdf">PDF
+ <loc role="pdf" href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/DOM3-Events.pdf">PDF
file</loc>
- <loc role="html" href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/DOM3-Events.html">single
+ <loc role="html" href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/DOM3-Events.html">single
HTML file</loc>
- <loc role="zip" href="http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/DOM3-Events.zip">ZIP
+ <loc role="zip" href="http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/DOM3-Events.zip">ZIP
file</loc>
</altlocs>
--->
+
<latestloc>
<loc href="http://www.w3.org/TR/DOM-Level-3-Events">http://www.w3.org/TR/DOM-Level-3-Events</loc>
</latestloc>
@@ -159,7 +162,6 @@
</abstract>
<status id="Level-3-status">
-<!--
<p>
<emph>This section describes the status of this document at the time
of its publication. Other documents may supersede this document. A
@@ -170,7 +172,7 @@
</p>
<p>
- This document is the 13 April 2006
+ This document is the 07 December 2007
<loc href='http://www.w3.org/2005/10/Process-20051014/tr.html#RecsWD'>Working
Draft</loc> of the DOM Level 3 Events specification. This document
has been produced by the
@@ -179,24 +181,20 @@
<loc href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients
Activity</loc> in the
<loc href="http://www.w3.org/Interaction/">Interaction Domain</loc>.
- The previous version of this document was a
- <loc href='http://www.w3.org/2005/10/Process-20051014/tr.html#WGNote'>Working
- Group Note</loc> published by the
- <loc href='http://www.w3.org/DOM/'>DOM Working Group</loc> in
- November 2003. This version moves the specification back onto the
- W3C Recommendation Track.
</p>
<p>
- Feedback on this document is welcome and comments should be sent to the
+ Feedback on this document is welcome and comments should be sent to
+ the
<loc href="http://lists.w3.org/Archives/Public/public-webapi/">publicly
archived</loc> mailing list
<loc href="mailto:public-webapi@w3.org">public-webapi@w3.org</loc>
(see <loc href='http://www.w3.org/Mail/Request'>instructions</loc>).
- Please send a separate mail for each issue and use the prefix 'DOM3EV:'
- in the subject. For more information refer to the <loc
- href='http://www.w3.org/2006/webapi/track/products/2'>list of open
- issues</loc> under consideration by the Working Group and
+ Please send a separate mail for each issue and use the prefix
+ 'DOM3EV:' in the subject. For more information refer to the
+ <loc
+ href='http://www.w3.org/2006/webapi/track/products/2'>list
+ of open issues</loc> under consideration by the Working Group and
<loc href='changes.html#Changes'>Appendix B: Changes</loc>.
</p>
@@ -221,7 +219,7 @@
<loc href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
6 of the W3C Patent Policy</loc>.
</p>
--->
+<!--
<p>
This document is for review by the
<loc href='http://www.w3.org/2006/webapi/'>WebAPI Working
@@ -232,6 +230,7 @@
index</loc> for information about the latest publications by this
group.
</p>
+-->
</status>
<sourcedesc>
@@ -5783,7 +5782,7 @@
spatial dimensions. The coordinate system depends on the
environment configuration. As an example, the environment may be
configured to associate vertical scrolling with rotation along the
- y-axis, vertical scrolling with rotation along the x-axis, and
+ y-axis, horizontal scrolling with rotation along the x-axis, and
zooming with rotation along the z-axis. The delta attributes of
<code>MouseMultiWheelEvent</code> objects indicate the distance of
the rotation. The measurement unit depends on the environment
@@ -11668,26 +11667,16 @@
<head>
Changes between DOM Level 2 Events and DOM Level 3 Events
</head>
-<!-- @@ these need to me merged / rewritten -->
- <p>
- This section lists changes between DOM Level 2 Events and the DOM
- Level 3 Events Working Group Note published November 2003. This
- section will be merged with the preceding section (and list only
- changes between DOM Level 2 Events and this specification) in a
- future draft of this document.
- </p>
<p>
Numerous clarifications to the interfaces and event types have been
made. The <code>HTMLEvents</code> module is no longer defined in
this document. The event types <code>focus</code> and
<code>blur</code> have been added to the <code>UIEvents</code>
- module. For changes to the introduction of namespaces @@.
- </p>
-
- <p>
- This new specification provides a better separation between the DOM
- event flow, the event types, and the DOM interfaces.
+ module, the event type <code>dblclick</code> has been added to the
+ <code>MouseEvents</code> module. This new specification provides a
+ better separation between the DOM event flow, the event types, and
+ the DOM interfaces.
</p>
<div3 id="DOMEvents2to3Changes-flow">
@@ -11741,7 +11730,7 @@
<code>Event.namespaceURI</code> and
<code>Event.defaultPrevented</code>, and two new methods:
<code>Event.stopImmediatePropagation()</code>,
- <code>Event.initEventNS</code>.
+ <code>Event.initEventNS()</code>.
</p>
<p>
@@ -11764,11 +11753,9 @@
<def>
<p>
The <code>EventTarget</code> interface has two new methods:
- <code>EventTarget.addEventListenerNS(namespaceURI, type,
- listener, useCapture)</code> and
- <code>EventTarget.removeEventListenerNS(namespaceURI, type,
- listener, useCapture)</code>. The method
- <code>EventTarget.dispatchEvent(evt)</code> was modified.
+ <code>EventTarget.addEventListenerNS()</code> and
+ <code>EventTarget.removeEventListenerNS()</code>. The method
+ <code>EventTarget.dispatchEvent()</code> was modified.
</p>
</def>
</gitem>
@@ -11779,7 +11766,7 @@
<def>
<p>
The <code>DocumentEvent</code> interface has one new method:
- <code>DocumentEvent.canDispatch(namespaceURI, type)</code>.
+ <code>DocumentEvent.canDispatch()</code>.
</p>
</def>
</gitem>
@@ -11790,7 +11777,7 @@
<def>
<p>
The <code>UIEvent</code> interface has a new method
- <code>UIEvent.initUIEventNS(...)</code>.
+ <code>UIEvent.initUIEventNS()</code>.
</p>
</def>
</gitem>
@@ -11801,8 +11788,8 @@
<def>
<p>
The <code>MouseEvent</code> interface has two new methods
- <code>MouseEvent.getModifierState(keyIdentifierArg)</code> and
- <code>MouseEvent.initMouseEventNS(...)</code>.
+ <code>MouseEvent.getModifierState()</code> and
+ <code>MouseEvent.initMouseEventNS()</code>.
</p>
</def>
</gitem>
@@ -11813,7 +11800,7 @@
<def>
<p>
The <code>MutationEvent</code> interface has a new method
- <code>MutationEvent.initMutationEventNS(...)</code>.
+ <code>MutationEvent.initMutationEventNS()</code>.
</p>
</def>
</gitem>
@@ -11837,8 +11824,9 @@
<p>
The interfaces <code>CustomEvent</code>, <code>TextEvent</code>,
- <code>KeyboardEvent</code>, and <code>MutationNameEvent</code>
- were added to the Events module.
+ <code>KeyboardEvent</code>, <code>MutationNameEvent</code>,
+ <code>MouseMultiWheelEvent</code>, and
+ <code>MouseWheelEvent</code> were added to the Events module.
</p>
</div3>
</div2>
@@ -11930,7 +11918,7 @@
<p>
The IDL files are also available as:
- <loc href="idl.zip">http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/idl.zip</loc>
+ <loc href="idl.zip">http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/idl.zip</loc>
</p>
<!--
******************************************************
@@ -11954,7 +11942,7 @@
<p>
The Java files are also available as
- <loc href="java-binding.zip">http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/java-binding.zip</loc>
+ <loc href="java-binding.zip">http://www.w3.org/TR/2007/WD-DOM-Level-3-Events-20071207/java-binding.zip</loc>
</p>
<!--
******************************************************
@@ -12958,12 +12946,8 @@
* update a number of paths to .zip versions, images, ...
* address all the things marked with @@ or similar
- * needs a security considerations sections
- * needs review against specgl, charmod
* needs a spec conformance section
- * need to say what evt.view is if .focus() generated
- the event type
-
+
Specgenerator bugs:
* <xtermref href> does not seem to work, even though