Skip to content

Commit 06039d8

Browse files
committed
new demo classList API, and updated support status
1 parent 4b15128 commit 06039d8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

demos.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"desc": "Simple class manipulation",
4+
"url": "classlist",
5+
"tags": "classlist",
6+
"support": {
7+
"live": "chrome opera firefox",
8+
"nightly": "safari"
9+
},
10+
"test": "'classList' in document.createElement('i')"
11+
},
212
{
313
"desc": "Storage events",
414
"url": "storage-events",
@@ -24,7 +34,7 @@
2434
"notes": "Uses onpopstate event",
2535
"tags": "history",
2636
"support": {
27-
"live": "chrome safari firefox"
37+
"live": "chrome safari firefox opera"
2838
},
2939
"test": "Modernizr.history"
3040
},

0 commit comments

Comments
 (0)