Ported Rel, SetRel, and RelList from HTMLAnchorElement into HTMLForElement

Updated tests to reflect rel and relList in HTMLFormElement

Added AttrValue as style

Added attr

Updated outstanding test cases

Fixed formatting. Hopefully this time works

Implemented HTMLFormElement.relList
This commit is contained in:
Arjun Ramachandrula 2020-07-13 15:39:08 -04:00
parent 352ecda7b5
commit 00f69dd50f
4 changed files with 33 additions and 17 deletions

View file

@ -25,6 +25,9 @@ interface HTMLFormElement : HTMLElement {
attribute boolean noValidate;
[CEReactions]
attribute DOMString target;
[CEReactions]
attribute DOMString rel;
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
[SameObject] readonly attribute HTMLFormControlsCollection elements;
readonly attribute unsigned long length;