notes/node_modules/caniuse-db/features-json/css-touch-action-2.json

301 lines
5.5 KiB
JSON

{
"title":"CSS touch-action level 2 values",
"description":"touch-action is a CSS property that controls filtering of gesture events. Level 2 provides developers with a declarative mechanism to selectively disable direction-specific touch scrolling and pinch-zooming.",
"spec":"https://www.w3.org/TR/pointerevents2/#the-touch-action-css-property",
"status":"wd",
"links":[
{
"url":"https://compat.spec.whatwg.org/#touch-action",
"title":"WHATWG Compatibility Specification extensions"
},
{
"url":"http://output.jsbin.com/dahaga",
"title":"Pull to refresh demo using touch-action"
},
{
"url":"http://msdn.microsoft.com/en-us/library/windows/apps/hh767313.aspx",
"title":"MSDN Docs"
},
{
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action",
"title":"Mozilla Developer Network"
}
],
"bugs":[
{
"description":"Chrome treats two parallel finger swipes as `pan` instead of `pinch-zoom`."
}
],
"categories":[
"CSS"
],
"stats":{
"ie":{
"5.5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"a x #1",
"11":"a #1"
},
"edge":{
"12":"a #1",
"13":"a #1",
"14":"a #1",
"15":"a #1"
},
"firefox":{
"2":"n",
"3":"n",
"3.5":"n",
"3.6":"n",
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"n",
"11":"n",
"12":"n",
"13":"n",
"14":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"n",
"31":"n",
"32":"n",
"33":"n",
"34":"n",
"35":"n",
"36":"n",
"37":"n",
"38":"n",
"39":"n",
"40":"n",
"41":"n",
"42":"n",
"43":"n",
"44":"n",
"45":"n",
"46":"n",
"47":"n",
"48":"n",
"49":"n",
"50":"n",
"51":"n",
"52":"n",
"53":"n",
"54":"n"
},
"chrome":{
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"n",
"11":"n",
"12":"n",
"13":"n",
"14":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"n",
"31":"n",
"32":"n",
"33":"n",
"34":"n",
"35":"n",
"36":"n",
"37":"n",
"38":"n",
"39":"n",
"40":"n",
"41":"n",
"42":"n",
"43":"n",
"44":"n",
"45":"n",
"46":"n",
"47":"n",
"48":"n",
"49":"n",
"50":"n",
"51":"n",
"52":"n",
"53":"n",
"54":"n",
"55":"a #2",
"56":"y",
"57":"y",
"58":"y",
"59":"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",
"TP":"n"
},
"opera":{
"9":"n",
"9.5-9.6":"n",
"10.0-10.1":"n",
"10.5":"n",
"10.6":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"11.6":"n",
"12":"n",
"12.1":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"n",
"31":"n",
"32":"n",
"33":"n",
"34":"n",
"35":"n",
"36":"n",
"37":"n",
"38":"n",
"39":"n",
"40":"n",
"41":"n",
"42":"a #2",
"43":"y",
"44":"y",
"45":"y"
},
"ios_saf":{
"3.2":"n",
"4.0-4.1":"n",
"4.2-4.3":"n",
"5.0-5.1":"n",
"6.0-6.1":"n",
"7.0-7.1":"n",
"8":"n",
"8.1-8.4":"n",
"9.0-9.2":"n",
"9.3":"n",
"10.0-10.2":"n"
},
"op_mini":{
"all":"n"
},
"android":{
"2.1":"n",
"2.2":"n",
"2.3":"n",
"3":"n",
"4":"n",
"4.1":"n",
"4.2-4.3":"n",
"4.4":"n",
"4.4.3-4.4.4":"n",
"53":"n"
},
"bb":{
"7":"n",
"10":"n"
},
"op_mob":{
"10":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"12":"n",
"12.1":"n",
"37":"n"
},
"and_chr":{
"56":"a #2"
},
"and_ff":{
"51":"n"
},
"ie_mob":{
"10":"a x #1",
"11":"a #1"
},
"and_uc":{
"11":"n"
},
"samsung":{
"4":"u"
},
"and_qq":{
"1.2":"n"
}
},
"notes":"Due to scoping issues of the W3C Pointer Events Working Group, `pinch-zoom` appears in the WHATWG Compatibility Standard instead of W3C Pointer Events Level 2.",
"notes_by_num":{
"1":"IE and Edge only support `pinch-zoom`.",
"2":"Chromium 55 derived browsers implement direction-specific panning but do not support `pinch-zoom`."
},
"usage_perc_y":0.42,
"usage_perc_a":54,
"ucprefix":false,
"parent":"css-touch-action",
"keywords":"touch action,level 2",
"ie_id":"touchactionpanuppandownpanleftpanrightcssproperties",
"chrome_id":"5712439765106688,5670200775016448",
"firefox_id":"",
"webkit_id":"",
"shown":false
}