- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 23:57:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12759 Modified Files: Overview.html Log Message: optgroups don't actually get disabled themselves. they just have an attribute. (whatwg r6507) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5207 retrieving revision 1.5208 diff -u -d -r1.5207 -r1.5208 --- Overview.html 17 Aug 2011 23:54:48 -0000 1.5207 +++ Overview.html 17 Aug 2011 23:57:00 -0000 1.5208 @@ -43126,7 +43126,7 @@ <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-optgroup-element">optgroup</a></code> elements that do not have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</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> @@ -43161,7 +43161,7 @@ <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-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</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>
Received on Wednesday, 17 August 2011 23:57:05 UTC