Android inline-block elements unrecognized character issue
问题 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. 回答1: Fixed by removing text-rendering: optimizeLegibility which I had on the html element. 来源: https://stackoverflow.com/questions/9400047/android-inline-block