Closed Bug 8913 Opened 26 years ago Closed 26 years ago

style defined in inline elements is discarded in and after any blockelements it contains

Categories

(Core :: Layout, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

People

(Reporter: sjoerd, Assigned: rickg)

Details

Attachments

(1 file)

if you define a block element inside an inline element all style information is discarded from the start of the block element. Example: <SPAN style="color:red">before<DIV>inside</DIV>after</SPAN> renders only 'before' in red and not 'inside' and 'after' a more every example: <FONT face="Arial,Helvetica"> before<UL><LI>inside</LI></UL>after </FONT> resets the font at the start of UL
Attached file various examples
M5 does this correctly M7 does not (and also M6 I believe)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 991 ***
Status: RESOLVED → VERIFIED
Agreed.This is a duplicate of 991.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: