Closed Bug 5255 Opened 25 years ago Closed 25 years ago

small caps style problem

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: trajano, Assigned: buster)

Details

<p style="font-variant: small-caps; font-size: 15px"> Welcome to <img align="middle"> </p> seems to leave a large gap between to and the image.
Assignee: peterl → kipp
Component: Style System → Layout
Severity: normal → major
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I've tested this on NT and linux and can't reproduce it.
Status: RESOLVED → REOPENED
This one doesn't <div> <style> H1 { margin:0; letter-spacing:5px; color: #777; padding:0px 5px; font: bold 15px sans-serif; font-variant: small-caps; } </style> <h1>Welcome to <img align="middle" src="http://www.ibm.com/i/v9/m/en/ibm_logo_m.gif" width=97 height=45></h1> </div>
Status: REOPENED → ASSIGNED
Resolution: WORKSFORME → ---
Thanks for the reproducible test case
Status: ASSIGNED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
It turns out that the letter-spacing was being added in twice which is where the extra space was coming from.
Status: RESOLVED → VERIFIED
Using 5/20 Apprunner, verified fixed.
You need to log in before you can comment on or make changes to this bug.