1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 06aec9667e 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.
2020-03-30 11:35:39 +02:00
..
CSSParser.cpp LibWeb: Support more advanced selectors in document.querySelectorAll() 2020-03-30 11:35:39 +02:00
CSSParser.h LibWeb: Add naive support for document.querySelectorAll() 2020-03-30 11:35:39 +02:00
HTMLParser.cpp LibWeb: Commit uncommitted text at the end of HTML parse 2020-03-25 18:50:10 +01:00
HTMLParser.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00