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)
Tracking
()
People
(Reporter: sjoerd, Assigned: rickg)
Details
Attachments
(1 file)
659 bytes,
text/html
|
Details |
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
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
M5 does this correctly M7 does not (and also M6 I believe)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Agreed.This is a duplicate of 991.
You need to log in
before you can comment on or make changes to this bug.
Description
•