Closed Bug 115985 Opened 23 years ago Closed 23 years ago

A:hover CSS Style broken by <BR> inside styled block

Categories

(Core :: DOM: CSS Object Model, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 98783

People

(Reporter: vicentesalvador, Assigned: jst)

Details

Attachments

(1 file)

Just test the sample attached below. The two lines should be bolded when the
mouse is over but only text before <BR> are bolded.
I cannot attach the file so here is the sample code:

<HTML>
<HEAD>
   	<STYLE TYPE='text/css'>
	<!--
	a {
		font-size:10pt;
		text-decoration: none;
		font-family: arial,verdana,sans-serif;
	}
	a:hover {
	  color:'yellow';
		font-weight: bold;
	}
	-->
	</STYLE>
</HEAD>
<BODY>
<A HREF="">Text of hyperlink <BR> Put mouse over. This should also be bolded </A>
</BODY>
</HTML>
Confirmed. (BuildID: 2001 12 18 03/Win98)
Attached file testcase
Same as bug 111228, so also a duplicate of bug 98783.  

*** This bug has been marked as a duplicate of 98783 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
nice catch. :-)
verf.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: