Skip to content

Commit 4fa442c

Browse files
committed
data update
1 parent 222bd4a commit 4fa442c

File tree

709 files changed

+890
-890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

709 files changed

+890
-890
lines changed

data.json

+1-1
Large diffs are not rendered by default.

features-json/aac.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
"notes_by_num":{
310310
"1":"Partial support in Firefox refers to only supporting AAC in an MP4 container and only when the operating system already has the codecs installed."
311311
},
312-
"usage_perc_y":89.5,
313-
"usage_perc_a":5.29,
312+
"usage_perc_y":88.83,
313+
"usage_perc_a":5.34,
314314
"ucprefix":false,
315315
"parent":"audio",
316316
"keywords":"audio/aac",

features-json/ac3-ec3.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
"notes_by_num":{
310310
"1":"Claims \"probably\" support, actual playback is untested"
311311
},
312-
"usage_perc_y":1.88,
313-
"usage_perc_a":18.09,
312+
"usage_perc_y":1.92,
313+
"usage_perc_a":17.66,
314314
"ucprefix":false,
315315
"parent":"",
316316
"keywords":"Dolby,AC-3,EC-3,E-AC-3,DD+,Digital Plus,A/52,multi-channel,codec,audio",

features-json/accelerometer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"notes_by_num":{
314314
"1":"Available by enabling the \"Generic Sensor\" experimental flag in `about:flags`"
315315
},
316-
"usage_perc_y":0.02,
316+
"usage_perc_y":0.06,
317317
"usage_perc_a":0,
318318
"ucprefix":false,
319319
"parent":"",

features-json/addeventlistener.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"1":"IE<=8 instead only supports the [proprietary `.attachEvent()` method](https://msdn.microsoft.com/en-us/library/ms536343%28VS.85%29.aspx). It also does not support the [capture phase](https://www.w3.org/TR/DOM-Level-3-Events/#event-flow) of DOM event dispatch; it only supports event bubbling.",
319319
"2":"The `useCapture` parameter is non-optional and must be provided. Future versions made it optional, with a default value of `false`."
320320
},
321-
"usage_perc_y":97.95,
321+
"usage_perc_y":97.5,
322322
"usage_perc_a":0,
323323
"ucprefix":false,
324324
"parent":"",

features-json/alternate-stylesheet.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notes_by_num":{
323323

324324
},
325-
"usage_perc_y":8.46,
325+
"usage_perc_y":8.69,
326326
"usage_perc_a":0,
327327
"ucprefix":false,
328328
"parent":"",

features-json/ambient-light.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@
322322
"1":"Implements an [outdated version of the spec](https://www.w3.org/TR/2015/WD-ambient-light-20150903/).",
323323
"2":"Available by enabling the \"Generic Sensor Extra Classes\" experimental flag in `about:flags`"
324324
},
325-
"usage_perc_y":0.25,
326-
"usage_perc_a":6.81,
325+
"usage_perc_y":0.18,
326+
"usage_perc_a":6.92,
327327
"ucprefix":false,
328328
"parent":"",
329329
"keywords":"",

features-json/apng.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"notes_by_num":{
334334

335335
},
336-
"usage_perc_y":75.17,
336+
"usage_perc_y":74.36,
337337
"usage_perc_a":0,
338338
"ucprefix":false,
339339
"parent":"",

features-json/array-includes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"notes_by_num":{
310310

311311
},
312-
"usage_perc_y":87.96,
312+
"usage_perc_y":87.48,
313313
"usage_perc_a":0,
314314
"ucprefix":false,
315315
"parent":"",

features-json/arrow-functions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"notes_by_num":{
314314

315315
},
316-
"usage_perc_y":87.6,
316+
"usage_perc_y":87.15,
317317
"usage_perc_a":0,
318318
"ucprefix":false,
319319
"parent":"",

