Skip to content

Commit

Permalink
Extend semantics/interfaces.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Apr 29, 2015
1 parent d9e8907 commit 918b40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions html/semantics/interfaces.html
Expand Up @@ -28,5 +28,6 @@

elements.forEach(function(a) {
do_test(a[0], a[1]);
do_test(a[0].toUpperCase(), a[1]);
})
</script>
3 changes: 2 additions & 1 deletion html/semantics/interfaces.js
Expand Up @@ -134,5 +134,6 @@ var elements = [
["dialog", "Dialog"],
["figcaption", ""],
["summary", ""],
["track", "Track"]
["track", "Track"],
["foo", "Unknown"]
];

0 comments on commit 918b40a

Please sign in to comment.