New issue
Advanced search Search tips

Issue 867964 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Define text blocks for FCP

Project Member Reported by npm@chromium.org, Jul 26

Issue description

When considering improved versions of FCP, we'd like to identify the largest block of text and calculate a timestamp on when that block of text has painted. However, the definition of a 'block of text' is intuitively simple but hard to define in a way that can be easily automated.

In particular, we'd like to consider text that is adjacent to become a single block of text, even if the text is in different HTML elements.
 
Status: WontFix (was: Assigned)
Instead of this, which could become constly and dependent on complex heuristics, I proposed weighted-average with weight by size. skobes@ suggested using weight by number of chars as well. Marking this WontFix.

Sign in to add a comment