mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Change predefined type of flex-basis / make gecko glue auto-generate
Gecko doesn't support content value in flex-basis yet.
This commit is contained in:
parent
9e6fce4d36
commit
aa5477bd34
3 changed files with 26 additions and 11 deletions
|
@ -612,12 +612,6 @@ impl Debug for ${style_struct.gecko_struct_name} {
|
|||
# These have unusual representations in gecko.
|
||||
force_stub += ["list-style-type"]
|
||||
|
||||
# These are part of shorthands so we must include them in stylo builds,
|
||||
# but we haven't implemented the stylo glue for the longhand
|
||||
# so we generate a stub
|
||||
force_stub += ["flex-basis", # position
|
||||
]
|
||||
|
||||
# Types used with predefined_type()-defined properties that we can auto-generate.
|
||||
predefined_types = {
|
||||
"length::LengthOrAuto": impl_style_coord,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue