Re: [css-mediaqueries] whitespace handling

On Fri, 30 Aug 2013 15:05:07 +0200, L. David Baron <dbaron@dbaron.org>  
wrote:

> On Friday 2013-08-30 20:55 +0900, Shiki Okasaka wrote:
>> On Wed, 10 Jul 2013 01:32:01 +0200, L. David Baron <dbaron@dbaron.org>  
>> wrote:
>> > media_query
>> >    : [ONLY | NOT]? S+ media_type [ S+ AND S+ expression ]* S*
>> >      | expression [ S+ AND S+ expression ]* S*
>> >    ;
>>
>> With this grammar, media_query needs to begin with at least one S if
>> neither ONLY nor NOT is used.
>> I guess what we are expecting would be like:
>>
>> media_query
>>    : [ ONLY S+ | NOT S+ ]? media_type [ S+ AND S+ expression ]* S*
>>      | expression [ S+ AND S+ expression ]* S*
>>    ;
>>
>> Right?
>
> Yes.  We should fix this as you described.  Thanks for pointing that
> out.

Agreed. Fixed in MQ4. Philippe, can you take care of the MQ3 Errata?

  - Florian

Received on Friday, 30 August 2013 20:19:01 UTC