- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 23:46:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20980
Modified Files:
forms.html spec.html
Log Message:
For compat, make clicking interactive things inside labels not do anything to the label's labeled control (whatwg r6187)
[updated by splitter]
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- forms.html 3 Jun 2011 00:48:19 -0000 1.1033
+++ forms.html 3 Jun 2011 23:46:46 -0000 1.1034
@@ -1168,8 +1168,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="content-models.html#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="content-models.html#activation-behavior">activation behavior</a> of a <code><a href="#the-label-element">label</a></code> element
+ for events targetted at <a href="content-models.html#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="content-models.html#interactive-content">interactive content</a> descendants, must be to do
+ nothing.</p>
<div class="example">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1513
retrieving revision 1.1514
diff -u -d -r1.1513 -r1.1514
--- spec.html 3 Jun 2011 21:46:54 -0000 1.1513
+++ spec.html 3 Jun 2011 23:46:46 -0000 1.1514
@@ -347,7 +347,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4959.
+This is revision 1.4960.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 3 June 2011 23:46:50 UTC