Re: css validator output error when using -moz-border-radius: 10px; proprietie

* Rapsys|Phoenix wrote:
>I get an error, while my css is in theory valid...
>http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Frapsys.ath.cx%2F

Let's have a look, <http://www.w3.org/TR/CSS21/conform.html>:

  A valid CSS 2.1 style sheet must be written according to the grammar
  of CSS 2.1. Furthermore, it must contain only at-rules, property
  names, and property values defined in this specification. An illegal
  (invalid) at-rule, property name, or property value is one that is not
  valid.

Is the '-moz-border-radius' defined in the CSS 2.1 specification? If it
is defined there you are right and we should fix this problem, if it is
not defined in the specification, why do you say that it is "in theory
valid"? If you think using '-moz-border-radius' should not make your
style sheet invalid, please see http://www.w3.org/TR/CSS21/ on how to
make comments on the draft.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 3 October 2005 04:02:33 UTC