summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/not-selector.html
AgeCommit message (Collapse)Author
2022-03-18Base: Correct the :not() test page's titleSam Atkins
Oops!
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
Rather than parsing the selector every time we want to check it, we now parse it once at the beginning. A bonus effect of this is that we now support a selector list in :not(), instead of just a single selector, though only when using the new parser.