mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTableRowElement.
This commit is contained in:
parent
ebb4f3b3d1
commit
d0e0a16ee6
10 changed files with 120 additions and 6 deletions
|
@ -61,6 +61,7 @@ pub mod dom {
|
|||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
|
@ -96,6 +97,7 @@ pub mod dom {
|
|||
pub mod htmlscriptelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltableelement;
|
||||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue