diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2021-09-12 16:15:19 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-12 17:27:34 +0200 |
commit | 640a980080f8667c458fd39cf239a2ed89fe2d16 (patch) | |
tree | 1aae20421d25a6ddabb10c61cd2060a00484e986 /Userland/Applications | |
parent | bd83edf1481f258cd1c1bf1e7855eddc938a69cb (diff) | |
download | serenity-640a980080f8667c458fd39cf239a2ed89fe2d16.zip |
LibWeb: Parse CSS selectors with no space before a combinator
Previously selectors like `.foo>.bar` did not parse, because there is no
whitespace between `.foo` and `>`. Now we correctly parse these. :^)
Diffstat (limited to 'Userland/Applications')
0 files changed, 0 insertions, 0 deletions