mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
reindent html_builder loops
This commit is contained in:
parent
105cd0ac9a
commit
7508d6d2a1
1 changed files with 59 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue