mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add z-index support.
This commit is contained in:
parent
037f6c2cae
commit
abca00009c
2 changed files with 5 additions and 0 deletions
|
@ -100,4 +100,6 @@ interface CSS2Properties : CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString width;
|
||||
[TreatNullAs=EmptyString] attribute DOMString minWidth;
|
||||
[TreatNullAs=EmptyString] attribute DOMString maxWidth;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString zIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue