mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Implement moz-transform property
This commit is contained in:
parent
67799f9445
commit
f9225d84aa
7 changed files with 320 additions and 46 deletions
|
@ -476,6 +476,8 @@ bitflags! {
|
|||
/// This property has values that can establish a containing block for
|
||||
/// absolutely positioned elements.
|
||||
const ABSPOS_CB = 1 << 2,
|
||||
/// This property(shorthand) is an alias of another property.
|
||||
const ALIAS_PROPERTY = 1 << 3,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue