- From: David Dorward <david@dorward.me.uk>
- Date: Sun, 14 Nov 2004 12:48:31 +0000
- To: Mats Hindhede <mats.hindhede@comhem.se>
- Cc: www-validator-css@w3.org
On Sun, 2004-11-14 at 10:20 +0100, Mats Hindhede wrote:
> The problem ("Generic-font-family warning despite generic family")
> has NOT been resolved by Olivier Thereaux, despite his claims to the
> contrary.
The claim is that the bug is invalid, not that he actually did anything
to fix it.
> It is still possible to get very irritating false warnings of this nature,
> as this example shows:
>
> http://www.proffs.nu/styles/ourstyle.css
That style sheet contains the following style:
.btype {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
font-weight: bold;
color: #000000;
}
"mono" is not a generic font family, therefore the tool is correct. You
are probably thinking of "monospace".
The only bug I see exhibited here is
http://www.w3.org/Bugs/Public/show_bug.cgi?id=890 "Error always on line
0" - which isn't marked as resolved.
Received on Sunday, 14 November 2004 12:52:26 UTC