mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Generate bindings for HTMLProgressElement.
This commit is contained in:
parent
9b284431ef
commit
4fc2f74139
10 changed files with 86 additions and 3 deletions
|
@ -66,6 +66,7 @@ pub mod dom {
|
|||
pub mod HTMLMetaElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLProgressElementBinding;
|
||||
pub mod HTMLQuoteElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSourceElementBinding;
|
||||
|
@ -121,6 +122,7 @@ pub mod dom {
|
|||
pub mod htmllinkelement;
|
||||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlprogresselement;
|
||||
pub mod htmlquoteelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlsourceelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue