mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02: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>.
765 B
765 B