auto merge of #1160 : saneyuki/servo/dir, r=jdm

@Ms2ger?
This commit is contained in:
bors-servo 2013-10-31 07:04:34 -07:00
commit cc76a2188e

View file

@ -231,7 +231,7 @@ pub fn build_element_from_tag(cx: *JSContext, tag: &str, document: AbstractDocum
handle_element!(cx, document, tag, "canvas", HTMLCanvasElementTypeId, HTMLCanvasElement, []);
handle_element!(cx, document, tag, "data", HTMLDataElementTypeId, HTMLDataElement, []);
handle_element!(cx, document, tag, "datalist",HTMLDataListElementTypeId, HTMLDataListElement, []);
handle_element!(cx, document, tag, "directory",HTMLDirectoryElementTypeId, HTMLDirectoryElement, []);
handle_element!(cx, document, tag, "dir", HTMLDirectoryElementTypeId, HTMLDirectoryElement, []);
handle_element!(cx, document, tag, "div", HTMLDivElementTypeId, HTMLDivElement, []);
handle_element!(cx, document, tag, "dl", HTMLDListElementTypeId, HTMLDListElement, []);
handle_element!(cx, document, tag, "embed", HTMLEmbedElementTypeId, HTMLEmbedElement, []);