Are mediaqueries event listeners
Are css mediaqueries some sort of event listeners (listening for a window resize) or does the browser check for the开发者_JS百科m occasionally? If the letter, when or how often?
For instance, WebKit sets up internal listeners that re-evaluate queries whenever "important" properties (window size, orientation, etc.) change, but this is not exposed through any APIs.
精彩评论