- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 20:00:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25897
Modified Files:
Overview.html
Log Message:
More updates to cross-references. (whatwg r6948)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5544
retrieving revision 1.5545
diff -u -d -r1.5544 -r1.5545
--- Overview.html 31 Jan 2012 19:58:18 -0000 1.5544
+++ Overview.html 31 Jan 2012 20:00:21 -0000 1.5545
@@ -3241,10 +3241,11 @@
<p>The following features are defined in the DOM Events
specification: <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
- <ul class="brief"><li><dfn id="uievent"><code>UIEvent</code></dfn> interface</li>
- <li><dfn id="mouseevent"><code>MouseEvent</code></dfn> interface</li>
+ <ul class="brief"><li><dfn id="mouseevent"><code>MouseEvent</code></dfn> interface</li>
<li><dfn id="mouseeventinit"><code>MouseEventInit</code></dfn> dictionary type</li>
+ <li>The <dfn id="uievent"><code>UIEvent</code></dfn> interface's <dfn id="dom-uievent-detail" title="dom-UIEvent-detail"><code>detail</code></dfn> attribute</li>
+
<li><dfn id="event-click" title="event-click"><code>click</code></dfn> event</li>
</ul><p>In addition, user agents must implement the features defined in
@@ -56278,7 +56279,7 @@
<p>Create a <code><a href="#dragevent">DragEvent</a></code> object and initialize it to
have the given name <var title="">e</var>, to bubble, to be
- cancelable unless <var title="">e</var> is <code title="event-dragleave"><a href="#event-dragleave">dragleave</a></code> or <code title="event-dragend"><a href="#event-dragend">dragend</a></code>, and to have the <code title="dom-UIEvent-detail">detail</code> attribute initialized to
+ cancelable unless <var title="">e</var> is <code title="event-dragleave"><a href="#event-dragleave">dragleave</a></code> or <code title="event-dragend"><a href="#event-dragend">dragend</a></code>, and to have the <code title="dom-UIEvent-detail"><a href="#dom-uievent-detail">detail</a></code> attribute initialized to
zero, the mouse and key attributes initialized according to the
state of the input devices as they would be for user interaction
events, the <code title="">relatedTarget</code> attribute
Received on Tuesday, 31 January 2012 20:00:27 UTC