- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Jul 2008 04:53:00 +0900 (JST)
- To: public-html-diffs@w3.org
Make :enabled and :disabled available on <menu><li> elements. (whatwg r1893) (changed by: Ian Hickson) Diffs for this change per section: 4.4.10 The dl element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1082.html#the-dl dl http://people.w3.org/mike/diffs/html5/spec/Overview.1.1082.html#dl value http://people.w3.org/mike/diffs/html5/spec/Overview.1.1082.html#value0 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#the-dl http://dev.w3.org/html5/spec/Overview.html#dl http://dev.w3.org/html5/spec/Overview.html#value0 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-dl http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#dl http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#value0 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1081&r2=1.1082&f=h http://html5.org/tools/web-apps-tracker?from=1892&to=1893 =================================================================== 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:53:48 UTC