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 | ||
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 | ||