Skip to content

Commit

Permalink
data update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrd committed Nov 27, 2015
1 parent c6114ce commit 825979d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 18 deletions.
2 changes: 1 addition & 1 deletion data.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions features-json/background-img-opts.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
{
"description":"Safari (OS X and iOS) and Chrome do not support background-size: 100% <height>px; in combination with SVG images, it leaves them at the original size while other browsers stretch the vector image correctly while leaving the height at the specified number of pixels."
},
{
"description":"Android 4.3 browser and below are reported to not support percentages in `background-size`"
}
],
"categories":[
Expand Down
10 changes: 5 additions & 5 deletions features-json/css3-cursors.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"11":"y"
},
"edge":{
"12":"y",
"13":"y",
"14":"y"
"12":"a #2",
"13":"a #2",
"14":"a #2"
},
"firefox":{
"2":"a",
Expand Down Expand Up @@ -233,8 +233,8 @@
"1":"Partial support refers to no support for the alias, cell, copy, ew-resize, ns-resize, nesw-resize, nwse-resize or context-menu cursors.",
"2":"Partial support refers to not supporting 'none' nor a URI."
},
"usage_perc_y":52.17,
"usage_perc_a":1.74,
"usage_perc_y":51.5,
"usage_perc_a":2.41,
"ucprefix":false,
"parent":"",
"keywords":"cursors, pointers",
Expand Down
14 changes: 9 additions & 5 deletions features-json/flexbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
},
{
"description":"IE 11 incorrectly focuses a child element if the parent uses `display:flex` and has a tabindex set [see testcase](http://jsbin.com/numibokune/1/edit?html,css,js,console,output)."
},
{
"description":"IE 11 does not vertically align items correctly when `min-height` is used [see bug](https://connect.microsoft.com/IE/feedback/details/816293/ie11-flexbox-with-min-height-not-vertically-aligning-with-align-items-center"
}
],
"categories":[
Expand All @@ -72,8 +75,8 @@
"7":"n",
"8":"n",
"9":"n",
"10":"a x #2",
"11":"y"
"10":"a x #2 #4",
"11":"a #4"
},
"edge":{
"12":"y",
Expand Down Expand Up @@ -280,10 +283,11 @@
"notes_by_num":{
"1":"Only supports the [old flexbox](http://www.w3.org/TR/2009/WD-css3-flexbox-20090723) specification and does not support wrapping.",
"2":"Only supports the [2012 syntax](http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/)",
"3":"Does not support flex-wrap or flex-flow properties"
"3":"Does not support flex-wrap or flex-flow properties",
"4":"Partial support is due to large amount of bugs present (see known issues)"
},
"usage_perc_y":83.21,
"usage_perc_a":12.2,
"usage_perc_y":77.02,
"usage_perc_a":18.39,
"ucprefix":false,
"parent":"",
"keywords":"flex-box,flex-direction,flex-wrap,flex-flow,flex-grow,flex-basis,display:flex",
Expand Down
5 changes: 4 additions & 1 deletion features-json/indexeddb.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
],
"bugs":[
{
"description":"Firefox (prior to version 37) and Safari do not support IndexedDB inside web workers."
"description":"Firefox (prior to version 37) and [Safari](https://bugs.webkit.org/show_bug.cgi?id=149953) do not support IndexedDB inside web workers."
},
{
"description":"Not supported in Chrome for iOS or other iOS WebViews.\r\n\r\nChrome 36 and below did not support Blob objects as indexedDB values."
},
{
"description":"Chrome has a bug where a deleted indexedDB can be re-created when dev tools are open (fixed in latest builds) [see bug](https://code.google.com/p/chromium/issues/detail?id=539931)"
}
],
"categories":[
Expand Down
8 changes: 4 additions & 4 deletions features-json/input-file-accept.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"11":"y"
},
"edge":{
"12":"y",
"13":"y",
"14":"y"
"12":"n",
"13":"n",
"14":"u"
},
"firefox":{
"2":"n",
Expand Down Expand Up @@ -233,7 +233,7 @@
"3":"Does not allow any files to be picked at all",
"4":"Supports the type format but does not allow any file to be picked when using the extension format"
},
"usage_perc_y":47.33,
"usage_perc_y":46.66,
"usage_perc_a":23.54,
"ucprefix":false,
"parent":"",
Expand Down
3 changes: 3 additions & 0 deletions features-json/namevalue-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
},
{
"description":"IE10 in Windows 8 has an issue where localStorage can fail with the error message \"SCRIPT5: Access is denied\" if \"integrity\" settings are not set correctly. [see details](http://stackoverflow.com/a/20848924)"
},
{
"description":"Storing large amounts of data in Safari (on OSX & iOS) can result in freezing the browser [see bug](https://bugs.webkit.org/show_bug.cgi?id=149585)"
}
],
"categories":[
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 825979d

Please sign in to comment.