Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Changed the status of Touch Events to Preview #563

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2700,8 +2700,9 @@
"summary": "Touchscreen input API, originally introduced by Apple on iOS. Support is currently limited to only devices with a touchscreen (can be overridden in about:flags). See Pointer Events for touch, pen, and mouse input across all device types.",
"standardStatus": "Established standard",
"ieStatus": {
"text": "Shipped",
"ieUnprefixed": "10240"
"text": "Preview Release",
"ieUnprefixed": "10240",
"flag": true
},
"spec": "touch-events",
"msdn": "https://developer.mozilla.org/docs/Web/API/Touch_events",
Expand Down