[html5] r6187 - [giow] (0) For compat, make clicking interactive things inside labels not do any [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 3 15:58:10 PDT 2011
Author: ianh
Date: 2011-06-03 15:58:09 -0700 (Fri, 03 Jun 2011)
New Revision: 6187
Modified:
complete.html
index
source
Log:
[giow] (0) For compat, make clicking interactive things inside labels not do anything to the label's labeled control
Modified: complete.html
===================================================================
--- complete.html 2011-06-03 21:35:39 UTC (rev 6186)
+++ complete.html 2011-06-03 22:58:09 UTC (rev 6187)
@@ -42158,8 +42158,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.</p>
+ might be, if anything, should match the platform's label behavior.
+ The <a href=#activation-behavior>activation behavior</a> of a <code><a href=#the-label-element>label</a></code> element
+ for events targetted at <a href=#interactive-content>interactive content</a> descendants
+ of a <code><a href=#the-label-element>label</a></code> element, and any descendants of those
+ <a href=#interactive-content>interactive content</a> descendants, must be to do
+ nothing.</p>
<!-- activation behaviour need not be dependent on whether the
labeled control is being rendered:
Modified: index
===================================================================
--- index 2011-06-03 21:35:39 UTC (rev 6186)
+++ index 2011-06-03 22:58:09 UTC (rev 6187)
@@ -42147,8 +42147,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.</p>
+ might be, if anything, should match the platform's label behavior.
+ The <a href=#activation-behavior>activation behavior</a> of a <code><a href=#the-label-element>label</a></code> element
+ for events targetted at <a href=#interactive-content>interactive content</a> descendants
+ of a <code><a href=#the-label-element>label</a></code> element, and any descendants of those
+ <a href=#interactive-content>interactive content</a> descendants, must be to do
+ nothing.</p>
<!-- activation behaviour need not be dependent on whether the
labeled control is being rendered:
Modified: source
===================================================================
--- source 2011-06-03 21:35:39 UTC (rev 6186)
+++ source 2011-06-03 22:58:09 UTC (rev 6187)
@@ -47222,8 +47222,12 @@
<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.</p>
+ might be, if anything, should match the platform's label behavior.
+ The <span>activation behavior</span> of a <code>label</code> element
+ for events targetted at <span>interactive content</span> descendants
+ of a <code>label</code> element, and any descendants of those
+ <span>interactive content</span> descendants, must be to do
+ nothing.</p>
<!-- activation behaviour need not be dependent on whether the
labeled control is being rendered:
More information about the Commit-Watchers
mailing list