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

GĂ©rard Talbot wrote:

>  <meta name="assert" content="Font family names that appear similar to
> font shorthand should match to fonts with those names" />
> 
> {font-family: x-large CSSTest FamilyName Funky, CSSTest Fallback;}
> 
> should match the font face "CSSTest FamilyName" and not "CSSTest Fallback".
> 
> Where do you read this from CSS 2.1, section 15.3? Just asking..
> I have never heard of such thing before.

Hmmm, no it should match the font named "x-large CSSTest FamilyName
Funky" (csstest-familyname-funkyB.ttf), not "CSSTest FamilyName" or
"CSSTest Fallback".

Those are all valid font family names which match names in the
underlying test fonts. This test is merely trying to trip up
implementations that are not careful about how code is shared between
the font shorthand and the font-family property.

Regards,

John

Received on Saturday, 17 March 2012 06:34:49 UTC