mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Auto merge of #16744 - nox:pointer-events, r=emilio
Properly parse 'pointer-events: all' <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16744) <!-- Reviewable:end -->
This commit is contained in:
commit
f50b8fd545
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
// is nonstandard, slated for CSS4-UI.
|
// is nonstandard, slated for CSS4-UI.
|
||||||
// TODO(pcwalton): SVG-only values.
|
// TODO(pcwalton): SVG-only values.
|
||||||
${helpers.single_keyword("pointer-events", "auto none", animation_value_type="none",
|
${helpers.single_keyword("pointer-events", "auto none", animation_value_type="none",
|
||||||
extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke",
|
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")}
|
||||||
|
|
||||||
${helpers.single_keyword("-moz-user-input", "auto none enabled disabled",
|
${helpers.single_keyword("-moz-user-input", "auto none enabled disabled",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue