-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
The following invalid HTML:
<html>
<body>
<div class="tb nb"><a href="https://www.humanw.tu-darmstadt.de/fachbereich/index.de.jspZur Homepage des Fachbereichs.</a><br></div>
<div class="tb" >
</div>
</body>
</html>
produces duplicate elements when parsing with rcdom
:
Running `/home/moritz/Documents/html5ever/target/debug/examples/print-rcdom`
#Document
<html>
<head>
<body>
#text: \n
<div class="tb nb">
<a href="https://www.humanw.tu-darmstadt.de/fachbereich/index.de.jspZur Homepage des Fachbereichs.</a><br></div>
<div class=" tb"="">
#text: \n
<a href="https://www.humanw.tu-darmstadt.de/fachbereich/index.de.jspZur Homepage des Fachbereichs.</a><br></div>
<div class=" tb"="">
#text: \n \n \n
Parse errors:
Unexpected token
Bad character
Bad character
Unexpected open element
Unexpected open tag at end of body
Metadata
Metadata
Assignees
Labels
No labels