mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 07:51:01 +00:00
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>. |
||
|---|---|---|
| .. | ||
| CSSParser.cpp | ||
| CSSParser.h | ||
| HTMLParser.cpp | ||
| HTMLParser.h | ||