Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-18 | Base: Correct the :not() test page's title | Sam Atkins | |
Oops! | |||
2021-07-14 | LibWeb: Use Selectors instead of a String for :not() selectors | Sam 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. |