Closed
Bug 142407
Opened 23 years ago
Closed 23 years ago
Underline is not straight at <CODE>, <KBD>, <TT> or <SAMP>
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: hoff6a03, Assigned: attinasi)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; de-AT; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
The underline of links appears not straight if there is a <CODE> or <SAMP>
segment inside the <A> Link.
The same problem occurs at <KBD> or <TT> segments inside.
Also an underline created via <span style="text-decoration: underline"> appears
wrong at those places.
Reproducible: Always
Steps to Reproduce:
1. Go for example to http://www.gnu.org/manual/gawk-3.1.0/html_node/gawk_toc.html
Actual Results: Underline is not straight
Expected Results: Underline should appear as a straight line
Example HTML:
<html>
<body>
<p><a href="test.html">
Normal <code>CODE</code>
Normal <samp>SAMP </samp>
Normal <kbd>KBD</kbd>
Normal <tt>TT</tt>
Normal
</a>
</p>
<p>
Also:
<span style="text-decoration: underline">
Normal <code>CODE</code> normal <samp>SAMP </samp>normal again.
</span>
</p>
</body>
</html>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 1777 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Yep, that's it. Timo Hoffmann, thank you for the bug report. Keep them coming!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•