html5/spec Overview.html,1.4959,1.4960

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17069

Modified Files:
	Overview.html 
Log Message:
For compat, make clicking interactive things inside labels not do anything to the label's labeled control (whatwg r6187)

Index: Overview.html
===================================================================
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, 3 June 2011 22:58:20 UTC