mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Create a generic flag system for properties
This commit is contained in:
parent
355d5f89da
commit
67799f9445
6 changed files with 36 additions and 35 deletions
|
@ -26,9 +26,10 @@
|
|||
${helpers.predefined_type("z-index", "IntegerOrAuto",
|
||||
"Either::Second(Auto)",
|
||||
spec="https://www.w3.org/TR/CSS2/visuren.html#z-index",
|
||||
creates_stacking_context=True,
|
||||
flags="CREATES_STACKING_CONTEXT",
|
||||
animation_type="normal")}
|
||||
|
||||
|
||||
// CSS Flexible Box Layout Module Level 1
|
||||
// http://www.w3.org/TR/css3-flexbox/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue