mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Add support for -moz-font-smoothing-background-color.
This commit is contained in:
parent
532dee36c1
commit
23d710bc36
1 changed files with 11 additions and 0 deletions
|
@ -182,3 +182,14 @@ ${helpers.predefined_type(
|
|||
ignored_when_colors_disabled=True,
|
||||
products="gecko",
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"-moz-font-smoothing-background-color",
|
||||
"RGBAColor",
|
||||
"RGBA::transparent()",
|
||||
animation_value_type="AnimatedRGBA",
|
||||
products="gecko",
|
||||
gecko_ffi_name="mFontSmoothingBackgroundColor",
|
||||
internal=True,
|
||||
spec="None (Nonstandard internal property)"
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue