Bug 147338

Summary: inline elements skip style of ::first-lile
Product: [Applications] konqueror Reporter: Viktar Vauchkevich <vctr>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: zahl
Priority: NOR    
Version: 3.5   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: above testcase

Description Viktar Vauchkevich 2007-06-28 21:03:31 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Debian testing/unstable Packages
OS:                Linux

In the following example first line is green, but the text in the span tag is black.

<html>
    <head>
	<title>index.html</title>
<style type="text/css">
.aaa::first-line { color: green; }
</style>
    </head>
    <body>
<p class="aaa">
On 22nd May 2007 the <span>KDE Project</span> released the seventh translation and service release of the stable KDE 3.5 series. This release features improvements in the stability and functionality of the KDE-PIM suite, as well as fixes in KPDF, KHTML and Umbrello. KDE 3.5.7 also contains a new version of KDevelop, the integrated development environment for KDE.
</p>
    </body>
</html>
Comment 1 A. Spehr 2008-04-25 23:38:37 UTC
Created attachment 24508 [details]
above testcase

Above testcase, this is still present in ~4.0.3 rev793993, but I think it's
also a dup...
Comment 2 Myriam Schweingruber 2012-06-18 14:14:04 UTC
Message from the Bugsquad and Konqueror teams:
This bug is closed as outdated, as we do not have the manpower to maintain the KDE3 version anymore.
If you still can reproduce this issue with Konqueror 4.8.4 or later, please open a new report.
Thank you for your understanding.