features-json/asmjs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@
324324
"1":"Chrome does not support Ahead-Of-Time compilation but performance doubled in Chrome 28: https://en.wikipedia.org/wiki/Asm.js#Implementations",
325325
"2":"Supported in MS Edge under the \"Enable experimental JavaScript features\" flag."
326326
},
327-
"usage_perc_y":7.14,
328-
"usage_perc_a":61.69,
327+
"usage_perc_y":7.24,
328+
"usage_perc_a":61.26,
329329
"ucprefix":false,
330330
"parent":"",
331331
"keywords":"asm,asm.js,asmjs,WebAssembly",

features-json/async-functions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"1":"Since build 14342 - disabled by default; can be enabled through about:flags",
315315
"2":"Async functions are present in Firefox Nightly since 31th October 2016."
316316
},
317-
"usage_perc_y":84.64,
317+
"usage_perc_y":84.51,
318318
"usage_perc_a":0,
319319
"ucprefix":false,
320320
"parent":"",

features-json/async-iterations-and-generators.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"notes_by_num":{
307307

308308
},
309-
"usage_perc_y":60.07,
309+
"usage_perc_y":60.25,
310310
"usage_perc_a":0,
311311
"ucprefix":false,
312312
"parent":"",

features-json/atob-btoa.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"notes_by_num":{
320320

321321
},
322-
"usage_perc_y":97.81,
322+
"usage_perc_y":97.35,
323323
"usage_perc_a":0,
324324
"ucprefix":false,
325325
"parent":"",

features-json/audio-api.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"notes_by_num":{
328328

329329
},
330-
"usage_perc_y":90.39,
330+
"usage_perc_y":89.7,
331331
"usage_perc_a":0,
332332
"ucprefix":false,
333333
"parent":"",

features-json/audio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"notes_by_num":{
346346
"1":"Old Firefox versions were missing support for some properties: `loop` was added in v11, `played` in v15, `playbackRate` in v20."
347347
},
348-
"usage_perc_y":95.13,
348+
"usage_perc_y":94.53,
349349
"usage_perc_a":0.13,
350350
"ucprefix":false,
351351
"parent":"",

features-json/audiotracks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"notes_by_num":{
310310
"1":"Supported in Firefox by enabling \"media.track.enabled\" in about:config"
311311
},
312-
"usage_perc_y":17.91,
312+
"usage_perc_y":17.11,
313313
"usage_perc_a":0,
314314
"ucprefix":false,
315315
"parent":"",

features-json/autofocus.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"notes_by_num":{
316316

317317
},
318-
"usage_perc_y":76.9,
318+
"usage_perc_y":76.7,
319319
"usage_perc_a":0,
320320
"ucprefix":false,
321321
"parent":"",

features-json/auxclick.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
"notes_by_num":{
327327
"1":"As a compatibility measure, Firefox continues to fire the click event for document and window level event handlers."
328328
},
329-
"usage_perc_y":71.18,
329+
"usage_perc_y":71.78,
330330
"usage_perc_a":0,
331331
"ucprefix":false,
332332
"parent":"",

features-json/background-attachment.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
"3":"Only supports `local` when `-webkit-overflow-scrolling: touch` is _not_ used",
321321
"4":"Does not support `fixed`, and due [to a bug](https://bugs.chromium.org/p/chromium/issues/detail?id=627037) only supports `local` if a `border-radius` is set on the element."
322322
},
323-
"usage_perc_y":80.24,
324-
"usage_perc_a":13.37,
323+
"usage_perc_y":80.79,
324+
"usage_perc_a":12.24,
325325
"ucprefix":false,
326326
"parent":"",
327327
"keywords":"",

features-json/background-img-opts.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@
330330
"2":"Partial support in Safari 6 refers to not supporting background sizing offset from edges syntax.",
331331
"3":"Does not support `background-size` values in the `background` shorthand"
332332
},
333-
"usage_perc_y":94.77,
334-
"usage_perc_a":3.15,
333+
"usage_perc_y":94.15,
334+
"usage_perc_a":3.31,
335335
"ucprefix":false,
336336
"parent":"",
337337
"keywords":"",

