customizr 2.0.0 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/testing.yml +29 -0
- package/LICENSE +21 -21
- package/README.md +258 -259
- package/bin/customizr +71 -71
- package/build/modernizr-custom.js +6 -6
- package/build/modernizr-exclude.js +438 -73
- package/build/modernizr-package.js +6 -6
- package/build/modernizr-prefixed.js +9 -10
- package/build/modernizr-select.js +11 -12
- package/cache/options.json +14 -1
- package/package.json +62 -60
- package/src/builder.js +118 -118
- package/src/crawler.js +298 -298
- package/src/index.js +64 -64
- package/src/metadata.js +33 -33
- package/src/settings.json +34 -34
- package/src/utils.js +226 -226
- package/test/css/should-ignore.scss +9 -9
- package/test/css/vanilla.css +174 -161
- package/test/js/amd.js +23 -3
- package/test/js/vanilla.js +23 -3
- package/test/pretest.js +133 -133
- package/test/runner.js +17 -17
- package/test/settings/cache-invalidate.json +9 -9
- package/test/settings/custom.json +8 -8
- package/test/settings/exclude.json +14 -14
- package/test/settings/prefixed.json +10 -10
- package/test/settings/select.json +15 -15
- package/test/tests.js +415 -415
package/test/css/vanilla.css
CHANGED
|
@@ -5,112 +5,118 @@
|
|
|
5
5
|
.blobconstructor,
|
|
6
6
|
.no-canvas,
|
|
7
7
|
.canvastext,
|
|
8
|
-
.no-
|
|
9
|
-
.
|
|
10
|
-
.no-
|
|
11
|
-
.
|
|
12
|
-
.no-
|
|
13
|
-
.
|
|
14
|
-
.no-
|
|
15
|
-
.
|
|
16
|
-
.no-
|
|
17
|
-
.
|
|
18
|
-
.no-
|
|
19
|
-
.
|
|
20
|
-
.no-
|
|
21
|
-
.
|
|
22
|
-
.no-
|
|
23
|
-
.
|
|
24
|
-
.no-
|
|
25
|
-
.
|
|
26
|
-
.no-
|
|
27
|
-
.
|
|
28
|
-
.no-
|
|
29
|
-
.
|
|
30
|
-
.no-
|
|
31
|
-
.
|
|
32
|
-
.no-
|
|
33
|
-
.
|
|
34
|
-
.no-
|
|
35
|
-
.
|
|
36
|
-
.no-
|
|
37
|
-
.
|
|
38
|
-
.no-
|
|
39
|
-
.
|
|
40
|
-
.no-
|
|
41
|
-
.
|
|
42
|
-
.no-
|
|
43
|
-
.
|
|
44
|
-
.no-
|
|
45
|
-
.
|
|
46
|
-
.no-
|
|
47
|
-
.
|
|
48
|
-
.no-
|
|
49
|
-
.
|
|
50
|
-
.no-
|
|
51
|
-
.
|
|
52
|
-
.no-
|
|
53
|
-
.
|
|
8
|
+
.no-clipboard,
|
|
9
|
+
.contenteditable,
|
|
10
|
+
.no-contextmenu,
|
|
11
|
+
.cookies,
|
|
12
|
+
.no-cors,
|
|
13
|
+
.cryptography,
|
|
14
|
+
.no-customelements,
|
|
15
|
+
.customprotocolhandler,
|
|
16
|
+
.no-customevent,
|
|
17
|
+
.dart,
|
|
18
|
+
.no-dataview,
|
|
19
|
+
.emoji,
|
|
20
|
+
.no-eventlistener,
|
|
21
|
+
.exiforientation,
|
|
22
|
+
.no-flash,
|
|
23
|
+
.forcetouch,
|
|
24
|
+
.no-fullscreen,
|
|
25
|
+
.gamepads,
|
|
26
|
+
.no-geolocation,
|
|
27
|
+
.hashchange,
|
|
28
|
+
.no-hiddenscroll,
|
|
29
|
+
.history,
|
|
30
|
+
.no-htmlimports,
|
|
31
|
+
.ie8compat,
|
|
32
|
+
.no-indexeddb,
|
|
33
|
+
.indexeddbblob,
|
|
34
|
+
.no-input,
|
|
35
|
+
.inputsearchevent,
|
|
36
|
+
.no-inputtypes,
|
|
37
|
+
.intl,
|
|
38
|
+
.no-json,
|
|
39
|
+
.ligatures,
|
|
40
|
+
.no-olreversed,
|
|
41
|
+
.mathml,
|
|
42
|
+
.no-mediasource,
|
|
43
|
+
.messagechannel,
|
|
44
|
+
.no-notification,
|
|
45
|
+
.pagevisibility,
|
|
46
|
+
.no-performance,
|
|
47
|
+
.pointerevents,
|
|
48
|
+
.no-pointerlock,
|
|
49
|
+
.postmessage,
|
|
50
|
+
.no-proximity,
|
|
51
|
+
.proxy,
|
|
52
|
+
.no-queryselector,
|
|
53
|
+
.quotamanagement,
|
|
54
|
+
.no-requestanimationframe,
|
|
55
|
+
.scrolltooptions,
|
|
54
56
|
.no-serviceworker,
|
|
55
57
|
.svg,
|
|
56
58
|
.no-templatestrings,
|
|
57
|
-
.
|
|
58
|
-
.no-
|
|
59
|
-
.
|
|
60
|
-
.no-
|
|
61
|
-
.
|
|
62
|
-
.no-
|
|
63
|
-
.
|
|
64
|
-
.no-
|
|
65
|
-
.
|
|
66
|
-
.no-
|
|
67
|
-
.
|
|
68
|
-
.no-
|
|
69
|
-
.
|
|
70
|
-
.no-
|
|
71
|
-
.
|
|
72
|
-
.no-
|
|
73
|
-
.
|
|
74
|
-
.no-
|
|
75
|
-
.
|
|
76
|
-
.no-
|
|
77
|
-
.
|
|
78
|
-
.no-
|
|
79
|
-
.
|
|
80
|
-
.no-
|
|
81
|
-
.
|
|
82
|
-
.no-
|
|
83
|
-
.
|
|
84
|
-
.no-
|
|
85
|
-
.
|
|
86
|
-
.no-
|
|
87
|
-
.
|
|
88
|
-
.no-
|
|
89
|
-
.
|
|
90
|
-
.no-
|
|
91
|
-
.
|
|
92
|
-
.no-
|
|
93
|
-
.
|
|
94
|
-
.no-
|
|
95
|
-
.
|
|
96
|
-
.no-
|
|
97
|
-
.
|
|
98
|
-
.no-
|
|
99
|
-
.
|
|
100
|
-
.no-
|
|
101
|
-
.
|
|
102
|
-
.no-
|
|
103
|
-
.
|
|
104
|
-
.no-
|
|
105
|
-
.
|
|
106
|
-
.no-
|
|
107
|
-
.
|
|
108
|
-
.no-
|
|
109
|
-
.
|
|
110
|
-
.no-
|
|
111
|
-
.
|
|
112
|
-
.no-
|
|
113
|
-
.
|
|
59
|
+
.textencoder, .textdecoder,
|
|
60
|
+
.no-touchevents,
|
|
61
|
+
.typedarrays,
|
|
62
|
+
.no-unicoderange,
|
|
63
|
+
.unicode,
|
|
64
|
+
.no-userdata,
|
|
65
|
+
.vibrate,
|
|
66
|
+
.no-video,
|
|
67
|
+
.vml,
|
|
68
|
+
.no-webintents,
|
|
69
|
+
.webanimations,
|
|
70
|
+
.no-webgl,
|
|
71
|
+
.websockets,
|
|
72
|
+
.no-xdomainrequest,
|
|
73
|
+
.aping,
|
|
74
|
+
.no-areaping,
|
|
75
|
+
.adownload,
|
|
76
|
+
.no-audioautoplay,
|
|
77
|
+
.audioloop,
|
|
78
|
+
.no-audiopreload,
|
|
79
|
+
.webaudio,
|
|
80
|
+
.no-lowbattery,
|
|
81
|
+
.canvasblending,
|
|
82
|
+
.no-todataurljpeg, .todataurlpng, .todataurlwebp,
|
|
83
|
+
.canvaswinding,
|
|
84
|
+
.no-getrandomvalues,
|
|
85
|
+
.cssall,
|
|
86
|
+
.no-cssanimations,
|
|
87
|
+
.appearance,
|
|
88
|
+
.no-backdropfilter,
|
|
89
|
+
.backgroundblendmode,
|
|
90
|
+
.no-backgroundcliptext,
|
|
91
|
+
.bgpositionshorthand,
|
|
92
|
+
.no-bgpositionxy,
|
|
93
|
+
.bgrepeatspace, .bgrepeatround,
|
|
94
|
+
.no-backgroundsize,
|
|
95
|
+
.bgsizecover,
|
|
96
|
+
.no-borderimage,
|
|
97
|
+
.borderradius,
|
|
98
|
+
.no-boxdecorationbreak,
|
|
99
|
+
.boxshadow,
|
|
100
|
+
.no-boxsizing,
|
|
101
|
+
.csscalc,
|
|
102
|
+
.no-checked,
|
|
103
|
+
.csschunit,
|
|
104
|
+
.no-csscolumns,
|
|
105
|
+
.cssgrid, .cssgridlegacy,
|
|
106
|
+
.no-cubicbezierrange,
|
|
107
|
+
.customproperties,
|
|
108
|
+
.no-display-runin,
|
|
109
|
+
.displaytable,
|
|
110
|
+
.no-ellipsis,
|
|
111
|
+
.cssescape,
|
|
112
|
+
.no-cssexunit,
|
|
113
|
+
.cssfilters,
|
|
114
|
+
.no-flexbox,
|
|
115
|
+
.flexboxlegacy,
|
|
116
|
+
.no-flexboxtweener,
|
|
117
|
+
.flexgap,
|
|
118
|
+
.no-flexwrap,
|
|
119
|
+
.focusvisible,
|
|
114
120
|
.no-focuswithin,
|
|
115
121
|
.fontdisplay,
|
|
116
122
|
.no-fontface,
|
|
@@ -194,21 +200,23 @@
|
|
|
194
200
|
.no-es5undefined,
|
|
195
201
|
.es6array,
|
|
196
202
|
.no-arrow,
|
|
197
|
-
.
|
|
198
|
-
.no-
|
|
199
|
-
.
|
|
200
|
-
.no-
|
|
201
|
-
.
|
|
202
|
-
.no-
|
|
203
|
-
.
|
|
204
|
-
.no-
|
|
205
|
-
.
|
|
206
|
-
.no-
|
|
207
|
-
.
|
|
208
|
-
.no-
|
|
209
|
-
.
|
|
210
|
-
.no-
|
|
211
|
-
.
|
|
203
|
+
.es6class,
|
|
204
|
+
.no-es6collections,
|
|
205
|
+
.contains,
|
|
206
|
+
.no-generators,
|
|
207
|
+
.es6math,
|
|
208
|
+
.no-es6number,
|
|
209
|
+
.es6object,
|
|
210
|
+
.no-promises,
|
|
211
|
+
.restparameters,
|
|
212
|
+
.no-spreadarray,
|
|
213
|
+
.stringtemplate,
|
|
214
|
+
.no-es6string,
|
|
215
|
+
.es6symbol,
|
|
216
|
+
.no-es7array,
|
|
217
|
+
.restdestructuringarray, .restdestructuringobject,
|
|
218
|
+
.no-spreadobject,
|
|
219
|
+
.es8object,
|
|
212
220
|
.no-devicemotion, .deviceorientation,
|
|
213
221
|
.oninput,
|
|
214
222
|
.no-filereader,
|
|
@@ -225,21 +233,23 @@
|
|
|
225
233
|
.seamless,
|
|
226
234
|
.no-srcdoc,
|
|
227
235
|
.apng,
|
|
228
|
-
.no-
|
|
229
|
-
.
|
|
230
|
-
.no-
|
|
231
|
-
.
|
|
232
|
-
.no-
|
|
233
|
-
.
|
|
234
|
-
.no-
|
|
235
|
-
.
|
|
236
|
-
.no-
|
|
237
|
-
.webp,
|
|
238
|
-
.no-
|
|
239
|
-
.
|
|
240
|
-
.no-
|
|
241
|
-
.
|
|
242
|
-
.no-
|
|
236
|
+
.no-avif,
|
|
237
|
+
.imgcrossorigin,
|
|
238
|
+
.no-jpeg2000,
|
|
239
|
+
.jpegxr,
|
|
240
|
+
.no-lazyloading,
|
|
241
|
+
.sizes,
|
|
242
|
+
.no-srcset,
|
|
243
|
+
.webpalpha,
|
|
244
|
+
.no-webpanimation,
|
|
245
|
+
.webplossless, .webp-lossless,
|
|
246
|
+
.no-webp,
|
|
247
|
+
.inputformaction,
|
|
248
|
+
.no-inputformenctype,
|
|
249
|
+
.inputformmethod,
|
|
250
|
+
.no-inputformnovalidate,
|
|
251
|
+
.inputformtarget,
|
|
252
|
+
.no-prefetch,
|
|
243
253
|
.hovermq,
|
|
244
254
|
.no-pointermq,
|
|
245
255
|
.beacon,
|
|
@@ -258,39 +268,42 @@
|
|
|
258
268
|
.no-scriptdefer,
|
|
259
269
|
.speechrecognition,
|
|
260
270
|
.no-speechsynthesis,
|
|
261
|
-
.
|
|
262
|
-
.no-
|
|
263
|
-
.
|
|
264
|
-
.no-
|
|
265
|
-
.
|
|
266
|
-
.no-
|
|
267
|
-
.
|
|
268
|
-
.no-
|
|
269
|
-
.
|
|
270
|
-
.no-
|
|
271
|
-
.
|
|
272
|
-
.no-
|
|
273
|
-
.
|
|
274
|
-
.no-
|
|
275
|
-
.
|
|
276
|
-
.no-
|
|
277
|
-
.
|
|
278
|
-
.no-
|
|
279
|
-
.
|
|
280
|
-
.no-
|
|
281
|
-
.
|
|
282
|
-
.no-
|
|
283
|
-
.
|
|
271
|
+
.indexeddb2,
|
|
272
|
+
.no-localstorage,
|
|
273
|
+
.sessionstorage,
|
|
274
|
+
.no-websqldatabase,
|
|
275
|
+
.stylescoped,
|
|
276
|
+
.no-svgasimg,
|
|
277
|
+
.svgclippaths,
|
|
278
|
+
.no-svgfilters,
|
|
279
|
+
.svgforeignobject,
|
|
280
|
+
.no-inlinesvg,
|
|
281
|
+
.smil,
|
|
282
|
+
.no-textareamaxlength,
|
|
283
|
+
.bloburls,
|
|
284
|
+
.no-datauri,
|
|
285
|
+
.urlparser,
|
|
286
|
+
.no-urlsearchparams,
|
|
287
|
+
.videoautoplay,
|
|
288
|
+
.no-videocrossorigin,
|
|
289
|
+
.videoloop,
|
|
290
|
+
.no-videopreload,
|
|
291
|
+
.publickeycredential,
|
|
292
|
+
.no-webglextensions,
|
|
293
|
+
.datachannel,
|
|
294
|
+
.no-getusermedia,
|
|
295
|
+
.mediarecorder,
|
|
284
296
|
.no-peerconnection,
|
|
285
297
|
.websocketsbinary,
|
|
286
298
|
.no-atobbtoa,
|
|
287
299
|
.framed,
|
|
288
300
|
.no-matchmedia,
|
|
289
|
-
.
|
|
290
|
-
.no-
|
|
291
|
-
.
|
|
292
|
-
.no-
|
|
293
|
-
.
|
|
301
|
+
.resizeobserver,
|
|
302
|
+
.no-blobworkers,
|
|
303
|
+
.dataworkers,
|
|
304
|
+
.no-sharedworkers,
|
|
305
|
+
.transferables,
|
|
306
|
+
.no-webworkers {
|
|
294
307
|
background: red;
|
|
295
308
|
}
|
|
296
309
|
|
package/test/js/amd.js
CHANGED
|
@@ -11,6 +11,7 @@ define(["Modernizr"], function (M) {
|
|
|
11
11
|
"blob": M.blobconstructor,
|
|
12
12
|
"canvas": M.canvas,
|
|
13
13
|
"canvastext": M.canvastext,
|
|
14
|
+
"clipboard": M.clipboard,
|
|
14
15
|
"contenteditable": M.contenteditable,
|
|
15
16
|
"contextmenu": M.contextmenu,
|
|
16
17
|
"cookies": M.cookies,
|
|
@@ -53,13 +54,18 @@ define(["Modernizr"], function (M) {
|
|
|
53
54
|
"pointerlock-api": M.pointerlock,
|
|
54
55
|
"postmessage": M.postmessage,
|
|
55
56
|
"proximity": M.proximity,
|
|
56
|
-
"proxy": M.
|
|
57
|
+
"proxy": M.proxy,
|
|
57
58
|
"queryselector": M.queryselector,
|
|
58
59
|
"quota-management-api": M.quotamanagement,
|
|
59
60
|
"requestanimationframe": M.requestanimationframe,
|
|
61
|
+
"scrolltooptions": M.scrolltooptions,
|
|
60
62
|
"serviceworker": M.serviceworker,
|
|
61
63
|
"svg": M.svg,
|
|
62
64
|
"templatestrings": M.templatestrings,
|
|
65
|
+
"textencoding": [
|
|
66
|
+
M["textencoder"],
|
|
67
|
+
M["textdecoder"]
|
|
68
|
+
],
|
|
63
69
|
"touchevents": M.touchevents,
|
|
64
70
|
"typed-arrays": M.typedarrays,
|
|
65
71
|
"unicode-range": M.unicoderange,
|
|
@@ -75,6 +81,8 @@ define(["Modernizr"], function (M) {
|
|
|
75
81
|
"xdomainrequest": M.xdomainrequest
|
|
76
82
|
},
|
|
77
83
|
"a": {
|
|
84
|
+
"aping": M.aping,
|
|
85
|
+
"areaping": M.areaping,
|
|
78
86
|
"download": M.adownload
|
|
79
87
|
},
|
|
80
88
|
"audio": {
|
|
@@ -139,6 +147,7 @@ define(["Modernizr"], function (M) {
|
|
|
139
147
|
"flexboxtweener": M.flexboxtweener,
|
|
140
148
|
"flexgap": M.flexgap,
|
|
141
149
|
"flexwrap": M.flexwrap,
|
|
150
|
+
"focusvisible": M.focusvisible,
|
|
142
151
|
"focuswithin": M.focuswithin,
|
|
143
152
|
"fontdisplay": M.fontdisplay,
|
|
144
153
|
"fontface": M.fontface,
|
|
@@ -243,6 +252,7 @@ define(["Modernizr"], function (M) {
|
|
|
243
252
|
"es6": {
|
|
244
253
|
"array": M.es6array,
|
|
245
254
|
"arrow": M.arrow,
|
|
255
|
+
"class": M.es6class,
|
|
246
256
|
"collections": M.es6collections,
|
|
247
257
|
"contains": M.contains,
|
|
248
258
|
"generators": M.generators,
|
|
@@ -264,6 +274,9 @@ define(["Modernizr"], function (M) {
|
|
|
264
274
|
],
|
|
265
275
|
"spread-object": M.spreadobject
|
|
266
276
|
},
|
|
277
|
+
"es8": {
|
|
278
|
+
"object": M.es8object
|
|
279
|
+
},
|
|
267
280
|
"event": {
|
|
268
281
|
"deviceorientation-motion": [
|
|
269
282
|
M["devicemotion"],
|
|
@@ -292,6 +305,7 @@ define(["Modernizr"], function (M) {
|
|
|
292
305
|
},
|
|
293
306
|
"img": {
|
|
294
307
|
"apng": M.apng,
|
|
308
|
+
"avif": M.avif,
|
|
295
309
|
"crossorigin": M.imgcrossorigin,
|
|
296
310
|
"jpeg2000": M.jpeg2000,
|
|
297
311
|
"jpegxr": M.jpegxr,
|
|
@@ -313,6 +327,9 @@ define(["Modernizr"], function (M) {
|
|
|
313
327
|
"formnovalidate": M.inputformnovalidate,
|
|
314
328
|
"formtarget": M.inputformtarget
|
|
315
329
|
},
|
|
330
|
+
"link": {
|
|
331
|
+
"prefetch": M.prefetch
|
|
332
|
+
},
|
|
316
333
|
"mediaquery": {
|
|
317
334
|
"hovermq": M.hovermq,
|
|
318
335
|
"pointermq": M.pointermq
|
|
@@ -340,6 +357,7 @@ define(["Modernizr"], function (M) {
|
|
|
340
357
|
"speech-synthesis": M.speechsynthesis
|
|
341
358
|
},
|
|
342
359
|
"storage": {
|
|
360
|
+
"indexeddb2": M.indexeddb2,
|
|
343
361
|
"localstorage": M.localstorage,
|
|
344
362
|
"sessionstorage": M.sessionstorage,
|
|
345
363
|
"websqldatabase": M.websqldatabase
|
|
@@ -371,7 +389,7 @@ define(["Modernizr"], function (M) {
|
|
|
371
389
|
"preload": M.videopreload
|
|
372
390
|
},
|
|
373
391
|
"webauthn": {
|
|
374
|
-
"publickeycredential": M.
|
|
392
|
+
"publickeycredential": M.publickeycredential
|
|
375
393
|
},
|
|
376
394
|
"webgl": {
|
|
377
395
|
"extensions": M.webglextensions
|
|
@@ -379,6 +397,7 @@ define(["Modernizr"], function (M) {
|
|
|
379
397
|
"webrtc": {
|
|
380
398
|
"datachannel": M.datachannel,
|
|
381
399
|
"getusermedia": M.getusermedia,
|
|
400
|
+
"mediastream": M.mediarecorder,
|
|
382
401
|
"peerconnection": M.peerconnection
|
|
383
402
|
},
|
|
384
403
|
"websockets": {
|
|
@@ -387,7 +406,8 @@ define(["Modernizr"], function (M) {
|
|
|
387
406
|
"window": {
|
|
388
407
|
"atob-btoa": M.atobbtoa,
|
|
389
408
|
"framed": M.framed,
|
|
390
|
-
"matchmedia": M.matchmedia
|
|
409
|
+
"matchmedia": M.matchmedia,
|
|
410
|
+
"resizeobserver": M.resizeobserver
|
|
391
411
|
},
|
|
392
412
|
"workers": {
|
|
393
413
|
"blobworkers": M.blobworkers,
|
package/test/js/vanilla.js
CHANGED
|
@@ -9,6 +9,7 @@ var tests = {
|
|
|
9
9
|
"blob": Modernizr.blobconstructor,
|
|
10
10
|
"canvas": Modernizr.canvas,
|
|
11
11
|
"canvastext": Modernizr.canvastext,
|
|
12
|
+
"clipboard": Modernizr.clipboard,
|
|
12
13
|
"contenteditable": Modernizr.contenteditable,
|
|
13
14
|
"contextmenu": Modernizr.contextmenu,
|
|
14
15
|
"cookies": Modernizr.cookies,
|
|
@@ -51,13 +52,18 @@ var tests = {
|
|
|
51
52
|
"pointerlock-api": Modernizr.pointerlock,
|
|
52
53
|
"postmessage": Modernizr.postmessage,
|
|
53
54
|
"proximity": Modernizr.proximity,
|
|
54
|
-
"proxy": Modernizr.
|
|
55
|
+
"proxy": Modernizr.proxy,
|
|
55
56
|
"queryselector": Modernizr.queryselector,
|
|
56
57
|
"quota-management-api": Modernizr.quotamanagement,
|
|
57
58
|
"requestanimationframe": Modernizr.requestanimationframe,
|
|
59
|
+
"scrolltooptions": Modernizr.scrolltooptions,
|
|
58
60
|
"serviceworker": Modernizr.serviceworker,
|
|
59
61
|
"svg": Modernizr.svg,
|
|
60
62
|
"templatestrings": Modernizr.templatestrings,
|
|
63
|
+
"textencoding": [
|
|
64
|
+
Modernizr["textencoder"],
|
|
65
|
+
Modernizr["textdecoder"]
|
|
66
|
+
],
|
|
61
67
|
"touchevents": Modernizr.touchevents,
|
|
62
68
|
"typed-arrays": Modernizr.typedarrays,
|
|
63
69
|
"unicode-range": Modernizr.unicoderange,
|
|
@@ -73,6 +79,8 @@ var tests = {
|
|
|
73
79
|
"xdomainrequest": Modernizr.xdomainrequest
|
|
74
80
|
},
|
|
75
81
|
"a": {
|
|
82
|
+
"aping": Modernizr.aping,
|
|
83
|
+
"areaping": Modernizr.areaping,
|
|
76
84
|
"download": Modernizr.adownload
|
|
77
85
|
},
|
|
78
86
|
"audio": {
|
|
@@ -137,6 +145,7 @@ var tests = {
|
|
|
137
145
|
"flexboxtweener": Modernizr.flexboxtweener,
|
|
138
146
|
"flexgap": Modernizr.flexgap,
|
|
139
147
|
"flexwrap": Modernizr.flexwrap,
|
|
148
|
+
"focusvisible": Modernizr.focusvisible,
|
|
140
149
|
"focuswithin": Modernizr.focuswithin,
|
|
141
150
|
"fontdisplay": Modernizr.fontdisplay,
|
|
142
151
|
"fontface": Modernizr.fontface,
|
|
@@ -241,6 +250,7 @@ var tests = {
|
|
|
241
250
|
"es6": {
|
|
242
251
|
"array": Modernizr.es6array,
|
|
243
252
|
"arrow": Modernizr.arrow,
|
|
253
|
+
"class": Modernizr.es6class,
|
|
244
254
|
"collections": Modernizr.es6collections,
|
|
245
255
|
"contains": Modernizr.contains,
|
|
246
256
|
"generators": Modernizr.generators,
|
|
@@ -262,6 +272,9 @@ var tests = {
|
|
|
262
272
|
],
|
|
263
273
|
"spread-object": Modernizr.spreadobject
|
|
264
274
|
},
|
|
275
|
+
"es8": {
|
|
276
|
+
"object": Modernizr.es8object
|
|
277
|
+
},
|
|
265
278
|
"event": {
|
|
266
279
|
"deviceorientation-motion": [
|
|
267
280
|
Modernizr["devicemotion"],
|
|
@@ -290,6 +303,7 @@ var tests = {
|
|
|
290
303
|
},
|
|
291
304
|
"img": {
|
|
292
305
|
"apng": Modernizr.apng,
|
|
306
|
+
"avif": Modernizr.avif,
|
|
293
307
|
"crossorigin": Modernizr.imgcrossorigin,
|
|
294
308
|
"jpeg2000": Modernizr.jpeg2000,
|
|
295
309
|
"jpegxr": Modernizr.jpegxr,
|
|
@@ -311,6 +325,9 @@ var tests = {
|
|
|
311
325
|
"formnovalidate": Modernizr.inputformnovalidate,
|
|
312
326
|
"formtarget": Modernizr.inputformtarget
|
|
313
327
|
},
|
|
328
|
+
"link": {
|
|
329
|
+
"prefetch": Modernizr.prefetch
|
|
330
|
+
},
|
|
314
331
|
"mediaquery": {
|
|
315
332
|
"hovermq": Modernizr.hovermq,
|
|
316
333
|
"pointermq": Modernizr.pointermq
|
|
@@ -338,6 +355,7 @@ var tests = {
|
|
|
338
355
|
"speech-synthesis": Modernizr.speechsynthesis
|
|
339
356
|
},
|
|
340
357
|
"storage": {
|
|
358
|
+
"indexeddb2": Modernizr.indexeddb2,
|
|
341
359
|
"localstorage": Modernizr.localstorage,
|
|
342
360
|
"sessionstorage": Modernizr.sessionstorage,
|
|
343
361
|
"websqldatabase": Modernizr.websqldatabase
|
|
@@ -369,7 +387,7 @@ var tests = {
|
|
|
369
387
|
"preload": Modernizr.videopreload
|
|
370
388
|
},
|
|
371
389
|
"webauthn": {
|
|
372
|
-
"publickeycredential": Modernizr.
|
|
390
|
+
"publickeycredential": Modernizr.publickeycredential
|
|
373
391
|
},
|
|
374
392
|
"webgl": {
|
|
375
393
|
"extensions": Modernizr.webglextensions
|
|
@@ -377,6 +395,7 @@ var tests = {
|
|
|
377
395
|
"webrtc": {
|
|
378
396
|
"datachannel": Modernizr.datachannel,
|
|
379
397
|
"getusermedia": Modernizr.getusermedia,
|
|
398
|
+
"mediastream": Modernizr.mediarecorder,
|
|
380
399
|
"peerconnection": Modernizr.peerconnection
|
|
381
400
|
},
|
|
382
401
|
"websockets": {
|
|
@@ -385,7 +404,8 @@ var tests = {
|
|
|
385
404
|
"window": {
|
|
386
405
|
"atob-btoa": Modernizr.atobbtoa,
|
|
387
406
|
"framed": Modernizr.framed,
|
|
388
|
-
"matchmedia": Modernizr.matchmedia
|
|
407
|
+
"matchmedia": Modernizr.matchmedia,
|
|
408
|
+
"resizeobserver": Modernizr.resizeobserver
|
|
389
409
|
},
|
|
390
410
|
"workers": {
|
|
391
411
|
"blobworkers": Modernizr.blobworkers,
|