- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 15:00:30 -0500
- To: public-html-diffs@w3.org
hixie: More updates to cross-references. (whatwg r6948) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5544&r2=1.5545&f=h http://html5.org/tools/web-apps-tracker?from=6947&to=6948 =================================================================== 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:32 UTC