开发者

Resources for looking up differences in rendering behavior between web-browsers and browser bugs

开发者 https://www.devze.com 2022-12-31 01:31 出处:网络
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 rend

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 se开发者_如何学Cen this SO Question, Wanted: Resource for documented Cross-Browser differences, but I'd like to find something more detailed that includes browser bugs.


  • http://www.positioniseverything.net/explorer.html
  • http://www.positioniseverything.net/
  • http://css-discuss.incutio.com/wiki/Main_Page#Bugs
  • http://www.webdevout.net/browser-support-css
  • http://www.webdevout.net/
  • http://caniuse.com/


Internet Explorer CSS Bugs


Try http://www.quirksmode.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消