mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Generate a list of supported DOM APIs from parsed WebIDLs.
This commit is contained in:
parent
2df5d705e1
commit
3c2435a172
9 changed files with 113 additions and 12 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue