html5/spec Overview.html,1.4906,1.4907

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

Modified Files:
	Overview.html 
Log Message:
Let <optgroup> match :enabled and :disabled too. (whatwg r6104)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4906
retrieving revision 1.4907
diff -u -d -r1.4906 -r1.4907
--- Overview.html	6 May 2011 19:50:37 -0000	1.4906
+++ Overview.html	6 May 2011 19:56:18 -0000	1.4907
@@ -42171,6 +42171,8 @@
 
      <li><code><a href="#the-textarea-element">textarea</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
+     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that are not <span title="concept-optgroup-disabled">disabled</span></li>
+
      <li><code><a href="#the-option-element">option</a></code> elements that are not <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li>
 
      <li><code><a href="#the-command-element">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li>
@@ -42204,6 +42206,8 @@
 
      <li><code><a href="#the-textarea-element">textarea</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
+     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that are <span title="concept-optgroup-disabled">disabled</span></li>
+
      <li><code><a href="#the-option-element">option</a></code> elements that are <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li>
 
      <li><code><a href="#the-command-element">command</a></code> elements that have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li>

Received on Friday, 6 May 2011 19:56:26 UTC