[html5] r1893 - [] (0) Make :enabled and :disabled available on <menu><li> elements.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 21 12:38:02 PDT 2008
Author: ianh
Date: 2008-07-21 12:38:00 -0700 (Mon, 21 Jul 2008)
New Revision: 1893
Modified:
header-whatwg
index
source
Log:
[] (0) Make :enabled and :disabled available on <menu><li> elements.
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-07-21 18:02:48 UTC (rev 1892)
+++ header-whatwg 2008-07-21 19:38:00 UTC (rev 1893)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
<html lang="en-US-x-hixie">
<head>
<title>HTML 5</title>
Modified: index
===================================================================
--- index 2008-07-21 18:02:48 UTC (rev 1892)
+++ index 2008-07-21 19:38:00 UTC (rev 1893)
@@ -1,4 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang=en-US-x-hixie>
<head>
@@ -11899,6 +11898,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>
Modified: source
===================================================================
--- source 2008-07-21 18:02:48 UTC (rev 1892)
+++ source 2008-07-21 19:38:00 UTC (rev 1893)
@@ -9888,7 +9888,16 @@
</figure></pre>
</div>
+ <p>If the <code>li</code> element is the child of a
+ <code>menu</code> element and itself has a child that defines a
+ <span title="concept-command">command</span>, then the
+ <code>li</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.</p>
+
+
<h4>The <dfn><code>dl</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list