Closed
Bug 56228
Opened 24 years ago
Closed 22 years ago
only first part of link gets :focus and :active (<a> containing <div>)
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: jruderman, Assigned: attinasi)
References
(Blocks 1 open bug, )
Details
(Keywords: access, testcase, top100)
Attachments
(3 files)
If there is a <pre> inside an <a>, then when any part of the <a> is clicked,
only the part above the <pre> gets the :active style (red, dotted border).
Note: I think using <pre> (or <div>) inside <a> is bogus html.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Using <pre> or <div> inside an <a> is bogus. whitespace: pre; works fine in
Strict layout mode using valid HTML.
There is no standards-compliance here.
I am not marking this invalid, however, because I am not sure whether this is a
noteworthy compatibility issue for the quirks mode. (I don't think it is.)
Keywords: testcase
Comment 4•24 years ago
|
||
I meant:
"There is no standards-compliance bug here."
Comment 5•24 years ago
|
||
Reassigning to Buster and marking future.
Assignee: clayton → buster
Target Milestone: --- → Future
Updated•24 years ago
|
QA Contact: lorca → gerardok
Comment 6•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment 10•23 years ago
|
||
Duping aganst a bug with more info, discussion and CCs...
*** This bug has been marked as a duplicate of 65917 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 12•23 years ago
|
||
Hakan, why did you mark this as a dup of bug 65917? It doesn't look like a dup
to me.
Comment 13•23 years ago
|
||
Layout is not my area - feel free to reopen. :-)
Reporter | ||
Comment 14•23 years ago
|
||
I don't think this is a dup of bug 65917. Feel free to mark this bug as
RESOLVED DONTDOTHAT, though.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 15•22 years ago
|
||
This makes focus invisible for many links on http://www.msnbc.com/. Bumping
severity to major.
Severity: minor → major
Keywords: top100
Priority: P3 → --
Summary: <a> containing <pre>: "a:active" style only applied above <pre> → only first part of link gets :focus and :active (<a> containing <div>)
Target Milestone: Future → ---
Reporter | ||
Updated•22 years ago
|
Reporter | ||
Comment 16•22 years ago
|
||
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 17•22 years ago
|
||
The original bug is gone. The newer testcase is a different bug, which is a
duplicate of 65917. The active link state isn't getting propagated downward.
Notice how in the first testcase the part outside of the <pre> or <div> will
activate the entire link, but the part inside will not. The original issue was
that only the top part would get activated.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•