Skip to content

Commit

Permalink
data update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrd committed Apr 17, 2015
1 parent 4a6b390 commit 7de065c
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion features-json/wai-aria.json
Expand Up @@ -220,7 +220,7 @@
"9.9":"n"
}
},
"notes":"Support for ARIA is rather complex and currently is not fully supported in any browser. For detailed information on partial support see [HTML5 Accessibility](http://www.html5accessibility.com)\r\n",
"notes":"Support for ARIA is rather complex and currently is not fully supported in any browser. For detailed information on partial support see the [ARIA 1.0 Implementation Report](http://www.w3.org/WAI/ARIA/1.0/CR/implementation-report)\r\n",
"notes_by_num":{

},
Expand Down
122 changes: 61 additions & 61 deletions features-json/webgl.json
Expand Up @@ -41,34 +41,34 @@
"8":"p",
"9":"p",
"10":"p",
"11":"y",
"TP":"y"
"11":"y #1",
"TP":"y #1"
},
"firefox":{
"2":"n",
"3":"n",
"3.5":"n",
"3.6":"n",
"4":"a",
"5":"a",
"6":"a",
"7":"a",
"8":"a",
"9":"a",
"10":"a",
"11":"a",
"12":"a",
"13":"a",
"14":"a",
"15":"a",
"16":"a",
"17":"a",
"18":"a",
"19":"a",
"20":"a",
"21":"a",
"22":"a",
"23":"a",
"4":"a #1",
"5":"a #1",
"6":"a #1",
"7":"a #1",
"8":"a #1",
"9":"a #1",
"10":"a #1",
"11":"a #1",
"12":"a #1",
"13":"a #1",
"14":"a #1",
"15":"a #1",
"16":"a #1",
"17":"a #1",
"18":"a #1",
"19":"a #1",
"20":"a #1",
"21":"a #1",
"22":"a #1",
"23":"a #1",
"24":"a",
"25":"a",
"26":"a",
Expand All @@ -92,31 +92,31 @@
"5":"n",
"6":"n",
"7":"n",
"8":"a",
"9":"a",
"10":"a",
"11":"a",
"12":"a",
"13":"a",
"14":"a",
"15":"a",
"16":"a",
"17":"a",
"18":"y",
"19":"y",
"20":"y",
"21":"y",
"22":"y",
"23":"y",
"24":"y",
"25":"y",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y",
"32":"y",
"8":"a #1",
"9":"a #1",
"10":"a #1",
"11":"a #1",
"12":"a #1",
"13":"a #1",
"14":"a #1",
"15":"a #1",
"16":"a #1",
"17":"a #1",
"18":"y #1",
"19":"y #1",
"20":"y #1",
"21":"y #1",
"22":"y #1",
"23":"y #1",
"24":"y #1",
"25":"y #1",
"26":"y #1",
"27":"y #1",
"28":"y #1",
"29":"y #1",
"30":"y #1",
"31":"y #1",
"32":"y #1",
"33":"y",
"34":"y",
"35":"y",
Expand All @@ -135,11 +135,11 @@
"3.2":"n",
"4":"n",
"5":"n",
"5.1":"a",
"6":"a",
"6.1":"a",
"7":"a",
"7.1":"a",
"5.1":"a #1",
"6":"a #1",
"6.1":"a #1",
"7":"a #1",
"7.1":"a #1",
"8":"y"
},
"opera":{
Expand All @@ -152,12 +152,12 @@
"11.1":"n",
"11.5":"n",
"11.6":"n",
"12":"a",
"12.1":"a",
"15":"a",
"16":"a",
"17":"a",
"18":"a",
"12":"a #1",
"12.1":"a #1",
"15":"a #1",
"16":"a #1",
"17":"a #1",
"18":"a #1",
"19":"a",
"20":"a",
"21":"a",
Expand Down Expand Up @@ -216,15 +216,15 @@
},
"ie_mob":{
"10":"p",
"11":"y"
"11":"y #1"
},
"and_uc":{
"9.9":"y"
"9.9":"y #1"
}
},
"notes":"Support listed as \"partial\" refers to the fact that not all users with these browsers have WebGL access. This is due to the additional requirement for users to have [up to date video drivers](http://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists). This problem was [solved in Chrome on Windows](http://blog.chromium.org/2012/02/gpu-accelerating-2d-canvas-and-enabling.html) as of version 18.\r\n\r\nNote that WebGL is part of the [Khronos Group](http://www.khronos.org/webgl/), not the W3C.",
"notes_by_num":{

"1":"WebGL context is accessed from \"experimental-webgl\" rather than \"webgl\""
},
"usage_perc_y":53.99,
"usage_perc_a":26.71,
Expand Down
2 changes: 1 addition & 1 deletion features-json/word-break.json
Expand Up @@ -208,7 +208,7 @@
"9.9":"a"
}
},
"notes":"Partial support refers to supporting the \"break-all\" value, but not the \"keep-all\" value.",
"notes":"Partial support refers to supporting the `break-all` value, but not the `keep-all` value.\r\n\r\nChrome, Safari and other WebKit/Blink browsers also support the unofficial `break-word` value which is treated like `word-wrap: break-word`.",
"notes_by_num":{

},
Expand Down
2 changes: 1 addition & 1 deletion fulldata-json/data-1.0.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fulldata-json/data-2.0.json

Large diffs are not rendered by default.

0 comments on commit 7de065c

Please sign in to comment.