features-json/background-position-x-y.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"notes_by_num":{
326326

327327
},
328-
"usage_perc_y":94.7,
328+
"usage_perc_y":94.18,
329329
"usage_perc_a":0,
330330
"ucprefix":false,
331331
"parent":"",

features-json/background-repeat-round-space.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"notes_by_num":{
314314
"1":"IE9 does not appear to render \"background-repeat: round\" correctly."
315315
},
316-
"usage_perc_y":96.09,
316+
"usage_perc_y":95.9,
317317
"usage_perc_a":0.12,
318318
"ucprefix":false,
319319
"parent":"",

features-json/background-sync.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"notes_by_num":{
318318

319319
},
320-
"usage_perc_y":68.13,
320+
"usage_perc_y":68.57,
321321
"usage_perc_a":0,
322322
"ucprefix":false,
323323
"parent":"",

features-json/battery-status.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"notes_by_num":{
314314
"1":"Partial support refers to support for the older specification's `navigator.battery` rather than `navigator.getBattery()` to access the `BatteryManager`."
315315
},
316-
"usage_perc_y":70.27,
316+
"usage_perc_y":70.51,
317317
"usage_perc_a":0.25,
318318
"ucprefix":false,
319319
"parent":"",

features-json/beacon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"notes_by_num":{
312312

313313
},
314-
"usage_perc_y":76.59,
314+
"usage_perc_y":81.55,
315315
"usage_perc_a":0,
316316
"ucprefix":false,
317317
"parent":"",

features-json/beforeafterprint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"notes_by_num":{
319319

320320
},
321-
"usage_perc_y":66.57,
321+
"usage_perc_y":66.85,
322322
"usage_perc_a":0,
323323
"ucprefix":false,
324324
"parent":"",

features-json/blobbuilder.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@
313313
"notes_by_num":{
314314

315315
},
316-
"usage_perc_y":93.56,
317-
"usage_perc_a":1.34,
316+
"usage_perc_y":92.95,
317+
"usage_perc_a":1.33,
318318
"ucprefix":true,
319319
"parent":"fileapi",
320320
"keywords":"",

features-json/bloburls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"notes_by_num":{
315315
"1":"Created blob url can't be used in object or iframe (see [issue](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5411066/))"
316316
},
317-
"usage_perc_y":94.84,
317+
"usage_perc_y":94.24,
318318
"usage_perc_a":0,
319319
"ucprefix":false,
320320
"parent":"fileapi",

features-json/border-image.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@
321321
"3":"Partial support refers to supporting the shorthand syntax, but not the individual properties (`border-image-source`, `border-image-slice`, etc). ",
322322
"4":"Partial support refers to not supporting `border-image-repeat: round`"
323323
},
324-
"usage_perc_y":22.19,
325-
"usage_perc_a":75.47,
324+
"usage_perc_y":21.51,
325+
"usage_perc_a":75.71,
326326
"ucprefix":false,
327327
"parent":"",
328328
"keywords":"border-image-source,border-image-slice,border-image-repeat,border-image-width,,border-image-outset",

features-json/border-radius.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"1":"Safari 6.1 and earlier did not apply `border-radius` correctly to image borders: https://stackoverflow.com/q/17202128",
338338
"2":"Dotted and dashed rounded border corners are rendered as solid in Firefox. [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=382721)"
339339
},
340-
"usage_perc_y":95.27,
340+
"usage_perc_y":94.66,
341341
"usage_perc_a":0,
342342
"ucprefix":false,
343343
"parent":"",

features-json/broadcastchannel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"notes_by_num":{
310310

311311
},
312-
"usage_perc_y":70.32,
312+
"usage_perc_y":71.05,
313313
"usage_perc_a":0,
314314
"ucprefix":false,
315315
"parent":"",

