Generate bindings for HTMLDirectoryElement and HTMLEmbedElement

This commit is contained in:
Josh Matthews 2013-08-26 15:14:35 -04:00
parent f68639755d
commit 7e9caddb39
10 changed files with 179 additions and 13 deletions

View file

@ -53,10 +53,12 @@ pub mod dom {
pub mod HTMLCollectionBinding;
pub mod HTMLDataElementBinding;
pub mod HTMLDataListElementBinding;
pub mod HTMLDirectoryElementBinding;
pub mod HTMLDListElementBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
pub mod HTMLEmbedElementBinding;
pub mod HTMLHeadElementBinding;
pub mod HTMLHRElementBinding;
pub mod HTMLHtmlElementBinding;
@ -116,9 +118,11 @@ pub mod dom {
pub mod htmlcollection;
pub mod htmldataelement;
pub mod htmldatalistelement;
pub mod htmldirectoryelement;
pub mod htmldlistelement;
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlembedelement;
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;