mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Removed references to DOMSettableTokenList
This commit is contained in:
parent
573c0a7468
commit
a121437f87
8 changed files with 6 additions and 13 deletions
|
@ -13,10 +13,7 @@ interface HTMLElement : Element {
|
|||
|
||||
// microdata
|
||||
// attribute boolean itemScope;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemType;
|
||||
// attribute DOMString itemId;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemRef;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemProp;
|
||||
//readonly attribute HTMLPropertiesCollection properties;
|
||||
// attribute any itemValue; // acts as DOMString on setting
|
||||
|
||||
|
@ -29,7 +26,7 @@ interface HTMLElement : Element {
|
|||
// attribute DOMString accessKey;
|
||||
//readonly attribute DOMString accessKeyLabel;
|
||||
// attribute boolean draggable;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList dropzone;
|
||||
//[SameObject, PutForwards=value] readonly attribute DOMTokenList dropzone;
|
||||
// attribute HTMLMenuElement? contextMenu;
|
||||
// attribute boolean spellcheck;
|
||||
//void forceSpellCheck();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue