- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jul 2008 19:38:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16218
Modified Files:
Overview.html
Log Message:
Make :enabled and :disabled available on <menu><li> elements. (whatwg r1893)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1081
retrieving revision 1.1082
diff -u -d -r1.1081 -r1.1082
--- Overview.html 21 Jul 2008 18:02:54 -0000 1.1081
+++ Overview.html 21 Jul 2008 19:38:07 -0000 1.1082
@@ -11969,6 +11969,13 @@
</figure></pre>
</div>
+ <p>If the <code><a href="#li">li</a></code> element is the child of a
+ <code><a href="#menu">menu</a></code> element and itself has a child that
+ defines a <a href="#command1" title=concept-command>command</a>, then the
+ <code><a href="#li">li</a></code> element must match the <code
+ title="">:enabled</code> and <code title="">:disabled</code>
+ pseudo-classes in the same way as the first such child element does.
+
<h4 id=the-dl><span class=secno>4.4.10 </span>The <dfn
id=dl><code>dl</code></dfn> element</h4>
Received on Monday, 21 July 2008 19:50:38 UTC