WICG / element-timing

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

Refactor Element Timing on top of Paint Timing #78

Closed clelland closed 6 months ago

clelland commented 8 months ago

This updates Element Timing to use the common timing algorithms exposed in Paint Timing, so that it is more closely aligned with that spec. At the same time, Element Timing no longer drives Largest Contentful Paint, as that API now relies on Paint TIming directly instead (with the PR in https://github.com/w3c/largest-contentful-paint/pull/121)


Preview | Diff

clelland commented 8 months ago

Note that this may fail to compile under bikeshed until https://github.com/w3c/paint-timing/pull/100 lands, due to the new references.

clelland commented 6 months ago

@noamr can you take a look?