- From: taka <takaoshiyama@gmail.com>
- Date: Mon, 18 Mar 2013 18:37:48 +0900
- To: Gérard Talbot <css21testsuite@gtalbot.org>
- CC: Public CSS test suite mailing list <public-css-testsuite@w3.org>
Gerard
Please review this again as I returned @font-face to "mplus-1p-regular"
from "DejaVu".
-> http://hg.csswg.org/test/rev/561913bdd07e
regards,
(2013/03/15 11:51), "Gérard Talbot" wrote:
> Taka,
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/emphasis-black.png
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/emphasis-blue.png
>
> should be in the /support/ folder, in
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/support/
>
Yes, I copied each to the /support/ folder.
> -----------
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-010.xht
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-011.xht
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-012.xht
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-013.xht
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-014.xht
>
> Please change/replace
>
> @font-face
> {
> font-family: "DejaVuSerifBook";
> src: url("support/DejaVuSerif-webfont.woff") format("woff"); /*
> Filesize: 18096 bytes (17.7 KBytes) */
> }
>
> in all those tests to/with:
>
> @font-face
> {
> font-family: "DejaVu Serif";
> src: local("DejaVu Serif"),
> url("support/DejaVuSerif-webfont.woff") format("woff"),
> url("support/DejaVuSerif-webfont.eot") format("embedded-opentype"),
> url("support/DejaVuSerif-webfont.ttf") format("truetype");
> /*
> Filesize of DejaVuSerif-webfont.woff: 18096 bytes (17.7 KBytes);
> Filesize of DejaVuSerif-webfont.eot: 29046 bytes (28.4 KBytes)
> Filesize of DejaVuSerif-webfont.ttf: 28856 bytes (28.2 KBytes);
> These DejaVuSerif-webfont.ext are subset to English only
> (128 characters) and use version 2.29 (2010-12-23).
> DejaVu Serif version 2.33 (2011-02-27) is downloadable at
> http://dejavu-fonts.org/wiki/Download
> */
> }
>
> and then make sure you put
>
> DejaVuSerif-webfont.woff ,
> DejaVuSerif-webfont.eot
> and
> DejaVuSerif-webfont.ttf in your support folder, here:
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/support/
>
> Those DejaVuSerif-webfont.woff, DejaVuSerif-webfont.eot and
> DejaVuSerif-webfont.ttf are in
>
> http://www.gtalbot.org/BrowserBugsSection/review/support/
>
> copy those, import those in your
>
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/support/
>
> I probably will/may need to redo the image in
> http://www.gtalbot.org/BrowserBugsSection/review/text-orientation-mixed-001-review-ref.xht
> as I can see that the "e" glyph is different from
> http://www.gtalbot.org/BrowserBugsSection/review/text-orientation-mixed-001-review.xht
>
> Some explanations
> -----------------
> src: local("DejaVu Serif") means that if the font exists under such
> name, then the browser should use it and should not download anything.
> Otherwise it will download the .woff file. If the browser does not
> support .woff, then it will try the .eot file (Internet Explorer
> supports this). Otherwise it will download and use the .ttf file.
>
> DejaVu Serif license is excellent for free use and embeddability and is
> being maintained under a sourceforge.net project.
No, I cannot use "DejaVu Serif" because Japanese glyphs are needed for
these testcases. So that, I use "mplus-1p-regular" instead.
>
> One drawback with DejaVu Serif is that it does not support Japanese glyphs.
>
> Gérard
--
taka oshiyama 押山 隆
takaoshiyama@gmail.com
Received on Monday, 18 March 2013 09:38:18 UTC