1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 23:15:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling 2a266db05b LibHTML: Parse descendant relations in CSS selectors
"div p" now generates a Selector with two components where the second
component is a type=TagName, value="p", relation=Descendant.

We still don't handle matching of these, but at least we parse them.
2019-10-06 11:07:57 +02:00
..
CSSParser.cpp LibHTML: Parse descendant relations in CSS selectors 2019-10-06 11:07:57 +02:00
CSSParser.h LibHTML: Refactor the CSS parser into a class 2019-09-30 20:24:38 +02:00
HTMLParser.cpp LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced 2019-10-05 23:29:01 +02:00
HTMLParser.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00