Bug 147338 - inline elements skip style of ::first-lile
Summary: inline elements skip style of ::first-lile
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 21:03 UTC by Viktar Vauchkevich
Modified: 2012-06-18 14:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
above testcase (570 bytes, text/html)
2008-04-25 23:38 UTC, A. Spehr
Details

Note You need to log in before you can comment on or make changes to this bug.
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.