Bug 262876 - Add support for additional touch-action values
Summary: Add support for additional touch-action values
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-09 01:57 PDT by Jason Gerbes
Modified: 2023-10-10 10:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>