Closed
Bug 122536
Opened 23 years ago
Closed 22 years ago
bbc.co.uk - overlapping tags cause feedback link to not function
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: bc, Assigned: tristan)
References
()
Details
Attachments
(2 files)
<A HREF="/hi/english/static/feedback/site_problems_form.stm" CLASS="helplink">
<LI TYPE="disc">
<b>Site Problems</b>
</A>
</LI>
Is invalid. This causes the feedback link on the feedback page to fail.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
This page also has incorrect CSS in the form:
<STYLE>
<!--
.help TD {color:#000000; font-family :verdana; font-size : 12px;}
.help .download {color:#FFFFFF; font-family :verdana; font-size : 10px;}
.help .header2 {color:#CD3100; text-decoration: none; font-weight :bold;
font-family :verdana; font-size : 16px;}
.help .feedsubhead {color:#000000; font-weight :bold; font-family :verdana;
font-size : 15px; font-weight:"bold";}
.help .feedsubhead2 {color:#000000; font-weight :bold; font-family :verdana;
font-size : 14px}
.help .helplink {color:#333366; text-decoration: none; font-family :verdana;
font-size : 12px;}
-->
</STYLE>
what was actually intended was
<STYLE>
<!--
.help TD {color:#000000; font-family :verdana; font-size : 12px;}
.help, .download {color:#FFFFFF; font-family :verdana; font-size : 10px;}
.help, .header2 {color:#CD3100; text-decoration: none; font-weight :bold;
font-family :verdana; font-size : 16px;}
.help, .feedsubhead {color:#000000; font-weight :bold; font-family :verdana;
font-size : 15px; font-weight:"bold";}
.help, .feedsubhead2 {color:#000000; font-weight :bold; font-family :verdana;
font-size : 14px}
.help, .helplink {color:#333366; text-decoration: none; font-family :verdana;
font-size : 12px;}
-->
</STYLE>
Summary: bbc.co.uk - overlapping tags cause link to not function → bbc.co.uk - overlapping tags cause feedback link to not function
Reporter | ||
Comment 3•23 years ago
|
||
Note there is still a differnce between how Mozilla and IE display the links on
this page. IE will apply the hover style and Mozilla does not.
Reporter | ||
Comment 4•23 years ago
|
||
Eric, could you take a look at this page and the other bbc bugs and give us the
benefit of your analysis. Thanks, /bc
Comment 5•22 years ago
|
||
bug still there, but Mozilla eats this now.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•