mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:04:59 +00:00

We immediately use this in CSSStyleDeclaration to fix that "background" in element.style did not return true. This is the mechanism used in css3test.com for detecting support of features.
7 lines
165 B
Text
7 lines
165 B
Text
[CustomGet,CustomSet,CustomHasProperty]
|
|
interface CSSStyleDeclaration {
|
|
|
|
readonly attribute unsigned long length;
|
|
CSSOMString item(unsigned long index);
|
|
|
|
};
|