[Bug 16050] New: (editorial) keyword values should not be quoted

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16050

           Summary: (editorial) keyword values should not be quoted
           Product: CSS
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Grid Layout
        AssignedTo: alexmog@microsoft.com
        ReportedBy: kennyluck@csail.mit.edu
         QAContact: public-css-bugzilla@w3.org


css3-values says

  # keyword values (such as ‘auto’, ‘disc’, etc.), which appear literally,
  # without quotes (e.g. auto)

so for the value definition of each property table, the keywords shouldn't be
quoted.

This also applies to some of the data type definitions, such as

  # <track-minmax>  => 'minmax(' <track-breadth> ',' <track-breadth> ')' 
  #| 'auto' | <track-breadth> 

see [1] for a similar example in css3-iamges.

I am not sure how to deal with '[', perhaps someone raise that as a question on
www-style.

[1] http://dev.w3.org/csswg/css3-images/#image-list-type

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 21 February 2012 04:56:22 UTC