- From: Simon Sapin <simon.sapin@kozea.fr>
- Date: Mon, 21 Jan 2013 16:13:05 +0100
- To: "www-style@w3.org" <www-style@w3.org>
Hi,
In 3.5.3. At-rule-prelude mode, a semicolon pops the current rule
unconditionally. I think it should trigger a parse error for rule-filled
or declaration-filled at-rules, just like { does for at-rules that are
neither rule-filled or declaration-filled.
For example, these produce the same tree per the current ED:
@media screen;
@media screen{}
They should not. The former is a parse error, the rule is ignored (and
does not show up later in CSSOM.)
--
Simon Sapin
Received on Monday, 21 January 2013 15:13:28 UTC