mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Stub in some uses of getPropertyValue and sketch out its implementation.
This commit is contained in:
parent
4da0ca8ace
commit
2cfa8e85a6
3 changed files with 114 additions and 27 deletions
|
@ -12,6 +12,11 @@ interface CSS2Properties : CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString color;
|
||||
[TreatNullAs=EmptyString] attribute DOMString display;
|
||||
[TreatNullAs=EmptyString] attribute DOMString background;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundColor;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundPosition;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundRepeat;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundImage;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundAttachment;
|
||||
[TreatNullAs=EmptyString] attribute DOMString width;
|
||||
[TreatNullAs=EmptyString] attribute DOMString height;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue