Expand description
Detects invalid HTML (like an unclosed <span>) in doc comments.
Structsยง
- TagParser ๐
- Parse html tags to ensure they are well-formed
Constantsยง
- ALLOWED_
UNCLOSED ๐ - These tags are interpreted as self-closing if they lack an explicit closing tag.
Functionsยง
- extract_
path_ ๐backwards - extract_
path_ ๐forward - is_
implicitly_ ๐self_ closing - Allows constructs like
<img>, but not<img. - is_
valid_ ๐for_ html_ tag_ name - visit_
item ๐