From 0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 14 Feb 2014 16:53:39 -0500 Subject: implant Modernizr --- config-all.json | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 config-all.json (limited to 'config-all.json') diff --git a/config-all.json b/config-all.json new file mode 100644 index 0000000..77947b9 --- /dev/null +++ b/config-all.json @@ -0,0 +1,129 @@ +{ + "classPrefix": "", + "options": [ + "setClasses", + "testProp", + "fnBind" + ], + "feature-detects": [ + "test/applicationcache", + "test/audio/loop", + "test/audio", + "test/canvas/todataurl", + "test/canvas", + "test/canvastext", + "test/contextmenu", + "test/cookies", + "test/css/animations", + "test/css/backgroundposition-shorthand", + "test/css/backgroundposition-xy", + "test/css/backgroundrepeat", + "test/css/backgroundsize", + "test/css/backgroundsizecover", + "test/css/borderimage", + "test/css/borderradius", + "test/css/boxshadow", + "test/css/boxsizing", + "test/css/calc", + "test/css/checked", + "test/css/columns", + "test/css/cubicbezierrange", + "test/css/ellipsis", + "test/css/filters", + "test/css/fontface", + "test/css/gradients", + "test/css/hsla", + "test/css/hyphens", + "test/css/lastchild", + "test/css/mask", + "test/css/mediaqueries", + "test/css/multiplebgs", + "test/css/nthchild", + "test/css/objectfit", + "test/css/opacity", + "test/css/overflow-scrolling", + "test/css/pointerevents", + "test/css/positionsticky", + "test/css/pseudoanimations", + "test/css/pseudotransitions", + "test/css/reflections", + "test/css/resize", + "test/css/rgba", + "test/css/scrollbars", + "test/css/subpixelfont", + "test/css/textshadow", + "test/css/transforms", + "test/css/transforms3d", + "test/css/transformstylepreserve3d", + "test/css/transitions", + "test/css/userselect", + "test/dom/classlist", + "test/dom/createElement-attrs", + "test/dom/dataset", + "test/dom/documentfragment", + "test/elem/output", + "test/elem/progress-meter", + "test/elem/time", + "test/es5/array", + "test/es5/date", + "test/es5/function", + "test/es5/object", + "test/es5/strictmode", + "test/es5/string", + "test/es6/contains", + "test/es6/promises", + "test/es6/generators", + "test/event/oninput", + "test/flash", + "test/fullscreen-api", + "test/hashchange", + "test/history", + "test/ie8compat", + "test/img/apng", + "test/img/webp-lossless", + "test/img/webp-alpha", + "test/img/webp-animation", + "test/img/webp", + "test/input", + "test/inputtypes", + "test/json", + "test/network/xhr-responsetype-json", + "test/network/xhr-responsetype-text", + "test/network/xhr-responsetype", + "test/notification", + "test/pagevisibility-api", + "test/performance", + "test/pointerevents", + "test/pointerlock-api", + "test/postmessage", + "test/quota-management-api", + "test/requestanimationframe", + "test/script/async", + "test/script/defer", + "test/storage/localstorage", + "test/storage/sessionstorage", + "test/style/scoped", + "test/svg/asimg", + "test/svg/clippaths", + "test/svg/filters", + "test/svg/inline", + "test/svg", + "test/touchevents", + "test/typed-arrays", + "test/unicode", + "test/unicode-range", + "test/url/data-uri", + "test/userdata", + "test/video/autoplay", + "test/video/loop", + "test/video/preload", + "test/video", + "test/webanimations", + "test/webgl/extensions", + "test/webgl", + "test/window/framed", + "test/workers/dataworkers", + "test/workers/sharedworkers", + "test/workers/webworkers" + ] +} -- cgit v1.2.3-54-g00ecf