Closed
Bug 182498
Opened 22 years ago
Closed 22 years ago
If BODY element ommited and H1 contains A, this header does not appears as clickable link.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vitaly, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Opera/6.05 (Windows 2000; U) [en]
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Just try to see as following _valid_ code will be rendered in Mozilla 1.2:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<TITLE>Link In Header 1</TITLE>
<H1><A href='index.html'>Header 1</A></H1>
Reproducible: Always
Steps to Reproduce:
Actual Results:
"Header 1" appears as not link.
Expected Results:
"Header 1" appears as link.
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
This is 1.2-branch only, and the problem is known and a fix is known.
Status: UNCONFIRMED → NEW
Component: Layout: Fonts and Text → Parser
Ever confirmed: true
Version: Trunk → Other Branch
Comment 3•22 years ago
|
||
I have tested that this bug was an instance of bug 182500 / bug 182253 based on
comparison of two Linux builds compiled with gcc 3.2. This bug was present in
the 1.2 release and was the only bug fixed in the 1.2.1 release (and the reason
for the 1.2.1 release).
Marking this bug as fixed since it should be fixed in the 1.2.1 release.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•