[csswg-drafts] [cssom] MediaList.item(index) should return a serialization

upsuper has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [cssom] MediaList.item(index) should return a serialization ==
The return value of `item` is `DOMString?`, however the spec currently
 says:
> The item(index) method must return the media query in the collection
 of media queries given by index, or null, if index is greater than or
 equal to the number of media queries in the collection of media 
queries.

It should say it returns a serialization of the media query.

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/600 using your GitHub 
account

Received on Friday, 14 October 2016 07:07:57 UTC