diff options
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r-- | src/components/script/html/hubbub_html_parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index d06f6191700..9c06a91a31b 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -229,7 +229,7 @@ pub fn build_element_from_tag(tag: DOMString, document: &JSRef<Document>) -> Tem handle_element!(document, tag, "legend", HTMLLegendElement); handle_element!(document, tag, "li", HTMLLIElement); handle_element!(document, tag, "link", HTMLLinkElement); - handle_element!(document, tag, "main", HTMLMainElement); + handle_element!(document, tag, "main", HTMLElement); handle_element!(document, tag, "map", HTMLMapElement); handle_element!(document, tag, "mark", HTMLElement); handle_element!(document, tag, "marquee", HTMLElement); |