- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 18:57:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv13318 Modified Files: Overview.html dom.html spec.html spec.preprocessed.html Log Message: Compatibility fix for how events are fired when nothing is focused and there's no body element. Also, editorial tweaks around how drag and drop events are fired to the body element. (whatwg r6753) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1688 retrieving revision 1.1689 diff -u -d -r1.1688 -r1.1689 --- Overview.html 25 Oct 2011 04:59:14 -0000 1.1688 +++ Overview.html 25 Oct 2011 18:57:37 -0000 1.1689 @@ -169,7 +169,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5412.</p> + This is revision 1.5413.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1818 retrieving revision 1.1819 diff -u -d -r1.1818 -r1.1819 --- spec.html 25 Oct 2011 04:59:21 -0000 1.1818 +++ spec.html 25 Oct 2011 18:57:38 -0000 1.1819 @@ -170,7 +170,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5412.</p> + This is revision 1.5413.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -3183,7 +3183,7 @@ </dl><p><dfn aria-haspopup="true" id="the-body-element-0" role="button" tabindex="0">The body element</dfn> of a document is the first child of <a href="#the-html-element-0" id="the-html-element_1">the <code>html</code> element</a> that is either a <code><a href="#the-body-element" id="body_5">body</a></code> element or a <code><a href="http://dev.w3.org/html5/spec/obsolete.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If - there is no such element, it is null. </p><hr><dl class="domintro"><dt><var title="">document</var> . <code id="dom-document-images" title="dom-document-images"><a href="#dom-document-images">images</a></code></dt> + there is no such element, it is null.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code id="dom-document-images" title="dom-document-images"><a href="#dom-document-images">images</a></code></dt> <dd> <p>Returns an <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" class="full-spec-link" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a></code> of the <code><a href="#the-img-element" id="img_6">img</a></code> elements in the <code><a href="#document" id="document_34">Document</a></code>.</p> </dd> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.1163 retrieving revision 1.1164 diff -u -d -r1.1163 -r1.1164 --- dom.html 24 Oct 2011 17:57:05 -0000 1.1163 +++ dom.html 25 Oct 2011 18:57:37 -0000 1.1164 @@ -379,7 +379,7 @@ </dl><p><dfn aria-haspopup="true" id="the-body-element-0" role="button" tabindex="0">The body element</dfn> of a document is the first child of <a href="#the-html-element-0" id="the-html-element_1">the <code>html</code> element</a> that is either a <code><a href="the-body-element.html#the-body-element" id="body_5">body</a></code> element or a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If - there is no such element, it is null. <hr><dl class="domintro"><dt><var title="">document</var> . <code id="dom-document-images" title="dom-document-images"><a href="#dom-document-images">images</a></code></dt> + there is no such element, it is null.<hr><dl class="domintro"><dt><var title="">document</var> . <code id="dom-document-images" title="dom-document-images"><a href="#dom-document-images">images</a></code></dt> <dd> <p>Returns an <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a></code> of the <code><a href="the-img-element.html#the-img-element" id="img_6">img</a></code> elements in the <code><a href="infrastructure.html#document" id="document_34">Document</a></code>.</p> </dd> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.670 retrieving revision 1.671 diff -u -d -r1.670 -r1.671 --- spec.preprocessed.html 25 Oct 2011 04:59:27 -0000 1.670 +++ spec.preprocessed.html 25 Oct 2011 18:57:45 -0000 1.671 @@ -183,7 +183,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5412.</p> + This is revision 1.5413.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -2744,10 +2744,7 @@ </dl><p><dfn id="the-body-element-0" role="button" tabindex="0" aria-haspopup="true">The body element</dfn> of a document is the first child of <a href="#the-html-element-0">the <code>html</code> element</a> that is either a <code><a href="#the-body-element">body</a></code> element or a <code><a href="#frameset">frameset</a></code> element. If - there is no such element, it is null. <span class="impl">If the body - element is null, then when the specification requires that events be - fired at "the body element", they must instead be fired at the - <code><a href="#document">Document</a></code> object.</span></p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images" id="dom-document-images"><a href="#dom-document-images">images</a></code></dt> + there is no such element, it is null.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images" id="dom-document-images"><a href="#dom-document-images">images</a></code></dt> <dd> <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-img-element">img</a></code> elements in the <code><a href="#document">Document</a></code>.</p> </dd>
Received on Tuesday, 25 October 2011 18:57:51 UTC