Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) <label for=x> <input id=x hidden> should do nothing when y…
…ou activate the label, regardless of platform.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7583

git-svn-id: http://svn.whatwg.org/webapps@3969 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent c25e231 commit 65b00a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions index
Expand Up @@ -7621,7 +7621,7 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele

<p>The <code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface must be used for
<a href=#html-elements>HTML elements</a> that are not defined by this
specification.</p>
specification (or other applicable specifications).</p>

</div>

Expand Down Expand Up @@ -30834,7 +30834,9 @@ 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>
behavior. When the <a href=#labeled-control>labeled control</a> is not <a href=#being-rendered>being
rendered</a>, then the <code><a href=#the-label-element>label</a></code> element's
<a href=#activation-behavior>activation behavior</a> must be to do nothing.</p>

<div class=example>

Expand Down Expand Up @@ -64616,7 +64618,8 @@ document.body.appendChild(text);
given in the given token.</p>

<p>The interface appropriate for an element in the <a href=#html-namespace-0>HTML
namespace</a> that is not defined in this specification is
namespace</a> that is not defined in this specification (or other
applicable specifications) is
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>. Element in other namespaces whose
interface is not defined by that namespace's specification must use
the interface <code>Element</code>.</p>
Expand Down
9 changes: 6 additions & 3 deletions source
Expand Up @@ -7672,7 +7672,7 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>

<p>The <code>HTMLUnknownElement</code> interface must be used for
<span>HTML elements</span> that are not defined by this
specification.</p>
specification (or other applicable specifications).</p>

</div>

Expand Down Expand Up @@ -34216,7 +34216,9 @@ 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>
behavior. When the <span>labeled control</span> is not <span>being
rendered</span>, then the <code>label</code> element's
<span>activation behavior</span> must be to do nothing.</p>

<div class="example">

Expand Down Expand Up @@ -79619,7 +79621,8 @@ document.body.appendChild(text);
given in the given token.</p>

<p>The interface appropriate for an element in the <span>HTML
namespace</span> that is not defined in this specification is
namespace</span> that is not defined in this specification (or other
applicable specifications) is
<code>HTMLUnknownElement</code>. Element in other namespaces whose
interface is not defined by that namespace's specification must use
the interface <code>Element</code>.</p>
Expand Down

0 comments on commit 65b00a1

Please sign in to comment.