hixie: For compat, make clicking interactive things inside labels not do anything to the label's labeled control (whatwg r6187)

hixie: For compat, make clicking interactive things inside labels not do
anything to the label's labeled control (whatwg r6187)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4959&r2=1.4960&f=h
http://html5.org/tools/web-apps-tracker?from=6186&to=6187

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4959
retrieving revision 1.4960
diff -u -d -r1.4959 -r1.4960
--- Overview.html 3 Jun 2011 21:35:45 -0000 1.4959
+++ Overview.html 3 Jun 2011 22:58:15 -0000 1.4960
@@ -31524,8 +31524,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>
 
   
   <div class="example">

Received on Friday, 17 June 2011 09:54:48 UTC