mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Enable cursor and pointer-events in 2020
This commit is contained in:
parent
762e67f486
commit
22ea33cb37
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ ${helpers.predefined_type(
|
||||||
"cursor",
|
"cursor",
|
||||||
"Cursor",
|
"Cursor",
|
||||||
"computed::Cursor::auto()",
|
"computed::Cursor::auto()",
|
||||||
engines="gecko servo-2013",
|
engines="gecko servo-2013 servo-2020",
|
||||||
initial_specified_value="specified::Cursor::auto()",
|
initial_specified_value="specified::Cursor::auto()",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-ui/#cursor",
|
spec="https://drafts.csswg.org/css-ui/#cursor",
|
||||||
|
@ -22,7 +22,7 @@ ${helpers.predefined_type(
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"pointer-events",
|
"pointer-events",
|
||||||
"auto none",
|
"auto none",
|
||||||
engines="gecko servo-2013",
|
engines="gecko servo-2013 servo-2020",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke all",
|
extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke all",
|
||||||
spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty",
|
spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue