dt is not in the default block-tags list
#236
Closed
opened 4 years ago by matteodelabre
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Thanks for your much-appreciated work on Pollen.
The
<dt>
tag does not seem to be in Pollen’sblock-tags
list but appears instead in theinline-tags
list. This is not consistent with MDN’s classification of block-level tags, which is linked in Pollen’s docs. I noticed this becausedecode
was wrapping my<dt>
s with<p>
tags, which produces invalid HTML.Is this intended?
Thanks! Accidental omission, I guess.