- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 04 Feb 2009 15:37:46 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6492
Makoto Takahashi <hobbit_mak@yahoo.co.jp> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hobbit_mak@yahoo.co.jp
--- Comment #2 from Makoto Takahashi <hobbit_mak@yahoo.co.jp> 2009-02-04 15:37:46 ---
I validate following web page by latest CSS-Validator.
http://hobbit.ddo.jp/ie.css.utf8
Result is as follows.
Value Error : font-family Parse Error "�ュ�ウ �ー譏取悃",
serif} H2 {ュ�ウ �ー譏取悃", serif} DT {ュ�ウ �ー譏取悃",
serif} body {ュ�ウ �ー譏取悃", serif} .min {ュ�ウ
�ー譏取悃", serif} .cjk {ュ�ウ 譏取悃", serif} :link:hover,
:visited:hover { background: #4040FA; color: #F0F8FF} .shdw {width: 100%;
filter: Shadow(color=#C0C0C0, direction=135)}
Contents of validated CSS file is as follows.
@charset "utf-8";
H1 { font-family: "Times New Roman", Times, "MS P明朝", serif}
H2 { font-family: "Times New Roman", Times, "MS P明朝", serif}
DT { font-family: "Times New Roman", Times, "MS P明朝", serif}
body { font-family: "Times New Roman", Times, "MS P明朝", serif}
.min { font-family: "MS P明朝", serif}
.cjk { font-family: "MS 明朝", serif}
:link:hover, :visited:hover { background: #4040FA;
color: #F0F8FF}
.shdw {width: 100%;
filter: Shadow(color=#C0C0C0, direction=135)}
If CSS Validator read the name of font that contains multi-byte characters, CSS
Validator could not accept it, and abort.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 4 February 2009 15:37:55 UTC