Closed stefanfisk closed 1 year ago
:(
when i see HTML i really hate it. xml was so good and consistent.
Could you please test https://github.com/Masterminds/html5-php/issues/239 ?
@goetas AFAICT the document is properly parsed now. Thanks for the fix!
Parsing self closing
<tr>
and<td>
in combination results in the rows being nested instead of siblings.Here's a minimal test case:
Which outputs:
I first encountered this issue when parsing the HTML spec 😸 https://html.spec.whatwg.org/multipage/indices.html#attributes-1