mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Removed references to DOMSettableTokenList
This commit is contained in:
parent
573c0a7468
commit
a121437f87
8 changed files with 6 additions and 13 deletions
|
@ -14,7 +14,7 @@
|
|||
interface HTMLAnchorElement : HTMLElement {
|
||||
attribute DOMString target;
|
||||
// attribute DOMString download;
|
||||
//[PutForwards=value] attribute DOMSettableTokenList ping;
|
||||
// attribute USVString ping;
|
||||
// attribute DOMString rel;
|
||||
readonly attribute DOMTokenList relList;
|
||||
// attribute DOMString hreflang;
|
||||
|
|
|
@ -9,7 +9,7 @@ interface HTMLAreaElement : HTMLElement {
|
|||
// attribute DOMString shape;
|
||||
// attribute DOMString target;
|
||||
// attribute DOMString download;
|
||||
//[PutForwards=value] attribute DOMSettableTokenList ping;
|
||||
// attribute USVString ping;
|
||||
// attribute DOMString rel;
|
||||
readonly attribute DOMTokenList relList;
|
||||
// hreflang and type are not reflected
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -7,7 +7,6 @@ interface HTMLIFrameElement : HTMLElement {
|
|||
attribute DOMString src;
|
||||
// attribute DOMString srcdoc;
|
||||
// attribute DOMString name;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList sandbox;
|
||||
attribute DOMString sandbox;
|
||||
// attribute boolean seamless;
|
||||
// attribute boolean allowFullscreen;
|
||||
|
|
|
@ -11,7 +11,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
attribute DOMString media;
|
||||
attribute DOMString hreflang;
|
||||
attribute DOMString type;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList sizes;
|
||||
// [SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
interface HTMLTableCellElement : HTMLElement {
|
||||
attribute unsigned long colSpan;
|
||||
// attribute unsigned long rowSpan;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList headers;
|
||||
// attribute DOMString headers;
|
||||
readonly attribute long cellIndex;
|
||||
|
||||
// also has obsolete members
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue