reindent html_builder loops

This commit is contained in:
Margaret Meyerhofer 2012-06-22 15:00:03 -07:00
parent 105cd0ac9a
commit 7508d6d2a1

View file

@ -87,6 +87,7 @@ fn build_dom(scope: NodeScope, stream: port<Token>) -> Node {
parser::EndOpeningTag {
#debug("end opening tag");
}
parser::EndTag(_) | parser::SelfCloseTag {
// TODO: Assert that the closing tag has the right name.
// TODO: Fail more gracefully (i.e. according to the HTML5