[mediaqueries] Should inverted-colors be <mq-boolean>?

http://dev.w3.org/csswg/mediaqueries-4/#inverted

The output values are listed as none | inverted, but the example is

@media (inverted-colors) {

}

Maybe this should be a <mq-boolean>? Although I guess there could be some intermediate states of inversion added in the future (e.g. "only-text"). If so, even though it is obvious, it should probably be explicit stated that (inverted-colors) is the same as (inverted-colors: inverted).

Received on Friday, 17 October 2014 23:46:52 UTC