Use Modernizr to check for browser compatibility
Add a CompatibilityPage which is shown for incompatible clients. If they continue on regardless, proceed as if it never happened.
This commit is contained in:
12
.modernizr.json
Normal file
12
.modernizr.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"minify": true,
|
||||
"classPrefix": "modernizr_",
|
||||
"options": [
|
||||
"setClasses"
|
||||
],
|
||||
"feature-detects": [
|
||||
"test/css/displaytable",
|
||||
"test/css/flexbox",
|
||||
"test/es5/specification"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user