mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Move caret-color and set its product property to gecko
This commit is contained in:
parent
802440dbf0
commit
0aa20be89c
2 changed files with 7 additions and 7 deletions
|
@ -170,3 +170,10 @@ ${helpers.single_keyword("-moz-user-focus",
|
||||||
gecko_inexhaustive=True,
|
gecko_inexhaustive=True,
|
||||||
animatable=False,
|
animatable=False,
|
||||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-focus)")}
|
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-focus)")}
|
||||||
|
|
||||||
|
${helpers.predefined_type("caret-color",
|
||||||
|
"ColorOrAuto",
|
||||||
|
"Either::Second(Auto)",
|
||||||
|
spec="https://drafts.csswg.org/css-ui/#caret-color",
|
||||||
|
animatable="True",
|
||||||
|
products="gecko")}
|
||||||
|
|
|
@ -30,10 +30,3 @@ ${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", product
|
||||||
gecko_enum_prefix="StyleWindowDragging",
|
gecko_enum_prefix="StyleWindowDragging",
|
||||||
animatable=False,
|
animatable=False,
|
||||||
spec="None (Nonstandard Firefox-only property)")}
|
spec="None (Nonstandard Firefox-only property)")}
|
||||||
|
|
||||||
${helpers.predefined_type("caret-color",
|
|
||||||
"ColorOrAuto",
|
|
||||||
"Either::Second(Auto)",
|
|
||||||
spec="https://drafts.csswg.org/css-ui/#caret-color",
|
|
||||||
animatable="True",
|
|
||||||
products="none")}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue