- From: poot <cvsmail@w3.org>
- Date: Fri, 06 May 2011 16:01:34 -0400
- To: public-html-diffs@w3.org
hixie: Let <optgroup> match :enabled and :disabled too. (whatwg r6104) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4906&r2=1.4907&f=h http://html5.org/tools/web-apps-tracker?from=6103&to=6104 =================================================================== 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 20:01:35 UTC