mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Implement HTMLDListElement binding.
This commit is contained in:
parent
33f299c403
commit
c88ba4b157
9 changed files with 65 additions and 3 deletions
|
@ -47,6 +47,7 @@ pub mod dom {
|
|||
pub mod HTMLBRElementBinding;
|
||||
pub mod HTMLCanvasElementBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod HTMLDListElementBinding;
|
||||
pub mod HTMLDivElementBinding;
|
||||
pub mod HTMLDocumentBinding;
|
||||
pub mod HTMLElementBinding;
|
||||
|
@ -92,6 +93,7 @@ pub mod dom {
|
|||
pub mod htmlbrelement;
|
||||
pub mod htmlcanvaselement;
|
||||
pub mod htmlcollection;
|
||||
pub mod htmldlistelement;
|
||||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
pub mod htmlhrelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue