about summary refs log tree commit diff stats
path: root/test/layout/invalid-pseudo-element-selectors.html
Commit message (Collapse)AuthorAgeFilesLines
* cssparser: fix an infinite loopbptato2025-02-051-0/+1
| | | | | | | startsWithNumber was a poorly copied version of the standard algorithm, which, as it turns out, is largely redundant. So I removed most of it and inlined the rest.
* selectorparser: fix parsing of invalid pseudo elementsbptato2024-10-261-0/+19
Found this because the 5th largest tech company on Earth cannot bother itself with trivial matters such as "writing valid CSS".