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
Move DOCTYPE from ParseResult workaround to proper DOM node:
- NodeKind::Doctype { name, public_id, system_id } variant
- Document::create_doctype() method
- Tree builder creates Doctype node in handle_initial, appended to
document root
- Remove doctype_name/public_id/system_id from ParseResult and
TreeBuilder
- Conformance serializer handles Doctype via normal tree traversal
- parse_html example handles Doctype display
- Tree conformance rate unchanged (42.3%)
0 commit comments