Closed Bug 20690 Opened 25 years ago Closed 25 years ago

CSS :hover not applying complete style changes

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: sitsofe, Assigned: pierre)

References

()

Details

Attachments

(1 file)

At the above site, hovering over a link in IE makes the underline disappear and
the link color turn black. However in Mozilla, the only thing that happens is
that underline disappears.

Expected:
Hovering over link makes the underline disappear and link color turn black.

Result:
Only the link color turns black.

System:
1999120208 WinNT 4 SP 6.
Attached file Missing style testcase
Assignee: troy → pierre
Component: Layout → Style System
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
The CSS rule on this page is invalid:
  A:HOVER { COLOR:"#000000"; TEXT-DECORATION:NONE }

According to the CSS1 and CSS2 specs, the RGB value in hexadecimal notation
shouldn't be between quotes. See the following links for more info:
  http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-color
  http://www.w3.org/TR/REC-CSS1-961217.html#color-units

Closing as invalid.
QA Contact: petersen → chrisd
Status: RESOLVED → VERIFIED
Yes, testcase works fine without the quotes. Verifying bug invalid.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: