forked from mirrors/gecko-dev
Supplement the existing list of supported CSS properties with an equivalent list of DOM APIs. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because automatic generated documentation Source-Repo: https://github.com/servo/servo Source-Revision: 73ad0b928dd158be1eeba30dd21e67d4b9d82048
6 lines
82 B
Text
6 lines
82 B
Text
<table id="${interface}">
|
|
<tr>
|
|
<th>${interface}</th>
|
|
</tr>
|
|
${properties}
|
|
</table>
|