mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Extend semantics/interfaces.html.
This commit is contained in:
parent
474a4a5dcb
commit
173c9721c5
5 changed files with 48 additions and 28 deletions
|
@ -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>
|
||||
|
|
|
@ -134,5 +134,6 @@ var elements = [
|
|||
["dialog", "Dialog"],
|
||||
["figcaption", ""],
|
||||
["summary", ""],
|
||||
["track", "Track"]
|
||||
["track", "Track"],
|
||||
["foo", "Unknown"]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue