Re: display error

On 2010-02-25 2:48 AM, Michael Mercier wrote:
> when i validate my css (in french language) it wrote:
>
>
>       Désolé ! Les erreurs suivantes ont été trouvées : (5)
>
>
>         URI : http://www.mysite.com <http://www.mysite.com>
>
> 504  .scrolled  La propriété overflow-x n'existe pas en CSS niveau 2.1.
> mais existe en : hidden hidden
>
> the last part "mais existe en: hidden hidden" don't mean a thing (it
> reads: "the property doesn't existe in CSS level 2.1. but exist in:
> hidden hidden")
> translation probleme or maybe an information is needed...

The "hidden hidden" part sounds like an error in the validator (that's a 
valid value in CSS3, I believe, but not CSS2.1). I'm not sure about the 
French since I don't speak French.

Use of |overflow-x| is definitely an error in CSS2.1 though since this 
property only exists in CSS3. You need to change the "profile" option to 
CSS3 to get rid of the error message.

Received on Monday, 1 March 2010 03:31:31 UTC