- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Thu, 14 Mar 2013 23:32:24 -0400
- To: "Taka Oshiyama" <takaoshiyama@gmail.com>
- Cc: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Taka,
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-normal-021.xht
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-normal-022.xht
...
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-strict-011.xht
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-strict-012.xht
...
All these 13 tests should be linking to mplus-1p-regular.woff . You see,
DejaVuSerifBook is linked to DejaVuSerif-webfont.woff which uses only
the English subset of DejaVu Serif and it does not support Japanese
glyphs at all. Anyway, you did not put it in your /support/ folder.
In all those 13 tests, for now, please replace
@font-face {
font-family: "DejaVuSerifBook";
src: url("support/DejaVuSerif-webfont.woff") format("woff");
/* Filesize: 18096 bytes (17.7 KBytes) */
}
with
@font-face
{
font-family: "mplus-1p-regular";
src: url("support/mplus-1p-regular.woff") format("woff");
/* filesize: 803300 bytes (784.5 KBytes) */
/*
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
*/
}
Copy mplus-1p-regular.woff
from
http://www.gtalbot.org/BrowserBugsSection/review/support/
in your
http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/support/
I could probably reduce the size of the .woff file if only I would know
the Unicode range(s) for the japanese glyphs your tests are using
(Hiragana ?, Katakana ?).
http://en.wikipedia.org/wiki/Hiragana
and
http://en.wikipedia.org/wiki/Katakana
give the Unicode ranges.
I would use Font Squirrel
http://www.fontsquirrel.com/tools/webfont-generator
expert settings and try generate subsetted .ttf, .eot, .woff files for
all your 13 tests.
Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html
CSS 2.1 test suite harness:
http://test.csswg.org/harness/
Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Friday, 15 March 2013 03:32:57 UTC