There are many tags which can be inline that are not listed, but the whole approach is somewhat broken since in current HTML there are tags like <a> which can be either balanced or inline.
It's probably better to not try to differentiate and instead to always just send a start_html_tag event. This should render properly for both balanced and inline tags, but it's an API breaking change.
There are many tags which can be inline that are not listed, but the whole approach is somewhat broken since in current HTML there are tags like
<a>which can be either balanced or inline.It's probably better to not try to differentiate and instead to always just send a
start_html_tagevent. This should render properly for both balanced and inline tags, but it's an API breaking change.