html5/spec Overview.html,1.4371,1.4372

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15607

Modified Files:
	Overview.html 
Log Message:
Make :optional more strictly match their CSS3 UI definitions. (whatwg r5480)

Index: Overview.html
===================================================================
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:35:49 UTC