1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 0f7bcd4111 LibWeb: Add naive support for document.querySelectorAll()
This currently returns a JS::Array of elements matching a selector.
The more correct behavior would be to return a static NodeList, but as
we don't have NodeLists right now, that'll be a task for the future.
2020-03-30 11:35:39 +02:00
..
CSSParser.cpp LibWeb: Add naive support for 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