You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>When the <code><ahref="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p><ol><li><p>Let <vartitle="">parsed_media_query_list</var> be the result of <aclass="external" href="http://dev.w3.org/hg/csswg/cssom/#parse-a-media-query-list" title="parse a media query list">parsing</a><vartitle="">media_query_list</var>.</li><li><p>Return a <em>new</em><code>MediaQueryList</code> object, associated with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <vartitle="">parsed_media_query_list</var> as its associated media query list.</li></ol></dd>
319
+
<p>When the <code><ahref="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p><ol><li><p>Let <vartitle="">parsed media query list</var> be the result of <aclass="external" href="http://dev.w3.org/csswg/cssom/#parse-a-media-query-list" title="parse a media query list">parsing</a><vartitle="">query</var>.</li><li><p>Return a <em>new</em><code>MediaQueryList</code> object, associated with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <vartitle="">parsed media query list</var> as its associated media query list.</li></ol></dd>
<dfnid="widl-MediaQueryList-media"><code>media</code></dfn> of type <spanclass="idlAttrType"><a>DOMString</a></span>, readonly</dt>
347
347
<dd>
348
-
<p>The <code><ahref="#widl-MediaQueryList-media">media</a></code> attribute must return the <aclass="external" href="http://dev.w3.org/hg/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd>
348
+
<p>The <code><ahref="#widl-MediaQueryList-media">media</a></code> attribute must return the <aclass="external" href="http://dev.w3.org/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd>
0 commit comments