mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Generate bindings for HTMLOListElement
This commit is contained in:
parent
db55724cd3
commit
ca0ae14368
11 changed files with 92 additions and 5 deletions
|
@ -53,6 +53,7 @@ pub mod dom {
|
|||
pub mod HTMLHtmlElementBinding;
|
||||
pub mod HTMLIFrameElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
|
@ -84,6 +85,7 @@ pub mod dom {
|
|||
pub mod htmlhrelement;
|
||||
pub mod htmliframeelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue