- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2011 07:08:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28078 Modified Files: Overview.html Log Message: update xref section (whatwg r6260) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5016 retrieving revision 1.5017 diff -u -d -r1.5016 -r1.5017 --- Overview.html 21 Jun 2011 05:43:59 -0000 1.5016 +++ Overview.html 21 Jun 2011 07:08:50 -0000 1.5017 @@ -2866,10 +2866,10 @@ defined, in this specification, in terms of operations on the DOM. <a href="#refsDOMCORE">[DOMCORE]</a></p> - <p>Implementations must support some version of DOM Core and DOM - Events, because this specification is defined in terms of the DOM, - and some of the features are defined as extensions to the DOM Core - interfaces. <a href="#refsDOMCORE">[DOMCORE]</a> <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p> + <p>Implementations must support DOM Core and the events defined in + DOM Events, because this specification is defined in terms of the + DOM, and some of the features are defined as extensions to the DOM + Core interfaces. <a href="#refsDOMCORE">[DOMCORE]</a> <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p> <p>In particular, the following features are defined in the DOM Core specification: <a href="#refsDOMCORE">[DOMCORE]</a></p> @@ -2902,18 +2902,19 @@ <li><dfn id="dom-element-tagname" title="dom-Element-tagName"><code>tagName</code></dfn> attribute</li> <li><dfn id="textcontent"><code>textContent</code></dfn> attribute</li> + <li><dfn id="event"><code>Event</code></dfn> interface</li> + <li><dfn id="eventtarget"><code>EventTarget</code></dfn> interface</li> + + <li><dfn id="dom-event-target" title="dom-Event-target"><code>target</code></dfn> attribute</li> + </ul><p>The following features are defined in the DOM Events specification: <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p> - <ul class="brief"><li><dfn id="event"><code>Event</code></dfn> interface</li> - <li><dfn id="eventtarget"><code>EventTarget</code></dfn> interface</li> - <li><dfn id="uievent"><code>UIEvent</code></dfn> interface</li> + <ul class="brief"><li><dfn id="uievent"><code>UIEvent</code></dfn> interface</li> <li><dfn id="mouseevent"><code>MouseEvent</code></dfn> interface</li> <li><dfn id="event-click" title="event-click"><code>click</code></dfn> event</li> - <li><dfn id="dom-event-target" title="dom-Event-target"><code>target</code></dfn> attribute</li> - </ul></dd> <dt>File API</dt> @@ -2923,9 +2924,9 @@ <p>This specification uses the following interfaces defined in the File API specification: <a href="#refsFILEAPI">[FILEAPI]</a></p> - <ul class="brief"><li><dfn id="blob">Blob</dfn></li> - <li><dfn id="file">File</dfn></li> - <li><dfn id="filelist">FileList</dfn></li> + <ul class="brief"><li><dfn id="blob"><code>Blob</code></dfn></li> + <li><dfn id="file"><code>File</code></dfn></li> + <li><dfn id="filelist"><code>FileList</code></dfn></li> </ul></dd>
Received on Tuesday, 21 June 2011 07:08:59 UTC