mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add `touch-action' to list of CSS properties
* lisp/textmodes/css-mode.el (css-property-alist): Add `touch-action' property.
This commit is contained in:
parent
f08362594e
commit
f7040f5b16
1 changed files with 5 additions and 1 deletions
|
|
@ -440,7 +440,11 @@
|
|||
("filter" "none" filter-function-list)
|
||||
("flood-color" color)
|
||||
("flood-opacity" number percentage)
|
||||
("lighting-color" color))
|
||||
("lighting-color" color)
|
||||
|
||||
;; Pointer Events
|
||||
;; (https://www.w3.org/TR/pointerevents/#the-touch-action-css-property)
|
||||
("touch-action" "auto" "none" "pan-x" "pan-y" "manipulation"))
|
||||
"Identifiers for properties and their possible values.
|
||||
The CAR of each entry is the name of a property, while the CDR is
|
||||
a list of possible values for that property. String values in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue