Raised when an HTML document cannot be parsed using strict parsing.
| 120 | |
| 121 | |
| 122 | class HTMLParseError(etree.LxmlSyntaxError): # type: ignore[misc] |
| 123 | """Raised when an HTML document cannot be parsed using strict parsing.""" |
| 124 | |
| 125 | |
| 126 | def _etree_to_vdom( |