Extend semantics/interfaces.html.

This commit is contained in:
Ms2ger 2015-04-23 15:01:12 +02:00
parent 474a4a5dcb
commit 173c9721c5
5 changed files with 48 additions and 28 deletions

View file

@ -28,5 +28,6 @@ function do_test(local_name, iface) {
elements.forEach(function(a) {
do_test(a[0], a[1]);
do_test(a[0].toUpperCase(), a[1]);
})
</script>

View file

@ -134,5 +134,6 @@ var elements = [
["dialog", "Dialog"],
["figcaption", ""],
["summary", ""],
["track", "Track"]
["track", "Track"],
["foo", "Unknown"]
];