- From: Max Froumentin <mf@w3.org>
- Date: Wed, 08 Jan 2003 20:06:39 +0100
- To: Robert Miner <RobertM@dessci.com>
- Cc: Bernhard.Keil@soft4science.com, davidc@nag.co.uk, www-math@w3.org
Robert Miner <RobertM@dessci.com> writes:
> I think the prefix is the problem, as David was trying to get at. In
> IE, you stupidly have to do your CSS rule as
>
> m\:math {color: red}
>
> which is not going to be a solution for Mozilla. The backslash is
> important, and as far as I can tell, documented nowhere.
Yes, in CSS2, which says that \ is a character escape.
http://www.w3.org/TR/REC-CSS2/syndata.html#q4
Cheers,
Max.
Received on Wednesday, 8 January 2003 14:06:54 UTC