Browsers and Bugs 02/2015

It’s Friday and this means a new roundup of Browsers and Bugs. Happy debugging!

Bugs and Workarounds

Letterspacing disables OpenType features in Chrome and Opera

Demo and explanation on Codepen

Firefox 35 was released

Besides lots of bug fixes it comes with support for WOFF2 fonts and the CSS Font Loading API (although still behind a flag)

Bug Life Cycle and Reporting Guidelines

Tips for reporting bugs in Chromium

a11y.js

ally.js by Rodney Rehm is a library to help applications with accessibility concerns. Among other things it includes fixes for working around browser bugs

Sad Bugreporter of the week

bug-fix-sad-022015

Debugging and Testing

Accessibility Developer Tools

An Addon for Chrome DevTools

Understanding your website through the IE11 F12 tools

Conference talk by Martin Beeby about DevTools in Internet Explorer

New animation inspector panel in Firefox 37

Firefox will integrate animation inspector into DevTools starting with version 37.

Back to top