Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediaquery: fix some parser bugs | bptato | 2025-01-30 | 1 | -3/+19 |
| | | | | | | <media-condition-without-or> works correctly once again. ref. https://todo.sr.ht/~bptato/chawan/46 | ||||
* | cssparser, mediaquery: factor out tflagb, fix a media query bug | bptato | 2025-01-07 | 1 | -0/+4 |
| | | | | @media (grid: 1) works again. | ||||
* | mediaquery: fix and after bare keyword | bptato | 2024-12-01 | 1 | -0/+4 |
| | | | | | no idea what that reconsume was doing there; probably a refactoring mistake | ||||
* | cssvalues, sheet: fix some more case sensitivity bugs | bptato | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 1 | -0/+9 |
* cssvalues, twtstr: unify enum parsing code paths, parse enums by bisearch instead of hash tables * mediaquery: refactor (long overdue), fix range comparison syntax parsing, make ident comparisons case-insensitive (as they should be) |