[Webkit-unassigned] [Bug 191807] New: WebKit incorrectly capitalizes if there's an abspos between two inlines.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 17 09:35:27 PST 2018


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

            Bug ID: 191807
           Summary: WebKit incorrectly capitalizes if there's an abspos
                    between two inlines.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emilio at crisal.io

Created attachment 355195

  --> https://bugs.webkit.org/attachment.cgi?id=355195&action=review

Testcase.

See the attachment.

The pseudo-element is out of flow, so it shouldn't affect capitalization. So expected rendering is "Homeblog" instead of "HomeBlog".

Furthermore, removing the pseudo-element dynamically doesn't fix the issue, and you need to force text-layout again somehow to see the correct rendering.

-- 
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/20181117/25bc80f9/attachment.html>


More information about the webkit-unassigned mailing list