- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 20:25:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <label for=x> <input id=x hidden> should do nothing when you activate the label, regardless of platform. (whatwg r3969) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3130&r2=1.3131&f=h http://html5.org/tools/web-apps-tracker?from=3968&to=3969 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3130 retrieving revision 1.3131 diff -u -d -r1.3130 -r1.3131 --- Overview.html 22 Sep 2009 11:12:26 -0000 1.3130 +++ Overview.html 22 Sep 2009 11:25:19 -0000 1.3131 @@ -6889,7 +6889,7 @@ <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><h4 id="global-attributes"><span class="secno">3.2.3 </span><dfn>Global attributes</dfn></h4><p>The following attributes are common to and may be specified on all <a href="#html-elements">HTML elements</a><span class="impl"> (even those not @@ -27459,7 +27459,9 @@ <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"> @@ -58295,7 +58297,8 @@ 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>
Received on Tuesday, 22 September 2009 11:40:51 UTC