- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 03:15:23 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make :disabled accurately reflect <option> disabled state. (whatwg r5398) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4309&r2=1.4310&f=h http://html5.org/tools/web-apps-tracker?from=5397&to=5398 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4309 retrieving revision 1.4310 diff -u -d -r1.4309 -r1.4310 --- Overview.html 30 Aug 2010 18:05:01 -0000 1.4309 +++ Overview.html 30 Aug 2010 18:08:59 -0000 1.4310 @@ -40832,7 +40832,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-option-element">option</a></code> elements that do not have a <code title="attr-option-disabled"><a href="#attr-option-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> <li><code><a href="#the-command">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li> @@ -40862,7 +40862,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-option-element">option</a></code> elements that have a <code title="attr-option-disabled"><a href="#attr-option-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> <li><code><a href="#the-command">command</a></code> elements that have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li>
Received on Monday, 30 August 2010 18:09:41 UTC