[Webkit-unassigned] [Bug 220650] New: ::first-letter does not work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 15 00:32:35 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220650
Bug ID: 220650
Summary: ::first-letter does not work
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jeroen.zwartepoorte at gmail.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
So I have 2 page-header web components. One can be seen here: https://codepen.io/jpzwarte/pen/VwKxJGR
The other can be seen here: http://dna.iddinkgroup.com/core/iframe.html?id=navigation-page-header--api&viewMode=story (icl/icl)
In both cases, the web component should capitalise the first letter of the title.
In the latter one, `::first-letter { text-transform: uppercase; }` does NOT work. I have almost exactly the same implementation in the codepen and that DOES work. (this example works fine in Chrome)
You should see "Header lorem ipsum" in Safari. But instead you see "header lorem ipsum".
If someone can help me understand why the last example doesn't work, I can turn this into a proper bug report.
--
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/20210115/6635695a/attachment.htm>
More information about the webkit-unassigned
mailing list