aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 492b964eed2..037ba1aef63 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -60,16 +60,22 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
+ pub mod HTMLInputElementBinding;
+ pub mod HTMLLIElementBinding;
pub mod HTMLLinkElementBinding;
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
+ pub mod HTMLProgressElementBinding;
+ pub mod HTMLQuoteElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSourceElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
- pub mod HTMLTableCaptionElementBinding;
pub mod HTMLTableElementBinding;
+ pub mod HTMLTableCaptionElementBinding;
+ pub mod HTMLTableCellElementBinding;
+ pub mod HTMLTableColElementBinding;
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
@@ -111,14 +117,20 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
+ pub mod htmlinputelement;
+ pub mod htmllielement;
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
+ pub mod htmlprogresselement;
+ pub mod htmlquoteelement;
pub mod htmlscriptelement;
pub mod htmlsourceelement;
pub mod htmlstyleelement;
- pub mod htmltablecaptionelement;
pub mod htmltableelement;
+ pub mod htmltablecaptionelement;
+ pub mod htmltablecellelement;
+ pub mod htmltablecolelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;