ladybird/Libraries/LibHTML/Parser
Andreas Kling 635717ed0f LibHTML: Add parse_html_fragment()
This function parses a partial DOM and returns it wrapped in a document
fragment node (DocumentFragment.)

There are now two entrances into the HTML parser, one for parsing full
documents, and one for parsing fragments. Internally the both wrap the
same parsing function.
2019-11-06 20:30:39 +01:00
..
CSSParser.cpp LibHTML: The CSS parser should tolerate whitespace-only stylesheets 2019-10-20 12:55:55 +02:00
CSSParser.h LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00
HTMLParser.cpp LibHTML: Add parse_html_fragment() 2019-11-06 20:30:39 +01:00
HTMLParser.h LibHTML: Add parse_html_fragment() 2019-11-06 20:30:39 +01:00