Skip to content

Commit

Permalink
[giow] (0) For compat, make clicking interactive things inside labels…
Browse files Browse the repository at this point in the history
… not do anything to the label's labeled control

git-svn-id: http://svn.whatwg.org/webapps@6187 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2011
1 parent d7282d5 commit 17cfe49
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -42158,8 +42158,12 @@ <h4 id=the-label-element><span class=secno>4.10.6 </span>The <dfn><code>label</c

<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:
Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -42147,8 +42147,12 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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:
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -47222,8 +47222,12 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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:
Expand Down

0 comments on commit 17cfe49

Please sign in to comment.