[Webkit-unassigned] [Bug 140541] New: REGRESSION: first-line doesn't affect any children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 03:27:12 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140541

            Bug ID: 140541
           Summary: REGRESSION: first-line doesn't affect any children
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
               URL: http://jsbin.com/wutofa/1/edit
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rego at igalia.com

Created attachment 244755
  --> https://bugs.webkit.org/attachment.cgi?id=244755&action=review
Example to reproduce the issue

This was working fine in Safari 7 but it's broken in Safari 8.

Example (attached) to reproduce the issue ("Green" should be green):

<style>
.first-line-green::first-line {
      color: lime;
}
</style>
<div class="first-line-green">
    <div>Green</div>
</div>

If the "Green" text is not wrapped by a "<div>" then it's green color.

Here you have a link to reproduce the issue with several cases:
http://jsbin.com/wutofa/1/edit

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150116/81160b60/attachment-0002.html>


More information about the webkit-unassigned mailing list