[Webkit-unassigned] [Bug 174897] New: ::first-line doesn't work with atomic inlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 27 08:56:08 PDT 2017


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

            Bug ID: 174897
           Summary: ::first-line doesn't work with atomic inlines
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bzbarsky at mit.edu
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Testcase:

  <style>
    div { color: red }
    div::first-line { color: green; }
  </style>
  <div>
    Is this
    <span style="display: inline-block">text all</span>
    green?
  </div>

Note that the text is not all green.  It should be.  Corresponding Blink bug at https://bugs.chromium.org/p/chromium/issues/detail?id=707533

-- 
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/20170727/19557fa7/attachment.html>


More information about the webkit-unassigned mailing list