1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:08:11 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling bedb00603c LibHTML: Add adjacent (+) and general (~) sibling combinators
This patch implements two more selector features:

- "div + p" matches the <p> sibling immediately after a <div>.
- "div ~ p" matches all <p> siblings after a <div>.
2019-10-06 19:59:07 +02:00
..
CSSParser.cpp LibHTML: Add adjacent (+) and general (~) sibling combinators 2019-10-06 19:59:07 +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