[css3-mediaqueries] example not matching spec change

In http://dev.w3.org/csswg/css3-mediaqueries/#syntax there is an
example that doesn't match the normative text preceding it:

# If one media query in a comma-separated list is ignored, the other
# media queries in the list are also ignored.
#
# Example XV.
# <link rel="stylesheet" media="screen and (max-weight: 3kg) and
# (color), (color)" href="example.css" />
# 
# In this example, the first media query is rejected due to an unknown
# media feature and unknown value, but the second media query is
# evaluated as if the first had not been specified.

The example is unchanged from the last working draft at
http://www.w3.org/TR/css3-mediaqueries/#syntax , but the normative
text has changed to the opposite.  If this change was intentional,
it seems like the example should change as well.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Thursday, 3 April 2008 03:29:34 UTC