Specifications pertinent to media queries

The API for matching media queries and registering event listeners to be
notified of changes is documented at
http://www.w3.org/TR/cssom-view/#mediaquerylist

This draft also adds a method to the Window interface.
MediaQueryList matchMedia(DOMString media_query_list);

This is a somewhat old working draft and I would appreciate a more current
reference, if there is one. It should, however, clarify questions raised at
our meeting last week.

The Media Queries Recommendation is at
http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/

Received on Saturday, 2 November 2013 23:39:27 UTC