Remove <label form> and redefine label.form IDL attribute #1120
source
| + <hr> | ||
| + | ||
| + <dl class="domintro"> | ||
| + | ||
| + <dt><var>label</var> . <code subdfn data-x="dom-label-form">form</code></dt> | ||
| + | ||
| + <dd> | ||
| + | ||
| + <p>Returns the <span>form owner</span> of the form control that is associated with this | ||
| + element.</p> | ||
| + | ||
| + <p>Returns null if there isn't one.</p> | ||
| + | ||
| + </dd> | ||
| + | ||
| + </dl> |
|
annevk
Should this perhaps be higher up? Usually the domintro is before we describe any IDL attributes. |
|
LGTM, should we wait for two implementer commitments? |
|
Seems like we can go ahead with this. Need tests though, w3c/web-platform-tests#2924 |
This was referenced Apr 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


This implements #787 (comment)
Separated into several commits for easier reviewing.