[CSS21] WD 4.2: invalid at-keywords

For invalid at-keywords, it isn't clear what "the next block" is.

Test case:

  @x --> { }
  p { color: blue; }

Other test cases would be to modify the @three-dee example by inserting
some extra rulesets after the h1 ruleset; by the "next ... block,
whichever comes first" rule I'd have expected these extra rulesets to
be honoured, but the "up to, and including, the third brace" text
suggests they won't be honoured.

pjrm.

Received on Friday, 7 January 2011 20:20:30 UTC