- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Sep 2012 18:14:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv7349 Modified Files: Overview.html Log Message: commit 297e6e65177e0e08800b9c0e9ee2caed55e8cd7e Author: Travis Leithead <travil@microsoft.com> Date: Mon Sep 10 10:56:42 2012 -0700 [HTML5 Bug 14895] Fixed reference to MouseEventInit Removed normative reference to non-normative MouseEventInit dictionary in DOM Level 3 Events by absorbing the relevant portions of the dictionary definition into HTML5. Index: Overview.html =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.152 retrieving revision 1.153 diff -u -d -r1.152 -r1.153 --- Overview.html 10 Sep 2012 14:14:50 -0000 1.152 +++ Overview.html 10 Sep 2012 18:14:12 -0000 1.153 @@ -4667,6 +4667,10 @@ partial dictionary <span>MouseEventInit</span> { DOMString? region; };</pre> + <!-- Editor's Note: Bug 14895 removed the dependency on MouseEventInit from DOM + L3 Events (since that spec does not normatively define MouseEventInit). + This section is not built for the W3C HTML5 edition of the spec, and thus + has not been updated. --> <dl class=domintro><dt><var title="">event</var> . <code title=dom-MouseEvent-region><a href=#dom-mouseevent-region>region</a></code></dt>
Received on Monday, 10 September 2012 18:14:15 UTC