Skip to content

Commit

Permalink
Clarify the lack of support for touch-action in macOS Safari (where…
Browse files Browse the repository at this point in the history
… touch events don't exist) (#7122)

* Update css-touch-action.json

* fixing mistake 

Safari should have footnote 5 applied, not 1.
  • Loading branch information
jensimmons authored Aug 7, 2024
1 parent 32dbcdd commit ccf5040
Showing 1 changed file with 48 additions and 47 deletions.
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":93.96,
"usage_perc_a":0.44,
Expand Down

0 comments on commit ccf5040

Please sign in to comment.