Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 23634 by quador: No superscript if  there is <em> inside <sup>  
when vertical-align:top is present
http://code.google.com/p/chromium/issues/detail?id=23634

Chrome Version       : <4.0.213.1>
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
   Safari 3.1.1 : FAIL
   Safari 3.2.2 : FAIL
   Opera 9.5    : OK
   Firefox 3.x  : OK
          IE 7  : OK

What steps will reproduce the problem?
1. Render the following page:
<html>
<body>
XXX
<sup style="vertical-align:top"><em>ZZZ</em></sup>
<em><sup style="vertical-align:top">ZZZ</sup></em>
</body>
</html>

What is the expected result?
  Superscript position independent of the order of the <em> and <sup> tags.

What happens instead?
Different order of <em> and <sup> tags give different results if vertical-
align style of the <sup> tag is set to 'top'.
If there is an <em> inside the <sup> tag, then the text will _not_ be moved
into the superscript position. If the <em> tag is out of the <sup> tag,
then the text is moved upwards.

Please provide any additional information below. Attach a screenshot if
possible.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to