mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +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 {
|
interface HTMLAnchorElement : HTMLElement {
|
||||||
attribute DOMString target;
|
attribute DOMString target;
|
||||||
// attribute DOMString download;
|
// attribute DOMString download;
|
||||||
//[PutForwards=value] attribute DOMSettableTokenList ping;
|
// attribute USVString ping;
|
||||||
// attribute DOMString rel;
|
// attribute DOMString rel;
|
||||||
readonly attribute DOMTokenList relList;
|
readonly attribute DOMTokenList relList;
|
||||||
// attribute DOMString hreflang;
|
// attribute DOMString hreflang;
|
||||||
|
|
|
@ -9,7 +9,7 @@ interface HTMLAreaElement : HTMLElement {
|
||||||
// attribute DOMString shape;
|
// attribute DOMString shape;
|
||||||
// attribute DOMString target;
|
// attribute DOMString target;
|
||||||
// attribute DOMString download;
|
// attribute DOMString download;
|
||||||
//[PutForwards=value] attribute DOMSettableTokenList ping;
|
// attribute USVString ping;
|
||||||
// attribute DOMString rel;
|
// attribute DOMString rel;
|
||||||
readonly attribute DOMTokenList relList;
|
readonly attribute DOMTokenList relList;
|
||||||
// hreflang and type are not reflected
|
// hreflang and type are not reflected
|
||||||
|
|
|
@ -13,10 +13,7 @@ interface HTMLElement : Element {
|
||||||
|
|
||||||
// microdata
|
// microdata
|
||||||
// attribute boolean itemScope;
|
// attribute boolean itemScope;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemType;
|
|
||||||
// attribute DOMString itemId;
|
// attribute DOMString itemId;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemRef;
|
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList itemProp;
|
|
||||||
//readonly attribute HTMLPropertiesCollection properties;
|
//readonly attribute HTMLPropertiesCollection properties;
|
||||||
// attribute any itemValue; // acts as DOMString on setting
|
// attribute any itemValue; // acts as DOMString on setting
|
||||||
|
|
||||||
|
@ -29,7 +26,7 @@ interface HTMLElement : Element {
|
||||||
// attribute DOMString accessKey;
|
// attribute DOMString accessKey;
|
||||||
//readonly attribute DOMString accessKeyLabel;
|
//readonly attribute DOMString accessKeyLabel;
|
||||||
// attribute boolean draggable;
|
// attribute boolean draggable;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList dropzone;
|
//[SameObject, PutForwards=value] readonly attribute DOMTokenList dropzone;
|
||||||
// attribute HTMLMenuElement? contextMenu;
|
// attribute HTMLMenuElement? contextMenu;
|
||||||
// attribute boolean spellcheck;
|
// attribute boolean spellcheck;
|
||||||
//void forceSpellCheck();
|
//void forceSpellCheck();
|
||||||
|
|
|
@ -7,7 +7,6 @@ interface HTMLIFrameElement : HTMLElement {
|
||||||
attribute DOMString src;
|
attribute DOMString src;
|
||||||
// attribute DOMString srcdoc;
|
// attribute DOMString srcdoc;
|
||||||
// attribute DOMString name;
|
// attribute DOMString name;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList sandbox;
|
|
||||||
attribute DOMString sandbox;
|
attribute DOMString sandbox;
|
||||||
// attribute boolean seamless;
|
// attribute boolean seamless;
|
||||||
// attribute boolean allowFullscreen;
|
// attribute boolean allowFullscreen;
|
||||||
|
|
|
@ -11,7 +11,7 @@ interface HTMLLinkElement : HTMLElement {
|
||||||
attribute DOMString media;
|
attribute DOMString media;
|
||||||
attribute DOMString hreflang;
|
attribute DOMString hreflang;
|
||||||
attribute DOMString type;
|
attribute DOMString type;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList sizes;
|
// [SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
|
||||||
|
|
||||||
// also has obsolete members
|
// also has obsolete members
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmloutputelement
|
// https://html.spec.whatwg.org/multipage/#htmloutputelement
|
||||||
interface HTMLOutputElement : HTMLElement {
|
interface HTMLOutputElement : HTMLElement {
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList htmlFor;
|
// [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
||||||
readonly attribute HTMLFormElement? form;
|
readonly attribute HTMLFormElement? form;
|
||||||
// attribute DOMString name;
|
// attribute DOMString name;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
interface HTMLTableCellElement : HTMLElement {
|
interface HTMLTableCellElement : HTMLElement {
|
||||||
attribute unsigned long colSpan;
|
attribute unsigned long colSpan;
|
||||||
// attribute unsigned long rowSpan;
|
// attribute unsigned long rowSpan;
|
||||||
//[PutForwards=value] readonly attribute DOMSettableTokenList headers;
|
// attribute DOMString headers;
|
||||||
readonly attribute long cellIndex;
|
readonly attribute long cellIndex;
|
||||||
|
|
||||||
// also has obsolete members
|
// also has obsolete members
|
||||||
|
|
|
@ -3,6 +3,3 @@
|
||||||
[Should be able to delete DOMStringList.]
|
[Should be able to delete DOMStringList.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Should be able to delete DOMSettableTokenList.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue