Skip to content

li in foster parent case incorrectly handled #111

Open
@yminamide

Description

@yminamide

The result of parsing by html5lib for the following fragment is not compatible with the specification.

<table><li><li></li></table>

It is parsed into the following DOM tree.

<li>
<table>
   <li>

It should be parse as the following DOM tree.

<li>
<li>
<table>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions