Generate bindings for HTMLInputElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-14 21:13:56 +09:00
parent c2391fe5ff
commit 14bdd21ed8
10 changed files with 495 additions and 5 deletions

View file

@ -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;