from the hip

kicks and licks
Subscribe

Archive for the ‘Chrome’

HTML/CSS bugs in Chrome

September 02, 2008 By: Nekkid blogger Category: Chrome, Google, Information, Internet, Technology 4 Comments →

I have downloaded and  tested Chrome. It is fast, has a number of great features, and looks great. However, it has bugs!

Chrome is not fully CSS and HMTL compliant. Like Internet Explorer it does not display all settings like they should be displayed. For instance, Chrome does not take into consideration “max-width” and “min-width” settings. This means that web pages that are fluid, but has set max and min widths so as to limit line widths will not display properly.

There may be other bugs as well, but those were the ones I noted.

This means that web programmers now have to find and implement “fixes” and “hacks” for yet another non-compliant web browser if they want pages to display properly.

Ouch!!