mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Generate bindings for HTMLLIElement.
This commit is contained in:
parent
cd1e3a19e3
commit
6b764440d7
10 changed files with 77 additions and 4 deletions
|
@ -61,6 +61,7 @@ pub mod dom {
|
|||
pub mod HTMLIFrameElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLInputElementBinding;
|
||||
pub mod HTMLLIElementBinding;
|
||||
pub mod HTMLLinkElementBinding;
|
||||
pub mod HTMLMetaElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
|
@ -116,6 +117,7 @@ pub mod dom {
|
|||
pub mod htmliframeelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmlinputelement;
|
||||
pub mod htmllielement;
|
||||
pub mod htmllinkelement;
|
||||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue