about summary refs log tree commit diff stats
path: root/test/layout/media-query.html
Commit message (Collapse)AuthorAgeFilesLines
* 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)