Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Validation Service ( 61errors )!!!

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #38356
    mons87
    Member

    Hey all ,

    I need some help , i converted a psd home page to HTML and CSS , after i finish the html code i test the code in html validations and there was no errors ,,, after i finish the css code i tested the code in CSS Validation Service and get 61 error …..

    #103911
    mons87
    Member

    This is some errors i get

    +CiGVkKSIgLz4KPC9zdmc+)
    324 .left, .right Value Error : background -moz-linear-gradiis not a background-color value : -ms-linear-gradient(top,rgba(255,255,255,1 ) 0%,rgba(229,229,229,1 ) 100% )
    329 .left, .right Value Error : background linear-gradient(top,rgba(255,255,255,1 ) 0%,rgba(229,229,229,1 ) 100% ) is not a background-color value : linear-gradient(top,rgba(255,255,255,1 ) 0%,rgba(229,229,229,1 ) 100% )
    330 .left, .right attempt to find a semi-colon before the property name. add it

    #103913
    Senff
    Participant

    Did you convert the PSD to HTML/CSS with some automatic tool, or did you do it yourself?

    The errors you showed are related to vendor-specific prefixes, which are not 100% valid CSS for every browser. Other things speak for itself (“attempt to find a semi-colon before the property name. add it“)

    #103916
    agrimsrud
    Participant

    Although browsers recognize experimental CSS rules and values using vendor prefixes, they’re not valid according to the specification and thus they won’t validate.

    #103954
    mons87
    Member

    @senff… thank you for your respond ,
    yes i converted to HTML/CSS by my self in Dreamweaver without using any automatic tool, I am new to css so i dont know what specific prefixes exactly mean, if you mean new css3 properties like (Gradient , box shadow…) then yes i used it in my style sheet . how i can make it valid% ?

    Thank You

    #103959
    Senff
    Participant

    See @agrimsrud comment above. Using CSS3, you won’t be able to make it 100% valid.

    #103965
    dfogge
    Participant

    validators are severely out of date right now. dont worry about making sites 100% valid anymore, just make sure you test on as many browsers and devices as humanly possible.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.