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:
parent
4175dcd102
commit
59d8cbe742
6 changed files with 150 additions and 6 deletions
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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue