Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[giow] (2) <label for=x> <input id=x hidden> should do nothing when y…
- Loading branch information
Showing
with
12 additions
and
6 deletions.
-
+6
−3
index
-
+6
−3
source
|
@@ -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> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
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> |
|
@@ -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> |
|
|
|
|
|
|
|
<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"> |
|
|
|
|
|
|
|
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> |