<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>17506</bug_id>
          
          <creation_ts>2012-06-16 10:30:01 +0000</creation_ts>
          <short_desc>Incorrect syntax for &apos;font-family&apos;</short_desc>
          <delta_ts>2012-06-16 10:31:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>CSS Level 2</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>ASSIGNED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Anton P">antonsforums</reporter>
          <assigned_to name="Bert Bos">bert</assigned_to>
          
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>69125</commentid>
    <comment_count>0</comment_count>
    <who name="Anton P">antonsforums</who>
    <bug_when>2012-06-16 10:30:01 +0000</bug_when>
    <thetext>Reported by Øyvind Stenhaug

15.3 (Font family: the &apos;font-family&apos; property) says:

  # &apos;font-family&apos;
  #     Value: [ [ &lt;family-name&gt; | &lt;generic-family&gt; ]
  #              [, &lt;family-name&gt;| &lt;generic-family&gt;]*
  #            ] | inherit

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

It should be:

  |     Value: [ [ &lt;family-name&gt; | &lt;generic-family&gt; ]
  |              [, [ &lt;family-name&gt; | &lt;generic-family&gt; ] ]*
  |            ] | inherit

Conversation begins:
Bug description:
Proposal:
http://lists.w3.org/Archives/Public/www-style/2012May/0414.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69126</commentid>
    <comment_count>1</comment_count>
    <who name="Anton P">antonsforums</who>
    <bug_when>2012-06-16 10:31:56 +0000</bug_when>
    <thetext>The WG resolved to accept the proposal: http://lists.w3.org/Archives/Public/www-style/2012May/0887.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>