features-json/brotli.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"2":"Enabled since 27 May 2016",
324324
"3":"Support starting with macOS 10.13 High Sierra"
325325
},
326-
"usage_perc_y":84.25,
326+
"usage_perc_y":84.24,
327327
"usage_perc_a":0,
328328
"ucprefix":false,
329329
"parent":"",

features-json/calc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@
353353
"1":"Partial support in Android Browser 4.4 refers to the browser lacking the ability to multiply and divide values.",
354354
"2":"Partial support in IE9 refers to the browser crashing when used as a `background-position` value."
355355
},
356-
"usage_perc_y":93.59,
357-
"usage_perc_a":1.05,
356+
"usage_perc_y":92.99,
357+
"usage_perc_a":1.04,
358358
"ucprefix":false,
359359
"parent":"",
360360
"keywords":"",

features-json/canvas-blending.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"notes_by_num":{
310310

311311
},
312-
"usage_perc_y":90.77,
312+
"usage_perc_y":90.29,
313313
"usage_perc_a":0,
314314
"ucprefix":false,
315315
"parent":"canvas",

features-json/canvas-text.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notes_by_num":{
323323

324324
},
325-
"usage_perc_y":95.25,
325+
"usage_perc_y":94.65,
326326
"usage_perc_a":0,
327327
"ucprefix":false,
328328
"parent":"canvas",

features-json/canvas.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@
352352
"1":"Does not support `toDataURL()`",
353353
"2":"Opera Mini supports the canvas element, but is unable to play animations or run other more complex applications."
354354
},
355-
"usage_perc_y":95.26,
356-
"usage_perc_a":2.69,
355+
"usage_perc_y":94.65,
356+
"usage_perc_a":2.84,
357357
"ucprefix":false,
358358
"parent":"",
359359
"keywords":"toDataURL()",

features-json/ch-unit.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@
313313
"notes_by_num":{
314314
"1":"IE supports the `ch` unit, but unlike other browsers its width is that specifically of the \"0\" glyph, not its surrounding space. As a result, 3ch for example is shorter than the width of the string \"000\" in IE."
315315
},
316-
"usage_perc_y":91.57,
317-
"usage_perc_a":3,
316+
"usage_perc_y":90.87,
317+
"usage_perc_a":3.09,
318318
"ucprefix":false,
319319
"parent":"",
320320
"keywords":"ch unit,character unit",

features-json/chacha20-poly1305.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"notes_by_num":{
318318
"1":"Old versions of Chrome use non-standard code points for ChaCha20-Poly1305 cipher suites."
319319
},
320-
"usage_perc_y":75.62,
320+
"usage_perc_y":74.83,
321321
"usage_perc_a":0,
322322
"ucprefix":false,
323323
"parent":"",

features-json/channel-messaging.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"notes_by_num":{
314314
"1":"Supported in Firefox behind the `dom.messageChannel.enabled` flag. Reported to not work in web workers before version 41."
315315
},
316-
"usage_perc_y":94.55,
316+
"usage_perc_y":93.92,
317317
"usage_perc_a":0,
318318
"ucprefix":false,
319319
"parent":"x-doc-messaging",

features-json/childnode-remove.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"notes_by_num":{
310310

311311
},
312-
"usage_perc_y":91.24,
312+
"usage_perc_y":90.54,
313313
"usage_perc_a":0,
314314
"ucprefix":false,
315315
"parent":"",

features-json/classlist.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@
335335
"3":"Does not support multiple parameters for the `add()` & `remove()` methods",
336336
"4":"Does not support assign to `classList`"
337337
},
338-
"usage_perc_y":91.19,
339-
"usage_perc_a":6.53,
338+
"usage_perc_y":90.5,
339+
"usage_perc_a":6.76,
340340
"ucprefix":false,
341341
"parent":"",
342342
"keywords":"",

0 commit comments

Comments
 (0)