1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 17:45:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling 08209cc665 LibHTML: Handle comments in the CSS parser
Turn consume_whitespace() into consume_whitespace_or_comments() and
have it swallow /* comments */ as well.
2019-10-13 00:28:15 +02:00
..
CSSParser.cpp LibHTML: Handle comments in the CSS parser 2019-10-13 00:28:15 +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 Comment and CharacterData nodes and improve HTML parsing 2019-10-12 23:34:05 +02:00
HTMLParser.h LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00