Skip to content

Commit d1012ee

Browse files
upsuperzcorpan
authored andcommitted
Fix wording in parsing a media query list
A media query list can contain no media query at all, so "the list of one or more media queries" is incorrect.
1 parent 216f037 commit d1012ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Parsing Media Queries {#parsing-media-queries}
266266

267267
To <dfn export>parse a media query list</dfn> for a
268268
given string <var>s</var> into a media query list is defined in
269-
the Media Queries specification. Return the list of one or more media
269+
the Media Queries specification. Return the list of media
270270
queries that the algorithm defined there gives. <!-- XXX ref -->
271271

272272
Note: A media query that ends up being "ignored" will turn

0 commit comments

Comments
 (0)