gecko-dev/servo
Emilio Cobos Álvarez f00fcba204 Bug 1422225: Allow parsing operators in media feature expressions. r=xidorn
The only bit from the spec which I haven't implemented to my knowledge is the
bit that allows you to swap the position of the media feature and the value,
because it unnecessarily complicates parsing (we parse the value in terms of the
feature), and I don't think it's useful given how easy it is to switch from,
e.g., `(500px > width)` to `(width <= 500px)`.

I filed https://github.com/w3c/csswg-drafts/issues/2791 about it.

MozReview-Commit-ID: 6xrdVl87S9X
2018-06-25 21:19:32 +02:00
..
components Bug 1422225: Allow parsing operators in media feature expressions. r=xidorn 2018-06-25 21:19:32 +02:00
ports/geckolib Bug 1470145: Better debugging for stylesheets and URLs. r=xidorn 2018-06-22 02:33:07 +02:00
support/gecko/nsstring Bug 1464834: Remove dead servo code. r=xidorn,heycam 2018-05-29 10:28:11 +02:00
tests/unit No bug - Fix or remove some unit tests that are not building. 2018-06-23 20:46:14 +02:00
moz.build Bug 1464834: Bring back servo/moz.build to fix the linting failure. r=me 2018-05-29 11:07:31 +02:00