- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 22 Jan 2013 18:00:38 -0800
- To: Simon Sapin <simon.sapin@kozea.fr>
- Cc: "www-style@w3.org" <www-style@w3.org>
On Mon, Jan 21, 2013 at 11:20 AM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> On Mon, Jan 21, 2013 at 7:13 AM, Simon Sapin <simon.sapin@kozea.fr> wrote:
>> 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.)
>
> Makes sense. I'll fix this shortly.
Done.
~TJ
Received on Wednesday, 23 January 2013 02:01:25 UTC