Re: [CSS21] Section 4.1.1 (b)

Hi,

Bjoern Hoehrmann wrote:

>* Craig Northway wrote:
>  
>
>>Section 4.1.1
>>
>>The whitespace rules should also be defined using a conformance
>>statement. Please make this into a conformance statement.
>>    
>>
>
>If you refer to
>
>  The token S in the grammar above stands for whitespace. Only the
>  characters "space" (U+0020), "tab" (U+0009), "line feed" (U+000A),
>  "carriage return" (U+000D), and "form feed" (U+000C) can occur in
>  whitespace. Other space-like characters, such as "em-space" (U+2003)
>  and "ideographic space" (U+3000), are never part of whitespace. 
>
>That just re-states what's already in the formal grammar. Perhaps you
>can propose changes that would address your concern here?
>  
>
The exact white space requirements are not obvious in the formal 
grammar. As I point out in 
(http://lists.w3.org/Archives/Public/www-style/2005Aug/0259.html) there 
is no conformance statement indicating that the formal grammar must be 
supported.

Perhaps:

  'The token S in the grammar above stands for whitespace. Only the
  characters "space" (U+0020), "tab" (U+0009), "line feed" (U+000A),
  "carriage return" (U+000D), and "form feed" (U+000C) shall be included as
  whitespace. Other space-like characters, such as "em-space" (U+2003)
  and "ideographic space" (U+3000), shall not be included as whitespace.'


Regards,
Craig Northway

Received on Thursday, 25 August 2005 13:56:17 UTC