Bug 9588

Summary: HTML markup inside CSS should be ignored
Product: WebKit Reporter: littleb <littleb2005>
Component: EvangelismAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: annevk, ap, ian, webkit
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.web-sales.co.uk/
Attachments:
Description Flags
test case none

Description littleb 2006-06-25 18:08:56 PDT
it show have a blue background instead  of white
Comment 1 Alexey Proskuryakov 2006-06-25 22:04:32 PDT
This site has an invalid CSS stylesheet: it includes <STYLE>...</STYLE> HTML tags. WinIE and Opera allow this, but Firefox and Safari don't.

Confirming as a difference with WinIE, though I'm not sure if this should be fixed.
Comment 2 Alexey Proskuryakov 2006-06-25 22:04:53 PDT
Created attachment 9038 [details]
test case
Comment 3 Anne van Kesteren 2007-01-07 16:55:19 PST
I can't reproduce this in Opera by the way.
Comment 4 Robert Blaut 2008-02-11 03:36:50 PST
Definitely an Evangelism bug. The code on the site should be changed.
Comment 5 Robert Blaut 2009-11-15 00:28:06 PST
I don't know what we should do with this report. WebKit now parses the described above css files with HTML tags inside it. So we can see blue background on the site now. But the CSS files are still wrong coded.

Should we close this bug or no?
Comment 6 littleb 2009-11-15 00:40:08 PST
(In reply to comment #5)
> I don't know what we should do with this report. WebKit now parses the
> described above css files with HTML tags inside it. So we can see blue
> background on the site now. But the CSS files are still wrong coded.
> 
> Should we close this bug or no?

close it please
Comment 7 Alexey Proskuryakov 2009-11-15 00:47:43 PST
The attached test case still fails for me.