Bug 56814

Summary: bold tag removes background-color CSS attribute inside inline tags
Product: [Applications] konqueror Reporter: Jason Keirstead <jason>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ejb
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: test case

Description Jason Keirstead 2003-04-03 22:32:43 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

CVS HEAD as of April 1st 2002. Having a bold tag inside an inline tag seems to cancel out the background-color attribute for that tag.

Simple test case:

<span style="background-color:red;"> text <b>bold text</b> other text</span>

The "bold text" does not have the background color.

It only seems to affect inline tags, since <div> etc are unaffected, but <i>, <span> etc are.
Comment 1 Jason Keirstead 2003-04-03 22:33:11 UTC
Er, April 1, 2003!!! 
Comment 2 Stephan Kulow 2003-11-02 12:23:16 UTC
that's been the case in 3.1 too - so no regression. Phew :)
Comment 4 Stephan Kulow 2004-01-17 18:51:10 UTC
*** Bug 72538 has been marked as a duplicate of this bug. ***
Comment 5 Stephan Kulow 2004-01-17 18:52:02 UTC
Created attachment 4214 [details]
test case

from the other bug report
Comment 6 Stephan Kulow 2004-02-07 08:58:06 UTC

*** This bug has been marked as a duplicate of 45548 ***