W3C CSS Validator error

Discussion in 'CSS' started by falconlink, Nov 8, 2011.

  1. #1
    Hi

    I'm facing an error with me css page while w3c validation.

    The code is:
    The error is:
    Parse Error *html .pointer{filter:chroma(color=pink)}

    Can anybody help me to solve the problem?

    Thanks to you all.
     
    falconlink, Nov 8, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    Just out of interest what DOCTYPE are you using?

    I ask because Parse errors generally come from unsupported code
     
    Toycel, Nov 9, 2011 IP
  3. GuillaumeDrolet

    GuillaumeDrolet Peon

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #3
    www.websitedev.de/css/validator-faq

    Why don't my scrollbar properties, filters, etc. validate?



    The CSS Validator validates your style sheet against some profile, e.g. CSS Level 1 or CSS Level 2. Some browser Vendors however extend these profiles by new properties like Microsoft did with the scrollbar-base-color or filter property or Mozilla with the -moz-opacity property. The Validator is not aware of these properties and using them makes your style sheet invalid in terms of the CSS specifications. Either get rid of those properties or live with the fact, that your style sheets don't validate. You cannot have both.
     
    GuillaumeDrolet, Nov 9, 2011 IP