- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 06:28:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <label> _can_ affect hidden controls. (whatwg r4761) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3808&r2=1.3809&f=h http://html5.org/tools/web-apps-tracker?from=4760&to=4761 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3808 retrieving revision 1.3809 diff -u -d -r1.3808 -r1.3809 --- Overview.html 17 Feb 2010 10:34:09 -0000 1.3808 +++ Overview.html 17 Feb 2010 21:28:35 -0000 1.3809 @@ -25283,9 +25283,12 @@ <p>The <code><a href="#the-label-element">label</a></code> element's exact default presentation and behavior, in particular what its <a href="#activation-behavior">activation behavior</a> might be, if anything, should match the platform's label - behavior. When the <a href="#labeled-control">labeled control</a> is not <a href="#being-rendered">being - rendered</a>, then the <code><a href="#the-label-element">label</a></code> element's - <a href="#activation-behavior">activation behavior</a> must be to do nothing.</p> + behavior.</p> + + <!-- activation behaviour need not be dependent on whether the + labeled control is being rendered: + http://software.hixie.ch/utilities/js/live-dom-viewer/saved/371 + --> <div class="example">
Received on Wednesday, 17 February 2010 21:29:21 UTC