Bug 94590 - Text Autosizing: ::first-letter pseudo-element is incorrectly sized
Summary: Text Autosizing: ::first-letter pseudo-element is incorrectly sized
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://brmullikin.com/classical_texts...
Keywords:
Depends on:
Blocks: FontBoosting
  Show dependency treegraph
 
Reported: 2012-08-21 05:24 PDT by John Mellor
Modified: 2016-09-19 15:11 PDT (History)
4 users (show)

See Also:


Attachments
Screenshot (358.31 KB, image/png)
2012-08-21 05:24 PDT, John Mellor
no flags Details
Patch (6.07 KB, patch)
2012-08-21 13:26 PDT, Dirk Pranke
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Mellor 2012-08-21 05:24:45 PDT
Created attachment 159663 [details]
Screenshot

For example on http://brmullikin.com/classical_texts/greek/aeschines/against_ctesiphon (screenshot attached), the A of the first "Aeschines" and the J of "Jump to paragraph" should be the same size as the subsequent word, since they have ::first-letter { font-size: 1em; }, but they get treated separately and fail to get autosized.
Comment 1 Dirk Pranke 2012-08-21 13:26:53 PDT
Created attachment 159756 [details]
Patch
Comment 2 Dirk Pranke 2012-08-21 13:28:39 PDT
Comment on attachment 159756 [details]
Patch

ignore wrong bug.
Comment 3 Raphael Kubo da Costa (:rakuco) 2013-05-16 07:19:10 PDT
Do you know if the site has been changed? While I can't reproduce the problem here, the page itself doesn't look identical to the screenshot anymore.
Comment 4 Daniel Bates 2016-09-19 15:11:47 PDT
Marking this bug Resolved WontFix because the TEXT_AUTOSIZING feature was removed in <https://trac.webkit.org/changeset/206119> (bug #162167). See bug 84186, comment 32 for more details.