This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Description
css3-mediaqueries says:
Malformed media query. User agents are to handle unexpected tokens encountered while parsing a media query by reading until the end of the media query, while observing the rules for matching pairs of (), [], {}, "", and '', and correctly handling escapes. Media queries with unexpected tokens are represented as "not all".
where the end of the media query is a comma.
From code inspection, tinycss doesn't seem to do this and throws when a non-IDENT is ever encountered.