You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
47-misnested-formatting-tags.json demonstrates and covers Issue fb55#1075.
48-misnested-formatting-and-block-tags.json demonstrates and covers both
Issue fb55#1075 and Issue fb55#1076, and their possible interaction.
Given the following input:
htmlparser2 generates events equivalent to the following:
Notice how the opening of the second
p
does not implicitly close the first.If you remove the intervening
<b>
tag:then htmlparser2 generates the correct events:
The text was updated successfully, but these errors were encountered: