mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTableColElement.
This commit is contained in:
parent
ce647eb80f
commit
c2391fe5ff
10 changed files with 117 additions and 5 deletions
|
@ -70,8 +70,9 @@ pub mod dom {
|
|||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableCellElementBinding;
|
||||
pub mod HTMLTableCaptionElementBinding;
|
||||
pub mod HTMLTableCellElementBinding;
|
||||
pub mod HTMLTableColElementBinding;
|
||||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod HTMLTextAreaElementBinding;
|
||||
|
@ -123,6 +124,7 @@ pub mod dom {
|
|||
pub mod htmltableelement;
|
||||
pub mod htmltablecaptionelement;
|
||||
pub mod htmltablecellelement;
|
||||
pub mod htmltablecolelement;
|
||||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod htmltextareaelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue