mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Replace IntegerOrAuto with ZIndex
It's its only use.
This commit is contained in:
parent
6a7ae3b12e
commit
b44ffcf498
9 changed files with 75 additions and 50 deletions
|
@ -262,7 +262,6 @@ class Longhand(object):
|
|||
"ImageOrientation",
|
||||
"InitialLetter",
|
||||
"Integer",
|
||||
"IntegerOrAuto",
|
||||
"JustifyContent",
|
||||
"JustifyItems",
|
||||
"JustifySelf",
|
||||
|
@ -283,6 +282,7 @@ class Longhand(object):
|
|||
"TransformStyle",
|
||||
"XSpan",
|
||||
"XTextZoom",
|
||||
"ZIndex",
|
||||
}
|
||||
return bool(self.keyword)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue