Skip to content

Commit

Permalink
[] (0) Make :enabled and :disabled available on <menu><li> elements.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1893 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 21, 2008
1 parent 0427dc3 commit fc9aa2b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header-whatwg
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
8 changes: 7 additions & 1 deletion index
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html lang=en-US-x-hixie>
<head>
Expand Down Expand Up @@ -11899,6 +11898,13 @@ I first lived there):&lt;/p>
&lt;/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>

Expand Down
9 changes: 9 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9888,6 +9888,15 @@ I first lived there):&lt;/p>
&lt;/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>

Expand Down

0 comments on commit fc9aa2b

Please sign in to comment.