Bug 65280 - no support for comments in CSS stylesheets
Summary: no support for comments in CSS stylesheets
Status: RESOLVED DUPLICATE of bug 65010
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 01:00 UTC by Patrizio Bruno
Modified: 2003-10-01 01:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bruno 2003-10-01 01:00:17 UTC
Version:           4.0 (using KDE 3.1.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.2 20030908 (Debian prerelease)
OS:          Linux (i686) release 2.6.0-test3

when a line of a CSS is commented using //, that line is used anyway:
<style>
.test {
	color: black;
	//background-color: red;
}
</style>
<font class="test">test</font>

... will show the word text written in black with a red background.
Comment 1 George Staikos 2003-10-01 01:04:39 UTC

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