new demo classList API, and updated support status

This commit is contained in:
remy 2011-06-28 12:32:28 +01:00
parent 4b1512830c
commit 06039d8744
1 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
[
{
"desc": "Simple class manipulation",
"url": "classlist",
"tags": "classlist",
"support": {
"live": "chrome opera firefox",
"nightly": "safari"
},
"test": "'classList' in document.createElement('i')"
},
{
"desc": "Storage events",
"url": "storage-events",
@ -24,7 +34,7 @@
"notes": "Uses onpopstate event",
"tags": "history",
"support": {
"live": "chrome safari firefox"
"live": "chrome safari firefox opera"
},
"test": "Modernizr.history"
},