- From: poot <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 09:36:01 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make :optional more strictly match their CSS3 UI definitions. (whatwg r5480) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4371&r2=1.4372&f=h http://html5.org/tools/web-apps-tracker?from=5479&to=5480 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4371 retrieving revision 1.4372 diff -u -d -r1.4371 -r1.4372 --- Overview.html 24 Sep 2010 23:09:00 -0000 1.4371 +++ Overview.html 25 Sep 2010 00:35:43 -0000 1.4372 @@ -313,7 +313,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-24-september-2010">Editor's Draft 24 September 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-25-september-2010">Editor's Draft 25 September 2010</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> @@ -419,7 +419,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 24 September 2010 Editor's Draft. + This specification is the 25 September 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -41264,9 +41264,8 @@ <p>The <code title="selector-optional"><a href="#selector-optional">:optional</a></code> pseudo-class must match the following elements:</p> - <ul><li><code><a href="#the-button-element">button</a></code> elements</li> - - <li><code><a href="#the-input-element">input</a></code> elements that are not <i title="concept-input-required"><a href="#concept-input-required">required</a></i></li> + <ul><li><code><a href="#the-input-element">input</a></code> elements to which the <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute applies + that are not <i title="concept-input-required"><a href="#concept-input-required">required</a></i></li> <li><code><a href="#the-select-element">select</a></code> elements that do not have a <code title="attr-select-required"><a href="#attr-select-required">required</a></code> attribute</li>
Received on Saturday, 25 September 2010 00:36:30 UTC