@@ -237,16 +237,19 @@ <h3>Parsing Media Queries</h3>
237237 for a given string < var title =""> s</ var > into a list of media queries is defined in
238238 the Media Queries specification. Return the list of one or more media
239239 queries that the algorithm defined there gives.</ p > <!-- XXX ref -->
240-
241- < p class ="note "> If everything ends up being ignored the list will contain
242- the media query "< code title =""> not all</ code > ".</ p >
240+
241+ < p class ="note "> A media query that ends up being " ignored" will turn
242+ into "< code title =""> not all</ code > ".</ p >
243243
244244 < p > To
245245 < dfn id ="parse-a-media-query "> parse a media query</ dfn > for a given string
246246 < var title =""> s</ var > means to follow the
247247 < span > parse a list of media queries</ span > steps and return null if more
248248 than one media query is returned or a media query if a
249249 single media query is returned.</ p >
250+
251+ < p class ="note "> Again, a media query that ends up being "ignored" will
252+ turn into "< code title =""> not all</ code > ".</ p >
250253
251254
252255 < h3 > Serializing Media Queries</ h3 >
@@ -425,7 +428,7 @@ <h3>The <code title="">MediaList</code> Interface</h3>
425428 < dfn id ="dom-medialist-mediatext " title ="dom-MediaList-mediaText "> < code > mediaText</ code > </ dfn >
426429 attribute, on getting, < em class ="ct "> must</ em > return a
427430 < span title ="serialize a list of media queries "> serialization</ span > of
428- the < span > list of media queries</ span > .</ p >
431+ the < span > collection of media queries</ span > .</ p >
429432
430433 < p > On setting the < code title ="dom-MediaList-mediaText "> mediaText</ code >
431434 attribute these steps < em class ="ct "> must</ em > be run:</ p >
@@ -435,7 +438,7 @@ <h3>The <code title="">MediaList</code> Interface</h3>
435438
436439 < li > < p > If the given value is the empty string terminate these
437440 steps.</ p > </ li >
438-
441+
439442 < li > < p > Append all the media queries as a result of
440443 < span title ="parse a list of media queries "> parsing</ span > the given
441444 value to the < span > collection of media queries</ span > .</ p > </ li >
@@ -458,7 +461,7 @@ <h3>The <code title="">MediaList</code> Interface</h3>
458461 < p > The
459462 < dfn id ="dom-medialist-appendmedium " title ="dom-MediaList-appendmedium "> < code > appendMedium(< var title =""> medium</ var > )</ code > </ dfn >
460463 method < em class ="ct "> must</ em > run these steps:</ p >
461-
464+
462465 < ol >
463466 < li > < p > Let < var title =""> m</ var > be the result of
464467 < span title ="parse a media query "> parsing</ span > the given
0 commit comments