[Bug 17506] New: Incorrect syntax for 'font-family'

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

           Summary: Incorrect syntax for 'font-family'
           Product: CSS
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS Level 2
        AssignedTo: bert@w3.org
        ReportedBy: antonsforums@yahoo.co.uk
         QAContact: public-css-bugzilla@w3.org


Reported by Øyvind Stenhaug

15.3 (Font family: the 'font-family' property) says:

  # 'font-family'
  #     Value: [ [ <family-name> | <generic-family> ]
  #              [, <family-name>| <generic-family>]*
  #            ] | inherit

This is incorrect, since any instance of <generic-family> in the middle or end
of the list will not get an immediately-preceding comma.

It should be:

  |     Value: [ [ <family-name> | <generic-family> ]
  |              [, [ <family-name> | <generic-family> ] ]*
  |            ] | inherit

Conversation begins:
Bug description:
Proposal:
http://lists.w3.org/Archives/Public/www-style/2012May/0414.html

-- 
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 Saturday, 16 June 2012 10:30:04 UTC