mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLInputElement.
This commit is contained in:
parent
c2391fe5ff
commit
14bdd21ed8
10 changed files with 495 additions and 5 deletions
|
@ -60,6 +60,7 @@ pub mod dom {
|
|||
pub mod HTMLHtmlElementBinding;
|
||||
pub mod HTMLIFrameElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLInputElementBinding;
|
||||
pub mod HTMLLinkElementBinding;
|
||||
pub mod HTMLMetaElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
|
@ -114,6 +115,7 @@ pub mod dom {
|
|||
pub mod htmlhrelement;
|
||||
pub mod htmliframeelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmlinputelement;
|
||||
pub mod htmllinkelement;
|
||||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue