mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Support {flood,lighting,stop,text-decoration}-color in geckolib.
This commit is contained in:
parent
174680f98c
commit
330c47f78e
4 changed files with 54 additions and 0 deletions
|
@ -107,3 +107,8 @@ ${helpers.single_keyword("unicode-bidi", "normal embed isolate bidi-override iso
|
|||
${helpers.single_keyword("text-decoration-style",
|
||||
"-moz-none solid double dotted dashed wavy",
|
||||
products="gecko")}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"text-decoration-color", "CSSColor",
|
||||
"CSSParserColor::RGBA(RGBA { red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0 })",
|
||||
products="gecko")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue