- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Aug 2010 18:09:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26341
Modified Files:
Overview.html
Log Message:
Make :disabled accurately reflect <option> disabled state. (whatwg r5398)
Index: Overview.html
===================================================================
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:04 UTC