html5/spec links.html,1.27,1.28 spec.html,1.1213,1.1214

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

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

[updated by splitter]


Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- links.html	24 Sep 2010 22:16:46 -0000	1.27
+++ links.html	25 Sep 2010 00:47:10 -0000	1.28
@@ -1940,9 +1940,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.html#the-button-element">button</a></code> elements</li>
-
-     <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements that are not <i title="concept-input-required"><a href="common-input-element-attributes.html#concept-input-required">required</a></i></li>
+    <ul><li><code><a href="the-input-element.html#the-input-element">input</a></code> elements to which the <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code> attribute applies
+     that are not <i title="concept-input-required"><a href="common-input-element-attributes.html#concept-input-required">required</a></i></li>
 
      <li><code><a href="the-button-element.html#the-select-element">select</a></code> elements that do not have a <code title="attr-select-required"><a href="the-button-element.html#attr-select-required">required</a></code> attribute</li>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1213
retrieving revision 1.1214
diff -u -d -r1.1213 -r1.1214
--- spec.html	24 Sep 2010 23:16:33 -0000	1.1213
+++ spec.html	25 Sep 2010 00:47:12 -0000	1.1214
@@ -317,7 +317,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>
@@ -338,7 +338,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.4371.
+This is revision 1.4372.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -423,7 +423,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

Received on Saturday, 25 September 2010 00:47:34 UTC