Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Darek,

    thanks for your question, and sorry for the trouble.

    The tablepress-combined.min.css contains the TablePress default CSS and your “Custom CSS”.

    Those mentioned issues are not actual issues, just small “hacks” for compability with older version of Internet Explorer. They are not really wrong and nothing to worry about.

    Regards,
    Tobias

    Thread Starter Darek L

    (@darekl)

    Hi Tobias,

    I have all my custom CSS in style.css file and I don’t care about any version of IE at all.

    I guess it is good to have valid website code because IE and other browsers trying to be compliant with HTML5 and CSS3 standards. However I decided not nesting @media like this:

    @media screen and (max-width: 500px) {
          @media screen and (max-width: 300px) {
          ....
          }
    }

    Nesting @media is working and supported by CSS3 but validator fails on it.

    Regards,
    Darek

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Darek,

    nesting @media queries like that looks weird, but TablePress isn’t doing that anyways.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS3 validation?’ is closed to new replies.