font-family-name-023 is incorrect

Le 2015-11-05 19:49, Gérard Talbot a écrit :
> Le 2015-11-05 19:16, Geoffrey Sneddon a écrit :
> 
> 
>> CSSTest/csstest-familyname-funkyA.ttf has names "small-caps 1in 
>> CSSTest
>> FamilyName Funky" and "CSSテスト フォント名". Unless I'm missing
>> anything, this has nothing else special about it (and I could well 
>> have
>> missed something!).
> 
> In that font, glyphs "1" "2" "3" "4" have been respectively replaced
> with "F" "A" "I"  "L" and "5" "6" "7" "8" have been respectively
> replaced with "P" "A" "S" "S" glyphs.

John,

[css21 nightly-unstable]
http://test.csswg.org/suites/css21_dev/nightly-unstable/html4/font-family-name-023.htm

[shepherd]
http://test.csswg.org/shepherd/testcase/font-family-name-023/

[css-fonts-3]
http://test.csswg.org/source/css-fonts-3/font-family-name-023.xht


In my opinion, the test should have the following:

line 34:         <div class="test"><p id="test1a">5678</p></div>
         <div class="test"><p id="test2">5678</p></div>
         <div class="test"><p id="test2a">5678</p></div>
         <div class="test"><p id="test3a">5678</p></div>

and *not* (actual)

line 34:        <div class="test"><p id="test1a">PaSs</p></div>
         <div class="test"><p id="test2">PaSs</p></div>
         <div class="test"><p id="test2a">PaSs</p></div>
         <div class="test"><p id="test3a">PaSs</p></div>

Gérard
-- 
Test Format Guidelines
http://testthewebforward.org/docs/test-format-guidelines.html

Test Style Guidelines
http://testthewebforward.org/docs/test-style-guidelines.html

Test Templates
http://testthewebforward.org/docs/test-templates.html

CSS Naming Guidelines
http://testthewebforward.org/docs/css-naming.html

Test Review Checklist
http://testthewebforward.org/docs/review-checklist.html

CSS Metadata
http://testthewebforward.org/docs/css-metadata.html

Received on Friday, 6 November 2015 01:14:27 UTC