views:

88

answers:

3

I recently encountered a printing issue in Firefox that eventually turned out to be a problem with the fieldset tag we wrapped the entire page in. (Bugzilla: Bug 471015) All browsers have their own rendering quirks and issues, but it can be very hard to know what's causing different behaviors. Sure, you can Google, but that's often taking a shot in the dark about what you think is causing the problem. It also doesn't stop you from having to sort through multiple complains about the same behavior before you find someone who has the issue your looking for. Are there any websites out there that let you search for rendering behavior issues by browser version, browser function, css tag, or html tag?

I've seen this SO Question, Wanted: Resource for documented Cross-Browser differences, but I'd like to find something more detailed that includes browser bugs.

A: 

Internet Explorer CSS Bugs

Marcel Korpel
What about other browsers?
ICodeForCoffee
@ICode: I don't have resources for them, only found this one. BTW, they're not as buggy as IE. ;)
Marcel Korpel
I know that, but IE is only ~60% of the market today and dropping. My example bug that got me thinking about this was a bug I encountered in Firefox. I'm also looking for more then just css bugs. I'm looking for some general resources, if they're out there.
ICodeForCoffee
A: 

Try http://www.quirksmode.org/

Jared
I've seen that site, but it's got limited scope in what it offers.
ICodeForCoffee