about summary refs log tree commit diff stats
path: root/test/layout/media-query.html
Commit message (Collapse)AuthorAgeFilesLines
* mediaquery: fix some parser bugsbptato2025-01-301-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 bugbptato2025-01-071-0/+4
| | | | @media (grid: 1) works again.
* mediaquery: fix and after bare keywordbptato2024-12-011-0/+4
| | | | | no idea what that reconsume was doing there; probably a refactoring mistake
* cssvalues, sheet: fix some more case sensitivity bugsbptato2024-08-021-1/+1
|
* cssvalues, twtstr, mediaquery: refactor & fixesbptato2024-08-021-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)