Move caret-color and set its product property to gecko

This commit is contained in:
Stefano Chiodino 2017-03-09 13:51:04 +00:00
parent 802440dbf0
commit 0aa20be89c
2 changed files with 7 additions and 7 deletions

View file

@ -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")}

View file

@ -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")}