mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: convert NS_STYLE_POINTER_EVENTS_* to an enum class in nsStyleConsts.h
Differential Revision: https://phabricator.services.mozilla.com/D56203
This commit is contained in:
parent
d954f516e9
commit
e8a3a71080
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ ${helpers.single_keyword(
|
||||||
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",
|
||||||
|
gecko_enum_prefix="StylePointerEvents",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue