mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user