Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the lack of support for touch-action in macOS Safari (where touch events don't exist) #7122

Merged
merged 2 commits into from
Aug 7, 2024
Merged
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
95 changes: 48 additions & 47 deletions features-json/css-touch-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,50 +353,50 @@
"130":"y"
},
"safari":{
"3.1":"n",
"3.2":"n",
"4":"n",
"5":"n",
"5.1":"n",
"6":"n",
"6.1":"n",
"7":"n",
"7.1":"n",
"8":"n",
"9":"n",
"9.1":"n",
"10":"n",
"10.1":"n",
"11":"n",
"11.1":"n",
"12":"n",
"12.1":"n",
"13":"n",
"13.1":"n",
"14":"n",
"14.1":"n",
"15":"n",
"15.1":"n",
"15.2-15.3":"n",
"15.4":"n",
"15.5":"n",
"15.6":"n",
"16.0":"n",
"16.1":"n",
"16.2":"n",
"16.3":"n",
"16.4":"n",
"16.5":"n",
"16.6":"n",
"17.0":"n",
"17.1":"n",
"17.2":"n",
"17.3":"n",
"17.4":"n",
"17.5":"n",
"17.6":"n",
"18.0":"n",
"TP":"n"
"3.1":"n #5",
"3.2":"n #5",
"4":"n #5",
"5":"n #5",
"5.1":"n #5",
"6":"n #5",
"6.1":"n #5",
"7":"n #5",
"7.1":"n #5",
"8":"n #5",
"9":"n #5",
"9.1":"n #5",
"10":"n #5",
"10.1":"n #5",
"11":"n #5",
"11.1":"n #5",
"12":"n #5",
"12.1":"n #5",
"13":"n #5",
"13.1":"n #5",
"14":"n #5",
"14.1":"n #5",
"15":"n #5",
"15.1":"n #5",
"15.2-15.3":"n #5",
"15.4":"n #5",
"15.5":"n #5",
"15.6":"n #5",
"16.0":"n #5",
"16.1":"n #5",
"16.2":"n #5",
"16.3":"n #5",
"16.4":"n #5",
"16.5":"n #5",
"16.6":"n #5",
"17.0":"n #5",
"17.1":"n #5",
"17.2":"n #5",
"17.3":"n #5",
"17.4":"n #5",
"17.5":"n #5",
"17.6":"n #5",
"18.0":"n #5",
"TP":"n #5"
},
"opera":{
"9":"n",
Expand Down Expand Up @@ -629,9 +629,10 @@
"notes":"",
"notes_by_num":{
"1":"Supported in Firefox behind the `layout.css.touch_action.enabled` flag, Firefox for Windows 8 Touch ('Metro') enabled by default.",
"2":"IE10+ has already supported these property which are not in standard at present such as `double-tap-zoom`, `cross-slide-x`, `cross-slide-y`.",
"3":"iOS Safari only supports `auto` and `manipulation`.",
"4":"Not applicable to Firefox platforms that support neither pointer nor touch events."
"2":"Supported non-standard properties `double-tap-zoom`, `cross-slide-x`, `cross-slide-y`.",
"3":"Only supported `auto` and `manipulation`.",
"4":"Not applicable to platforms that do not support pointer or touch events.",
"5":"Not applicable to platforms that do not support touch events."
},
"usage_perc_y":94.36,
"usage_perc_a":0.4,
Expand Down
Loading