[html5] r4761 - [giow] (2) <label> _can_ affect hidden controls. Fixing http://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 17 13:28:31 PST 2010


Author: ianh
Date: 2010-02-17 13:28:29 -0800 (Wed, 17 Feb 2010)
New Revision: 4761

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <label> _can_ affect hidden controls.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8951

Modified: complete.html
===================================================================
--- complete.html	2010-02-17 10:34:04 UTC (rev 4760)
+++ complete.html	2010-02-17 21:28:29 UTC (rev 4761)
@@ -31876,10 +31876,13 @@
   <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>
 
    <p>For example, on platforms where clicking a checkbox label checks

Modified: index
===================================================================
--- index	2010-02-17 10:34:04 UTC (rev 4760)
+++ index	2010-02-17 21:28:29 UTC (rev 4761)
@@ -31778,10 +31778,13 @@
   <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>
 
    <p>For example, on platforms where clicking a checkbox label checks

Modified: source
===================================================================
--- source	2010-02-17 10:34:04 UTC (rev 4760)
+++ source	2010-02-17 21:28:29 UTC (rev 4761)
@@ -35216,10 +35216,13 @@
   <p>The <code>label</code> element's exact default presentation and
   behavior, in particular what its <span>activation behavior</span>
   might be, if anything, should match the platform's label
-  behavior. When the <span>labeled control</span> is not <span>being
-  rendered</span>, then the <code>label</code> element's
-  <span>activation behavior</span> 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">
 
    <p>For example, on platforms where clicking a checkbox label checks




More information about the Commit-Watchers mailing list