mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTableCellElement.
This commit is contained in:
parent
2878f44416
commit
d86d38c584
10 changed files with 207 additions and 12 deletions
|
@ -69,8 +69,9 @@ pub mod dom {
|
|||
pub mod HTMLSourceElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableCaptionElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableCellElementBinding;
|
||||
pub mod HTMLTableCaptionElementBinding;
|
||||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod HTMLTextAreaElementBinding;
|
||||
|
@ -119,8 +120,9 @@ pub mod dom {
|
|||
pub mod htmlscriptelement;
|
||||
pub mod htmlsourceelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltablecaptionelement;
|
||||
pub mod htmltableelement;
|
||||
pub mod htmltablecaptionelement;
|
||||
pub mod htmltablecellelement;
|
||||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod htmltextareaelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue