Skip to content

Commit

Permalink
new demo classList API, and updated support status
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jun 28, 2011
1 parent 4b15128 commit 06039d8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion demos.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,7 +34,7 @@
"notes": "Uses onpopstate event",
"tags": "history",
"support": {
"live": "chrome safari firefox"
"live": "chrome safari firefox opera"
},
"test": "Modernizr.history"
},
Expand Down

0 comments on commit 06039d8

Please sign in to comment.