Implement 'control' attribute for <label> elements

This commit is contained in:
Corey Farwell 2015-10-24 12:46:43 -04:00
parent 3b50f21963
commit f97d1d148b
8 changed files with 74 additions and 60 deletions

View file

@ -7,5 +7,5 @@
interface HTMLLabelElement : HTMLElement {
readonly attribute HTMLFormElement? form;
// attribute DOMString htmlFor;
//readonly attribute HTMLElement? control;
readonly attribute HTMLElement? control;
};