Re: [RC6] font-family-name-023

GĂ©rard Talbot wrote:

> The reftest for font-family-name-023 does not use the font-family
> "x-large CSSTest FamilyName Funky" but rather "CSSTest FamilyName".

Huh?

These are the property definitions used in that test:

  p#test1a {
      font-family: "small-caps 1in CSSTest FamilyName Funky", CSSTest Fallback;
  }
  p#test2 {
      font-family: x-large CSSTest FamilyName Funky, CSSTest Fallback;
  }
  p#test2a {
      font-family: "x-large CSSTest FamilyName Funky", CSSTest Fallback;
  }
  p#test3a {
      font-family: "12px CSSTest FamilyName Funky", CSSTest Fallback;
  }
  
The font named "CSSTest FamilyName" is *not* used for this test!!! 
Remember, those are 'font-family' definitions *not* 'font' definitions.

John

Received on Saturday, 17 March 2012 07:18:07 UTC