- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 10 Jan 2004 11:17:06 +0100
- To: tantek@cs.stanford.edu
- Cc: www-archive@w3.org
* Tantek Çelik on <http://www.w3.org/Bugs/Public/show_bug.cgi?id=363> >When it was last updated/published on 2003-10-13, the mid pass filter page >validated against the CSS validator without any errors or warnings. Apart from the import loop bug (which seems to be fixed now), the style sheet at http://tantek.com/CSS/Examples/highpassfilter.css is actually invalid. As per CSS 2.0, @import must be followed by a URI as a string or inside the url(...) notation, <null?"{> however is no legal URI since '"' and '{' are excluded from the URI syntax (section 2.4.3. of RFC2396) regards.
Received on Saturday, 10 January 2004 05:18:44 UTC