Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cssparser: fix an infinite loop | bptato | 2025-02-05 | 1 | -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 elements | bptato | 2024-10-26 | 1 | -0/+19 |
Found this because the 5th largest tech company on Earth cannot bother itself with trivial matters such as "writing valid CSS". |