- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Sep 2011 17:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30368 Modified Files: spec.html the-button-element.html the-iframe-element.html Log Message: 'suspend' event's description was out of date (whatwg r6561) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- the-iframe-element.html 20 Sep 2011 00:47:03 -0000 1.111 +++ the-iframe-element.html 22 Sep 2011 17:46:25 -0000 1.112 @@ -7949,7 +7949,7 @@ </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code> </td></tr><tr><td><dfn id="event-media-suspend" title="event-media-suspend"><code>suspend</code></dfn> </td><td><code><a href="infrastructure.html#event">Event</a></code> - </td><td>The user agent is intentionally not currently fetching <a href="#media-data">media data</a>, but does not have the entire <a href="#media-resource">media resource</a> downloaded. + </td><td>The user agent is intentionally not currently fetching <a href="#media-data">media data</a>. </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code> </td></tr><tr><td><dfn id="event-media-abort" title="event-media-abort"><code>abort</code></dfn> </td><td><code><a href="infrastructure.html#event">Event</a></code> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- the-button-element.html 4 Sep 2011 21:46:26 -0000 1.90 +++ the-button-element.html 22 Sep 2011 17:46:25 -0000 1.91 @@ -1172,11 +1172,16 @@ </dl><div class="impl"> <p>The <dfn id="dom-option-disabled" title="dom-option-disabled"><code>disabled</code></dfn> - and <dfn id="dom-option-label" title="dom-option-label"><code>label</code></dfn> IDL - attributes must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content - attributes of the same name. The <dfn id="dom-option-defaultselected" title="dom-option-defaultSelected"><code>defaultSelected</code></dfn> + IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the + same name. The <dfn id="dom-option-defaultselected" title="dom-option-defaultSelected"><code>defaultSelected</code></dfn> IDL attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> content attribute.</p> + <p>The <dfn id="dom-option-label" title="dom-option-label"><code>label</code></dfn> IDL + attribute, on getting, must return the value of the element's <code title="attr-option-label"><a href="#attr-option-label">label</a></code> content attribute, if it has + one, or else the value of the element's <code><a href="infrastructure.html#textcontent">textContent</a></code> IDL + attribute. On setting, the element's <code title="attr-option-label"><a href="#attr-option-label">label</a></code> content attribute must be set + to the new value.</p> + <p>The <dfn id="dom-option-value" title="dom-option-value"><code>value</code></dfn> IDL attribute, on getting, must return the value of the element's <code title="attr-option-value"><a href="#attr-option-value">value</a></code> content attribute, if it has one, or else the value of the element's <code><a href="infrastructure.html#textcontent">textContent</a></code> IDL Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1672 retrieving revision 1.1673 diff -u -d -r1.1672 -r1.1673 --- spec.html 21 Sep 2011 23:46:23 -0000 1.1672 +++ spec.html 22 Sep 2011 17:46:24 -0000 1.1673 @@ -325,7 +325,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-21-september-2011">Editor's Draft 21 September 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-22-september-2011">Editor's Draft 22 September 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -350,7 +350,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5253. +This is revision 1.5255. </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 @@ -471,7 +471,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 21 September 2011 Editor's Draft. + This specification is the 22 September 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Thursday, 22 September 2011 17:46:33 UTC