mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTableSectionElement.
This commit is contained in:
parent
1a3faf8584
commit
fa395d2b27
10 changed files with 93 additions and 4 deletions
|
@ -60,6 +60,7 @@ pub mod dom {
|
|||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
pub mod PrototypeList;
|
||||
|
@ -93,6 +94,7 @@ pub mod dom {
|
|||
pub mod htmlscriptelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltableelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue