Wrong rendering of <sup> in table with valign=top in Chrome and Safari
问题 I have the following HTML: <p style="font-family:Verdana">test<sup>2</sup></p> <p style="font-family:Verdana;vertical-align:top">test<sup>2</sup></p> The problem is that in the second the <sup> is no longer positioned above the text but a few pixels lower. In essence the vertical-align:top raises all text except the superscripted to the top: This doesn't happen in Firefox, Opera but in Chrome and Safari (all Windows) and not with some fonts (like Times New Roman). Do you think this is a