Skip navigation
ZosoOfZep
Currently Being Moderated

Check Browser Compatibilty  Problem with CS5.5

May 28, 2012 2:54 AM

Hi,

 

I am having problems with the Check Browser Compatibilty function, it seems to pick up the issues in an HTML file but ignores errors in CSS files.

 

I have run the check on CS4 and it work fine.

 

Example of the File

 

@charset "utf-8";

/* CSS Document */

 

h2

{

color: transparent ;

}

 

 

 

 

Should give the following error -   Unsupported value: 'transparent' ;

 

This version is running on a PC Version 11.5 Build 5344.

 

Could anyone help.

 

 

Cheers

 

Gary Coutts

 
Replies
  • Currently Being Moderated
    May 28, 2012 4:04 AM   in reply to ZosoOfZep

    For what it's worth, W3C CSS validator is happy with it

    http://validator.w3.org/

     

     

    Valid CSS information

    @charset "utf-8";

     

     

    h2 {
    color : transparent;

     

    }
     
    |
    Mark as:
  • Currently Being Moderated
    May 28, 2012 4:58 AM   in reply to ZosoOfZep

    The browser compatability checker is not a validation function.  It would not be expected to find CSS or even HTML validation problems.

     
    |
    Mark as:
  • Currently Being Moderated
    May 28, 2012 7:25 AM   in reply to ZosoOfZep

    So you are really concerned about supporting these antique browsers?

     
    |
    Mark as:
  • Currently Being Moderated
    May 28, 2012 10:22 AM   in reply to ZosoOfZep

    IMO compatibility checks are a complete waste of time.  I never use them because they don't tell you anything useful.

     

    What matters most is how your site performs in modern web devices -- not obsolete browsers from 10-12 years ago.

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)