Has anyone come across a problem with the Android browser where rectangular unrecognized character glyphs are shown between or next to inline-block elements? If this is a known issue, is there an easy workaround?
Tested on generic 2.3 emulator and HTC 2.3 browsers so far. 2.1 does not show the problem.
The page has a UTF-8 charset.
Fixed by removing
text-rendering: optimizeLegibilitywhich I had on thehtmlelement.