mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTableElement.
This commit is contained in:
parent
c5125ca5e2
commit
655bdcc511
10 changed files with 175 additions and 4 deletions
|
@ -59,6 +59,7 @@ pub mod dom {
|
|||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
pub mod PrototypeList;
|
||||
|
@ -91,6 +92,7 @@ pub mod dom {
|
|||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltableelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue