Crispin & Mulberry Styleguide

Code/Project Health

CSS Specificity Graph

If you are new to specificity graph's or CSS specificity, this is a great article that explains how to analyze the graph and what a good graph should look like.

Browser Visual Disparity

Here is a list of disparity that is out of our control and will cause a slight devation from pixel-perfection from the design. This list of factors will contribute about 6%(based off of Chrome) of difference even though the design/layout is nearly perfect. Be sure to check out the difference image maps linked to the percentage numbers in the table to understand where the difference is coming from.

We are doing a straight pixel-to-pixel comparison with a slight pixel color tolerance to try to mitigate the difference in font aliasing. This means that there is barely any room to fudge details.

You can view the difference image maps by clicking the disparity percentages in the table.

Internet Explorer 7

When testing the design for IE7, please use one of following environments:

The site in IE7 is fully functional in true IE7 and even functions without CSS expressions/dynamic properties. But CSS expressions add some nice UI features, for example icons, that we would normally use pseudo class for in modern browsers.

The reason you have to be in the localhost or trusted zone when using IE11 emulated IE7 document mode is because CSS expressions/dynamic properties are "no longer supported for the Internet zone" in IE11+".