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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>6686</bug_id>
          
          <creation_ts>2006-01-20 06:38:00 -0800</creation_ts>
          <short_desc>ER: Ignore vendor names in font family lookup</short_desc>
          <delta_ts>2020-12-22 09:50:01 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>Safari 14</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://github.com/w3c/csswg-drafts/issues/5819</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nicholas Shanks">nickshanks</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ian</cc>
    
    <cc>mmaxfield</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>28982</commentid>
    <comment_count>0</comment_count>
    <who name="Nicholas Shanks">nickshanks</who>
    <bug_when>2006-01-20 06:38:00 -0800</bug_when>
    <thetext>Say a website specifies the following CSS:
h1 { font-family: &quot;Century&quot;, &quot;Garamond&quot;, serif; }

And the user has the following fonts installed:
Apple Garamond BT
Adobe Garamond
New Century Schoolbook

The initial search for a font matching &quot;Century&quot; will fail, as it ought to. However so will the search for 
Garamond. I believe instead one of the two Garamonds installed should be matched. This can be 
achieved by having a second font list stripped of all vendor names, which would be searched after 
exhausting all named families, before resorting to the generic &quot;serif&quot;. Likewise, the common terms &quot;Std&quot; 
and &quot;Pro&quot; could be removed, allowing &quot;Stone Serif&quot; to match &quot;ITC Stone Serif Pro&quot; for example.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32754</commentid>
    <comment_count>1</comment_count>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2006-02-15 13:40:54 -0800</bug_when>
    <thetext>Mitz says this makes sense.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1716250</commentid>
    <comment_count>2</comment_count>
    <who name="Sam Sneddon [:gsnedders]">gsnedders</who>
    <bug_when>2020-12-22 09:50:01 -0800</bug_when>
    <thetext>Filed https://github.com/w3c/csswg-drafts/issues/5819 to try and get some guidance as to whether this is even something we should be considering per-spec; bumping priority down to P5 given this clearly isn&apos;t a priority.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>