mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Implement parsing/serialization for caret-color
This commit is contained in:
parent
d8a8e3e42e
commit
a2074f2653
5 changed files with 57 additions and 2 deletions
|
@ -30,3 +30,10 @@ ${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", product
|
|||
gecko_enum_prefix="StyleWindowDragging",
|
||||
animatable=False,
|
||||
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