Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What browser is best for testing web standards? [closed]

When I build a site, I'd like to have at least one browser I can show it off in without any hacks or workarounds, and yet still retain maximum functionality. Knowing that none of the browsers have perfect standards adherence, which one comes closest?

Also, are there any standards areas in which a single browser seems to specialize? Opera, for instance, seems to be bent on adhering to all voice-related CSS standards.

like image 798
Dustman Avatar asked Sep 22 '08 18:09

Dustman


1 Answers

The way most people I know work is to run Firefox(with Firebug) and develop in that. Firebug is an invaluable tool for debugging. They will usually take what the get there and try to squeak it into IE and other browsers. Not exactly the answer to your question (Its not 100% compliant but its close), but hopefully it helps.

like image 180
Steve g Avatar answered Oct 11 '22 14:10

Steve g