3 #include <wordring/whatwg/html/html_defs.hpp>
4 #include <wordring/whatwg/html/parsing/parser_defs.hpp>
8 using ns_name = wordring::whatwg::html::ns_name;
9 using tag_name = wordring::whatwg::html::tag_name;
10 using attribute_name = wordring::whatwg::html::attribute_name;
12 using document_type_name = wordring::whatwg::html::document_type_name;
15 using error_name = wordring::whatwg::html::parsing::error_name;
16 using encoding_confidence_name = wordring::whatwg::html::parsing::encoding_confidence_name;
28 template <
typename NodePo
inter>