Blog

An informal web-log


A blog by Kumar Harsh Hosted on GitHub Pages — Theme by mattgraham

Bordering Insanity

The bug has to deal with how Firefox renders dotted borders which are also rounded. When the div has a positive border-radius defined as well as the border-style is set to dotted, some funky stuff happens.

See for yourself:

Although Chrome does handle these cases well, it does not really draw a dot in the dotted border, but chooses to use ugly rectangular bits.

How it is rendered in Firefox 26.0

A preview of how it is rendered in Firefox 26.0

And with this I wrap up. Have fun.