Bug 57470 - display:compact and display: run-in are displayed as display:none
Summary: display:compact and display: run-in are displayed as display:none
Status: RESOLVED FIXED
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-04-20 13:26 UTC by Shift
Modified: 2004-08-26 22:22 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 Shift 2003-04-20 13:26:58 UTC
Version:           4.0 (using KDE 3.1.9)
Compiler:          gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
OS:          Linux (i686) release 2.4.21-0.13mdk

I don't know if the bug occur with the stable version of Konqueror (3.1.1) but it occurs with the CVS version.

When khtml don't understand the rules of a CSS, for example display : compact or display:run-in, it seems that it replace it with display:none.
That's a bad idea because we lose some information.

Here are examples : 
http://www.editions-eyrolles.com/css2/tests/vfm/vfm4.htm et http://www.editions-eyrolles.com/css2/tests/vfm/vfm5.htm

Other related bugs are 
http://bugs.kde.org/show_bug.cgi?id=33592 and http://bugs.kde.org/show_bug.cgi?id=33591 but they don't insist on the real problem : If the CSS parser don't understand a new rule, ignore it but don't replace it by a wrong one (display:none for example)

"A user agent must ignore a declaration with an invalid property name or an invalid value." cf http://www.w3.org/TR/REC-CSS2/syndata.html#declaration
Comment 1 Kai Lahmann 2003-06-14 22:09:24 UTC
they are handled as display:none, this is in fact a bigger problem! 
Comment 2 Leo Savernik 2004-08-26 22:22:48 UTC
Can't be reproduced, support for compact and run-in has been added.