From 06aec9667eef4bbdb8d19b73b67f0380ede43498 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 29 Mar 2020 22:45:38 +0200 Subject: [PATCH] LibWeb: Support more advanced selectors in document.querySelectorAll() I made some mistakes in the selector parsing code. It's now able to parse selectors composed of multiple complex selectors, instead of just one complex selector. --- Base/home/anon/www/qsa.html | 12 ++++++------ Libraries/LibWeb/DOM/Document.cpp | 2 ++ Libraries/LibWeb/Dump.cpp | 1 + Libraries/LibWeb/Parser/CSSParser.cpp | 23 ++++++++++++----------- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Base/home/anon/www/qsa.html b/Base/home/anon/www/qsa.html index a0df99c14a..e51ab92674 100644 --- a/Base/home/anon/www/qsa.html +++ b/Base/home/anon/www/qsa.html @@ -4,20 +4,20 @@
+
+