mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Generate bindings for HTMLTableCaptionElement
This commit is contained in:
parent
1c087ab507
commit
c0935cba72
10 changed files with 65 additions and 5 deletions
|
@ -62,6 +62,7 @@ pub mod dom {
|
|||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableCaptionElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
|
@ -103,6 +104,7 @@ pub mod dom {
|
|||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltablecaptionelement;
|
||||
pub mod htmltableelement;
|
||||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue