Bug 262876

Summary: Add support for additional touch-action values
Product: WebKit Reporter: Jason Gerbes <gerbesjason>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: a_protyasha, simon.fraser, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jason Gerbes 2023-10-09 01:57:28 PDT
WebKit currently supports `pan-x` and `pan-y` values for the `touch-action` CSS property, but doesn't support `pan-left`, `pan-right`, `pan-up`, and `pan-down`.

Spec here for reference: https://w3c.github.io/pointerevents/#the-touch-action-css-property
Comment 1 Radar WebKit Bug Importer 2023-10-10 10:18:36 PDT
<rdar://problem/116745678>