Closed
Bug 20888
Opened 26 years ago
Closed 26 years ago
subscript <sub> does not quite look like subscript
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: german, Assigned: rickg)
References
()
Details
Attachments
(1 file)
|
4.14 KB,
image/gif
|
Details |
subscript looks like superscript using this URL. subscript is supposed to use
the smaller font but it's baseline should be aligned with main text's baseline.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
The super and subscript handling look fine to me. Here's the test case:
<html>
<body>
text<sub>subtest</sub>post sub<br>
text<sup>suptest</sup>post sup
</body>
</html>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Based on rick's test case, I don't see a problem in the Dec 8th build. Marking
works for me.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•