mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +01:00
style: parse the remaining animation longhands.
This commit is contained in:
parent
f529786700
commit
818bc6d4a2
5 changed files with 94 additions and 3 deletions
|
@ -389,6 +389,12 @@ impl Debug for ${style_struct.gecko_struct_name} {
|
|||
force_stub += ["list-style-type", "text-overflow"]
|
||||
# These are booleans.
|
||||
force_stub += ["page-break-after", "page-break-before"]
|
||||
# In a nsTArray, have to be done manually, but probably not too much work
|
||||
# (the "filling them", not the "making them work")
|
||||
force_stub += ["animation-name", "animation-duration",
|
||||
"animation-timing-function", "animation-iteration-count",
|
||||
"animation-direction", "animation-play-state",
|
||||
"animation-fill-mode", "animation-delay"]
|
||||
|
||||
# Types used with predefined_type()-defined properties that we can auto-generate.
|
||||
predefined_types = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue