summaryrefslogtreecommitdiff
path: root/config-all.json
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-14 16:53:39 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-17 09:06:16 -0500
commit0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4 (patch)
tree62f0c956c0b489d843bba1e0ea3a358cb1d83f4d /config-all.json
parentd0746fad25e2b3c11258ca8d3772da22cf4133b4 (diff)
downloadhtml5ks-0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4.tar.xz
html5ks-0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4.zip
implant Modernizr
Diffstat (limited to 'config-all.json')
-rw-r--r--config-all.json129
1 files changed, 129 insertions, 0 deletions
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"
+ ]
+}