mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Generate a list of supported DOM APIs from parsed WebIDLs.
This commit is contained in:
6
components/script/dom/bindings/codegen/api.html.template
Normal file
6
components/script/dom/bindings/codegen/api.html.template
Normal file
@@ -0,0 +1,6 @@
|
||||
<table id="${interface}">
|
||||
<tr>
|
||||
<th>${interface}</th>
|
||||
</tr>
|
||||
${properties}
|
||||
</table>
|
||||
Reference in New Issue
Block a user