mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Removed references to DOMSettableTokenList
This commit is contained in:
parent
573c0a7468
commit
a121437f87
8 changed files with 6 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#htmloutputelement
|
||||
interface HTMLOutputElement : HTMLElement {
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList htmlFor;
|
||||
// [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue