Closed Bug 122190 Opened 23 years ago Closed 23 years ago

Invalid rendering of underline

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 5693

People

(Reporter: cowwoc2020, Assigned: trudelle)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.7+) Gecko/20020122
BuildID:    2002012216



Reproducible: Always
Steps to Reproduce:
1. Visit specified URL
2. Move mouse over paragraph associated with first "bullet"
3. Notice underline appears/disappears depending on where the mouse is located.

Actual Results:  Inconsistent underlining

Expected Results:  Entire bulleted paragraph should be underlined
I also see this with Windows 2000, Mozilla 2002012608

tho I don't know much HTML, I'm not convinced the whole paragraph should be
underlined (as the reporter states), rather just the link
I see this on Mac OS X, build 2001122106. 0.9.7 release.

The whole paragraph is not supposed to be underlined. The <ul> tags specify an
"unordered list".

I agree that this is a Mozilla bug, but there is some seriously whacked-out and,
in some cases, IE-specific HTML/CSS going on at this page. For instance, the use
of the CSS attribute "scrollbar-base-color". This is derided here:

http://www.w3.org/Style/Examples/007/scrollbars.html

<ul msimagelist> is also present. Whatever that is.
Hmmm. According to the CSS documentation the page needs to specify an element to
underline on :hover.

http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes

What the page SHOULD say is 'A:hover {text-decoration: underline;}'.

Regardless, I think Mozilla is dealing with this improperly. If there's no page
element that the :hover pseudo-element is applied to, it should either (a) apply
to everything, or (b) apply to nothing.

This is beginning to sound like a dupe of bug 5693.
Not OS/2 specific
OS: OS/2 → All
Hardware: PC → All
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
This is bug 5693.  The <p> is hovered, gets :hover but if you hover the text the
<p> loses :hover.

*** This bug has been marked as a duplicate of 5693 ***
v
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.