WICG / element-timing

A proposal for an Element Timing specification.
https://wicg.github.io/element-timing/
Other
58 stars 15 forks source link

Clarify Element Timing's handling of pseudo-elements #74

Open brendankenny opened 1 year ago

brendankenny commented 1 year ago

The spec doesn't appear to say how Element Timing for pseudo-elements should be handled. A surprising number of sites put large content in pseudo-elements, so explicit support would be helpful for performance measurements and downstream specs like LCP.

Current browser behavior:

Chrome appears to be the only browser where support (or lack) is observable, but please correct me if I'm missing an entryType somewhere.

clelland commented 10 months ago

It would be good to align this with Paint Timing, which specifically includes pseudo elements (regardless of the way that their content is declared)