WICG / element-timing

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

non-timing-allow images fall back to load time #46

Closed paulirish closed 4 years ago

paulirish commented 4 years ago

The spec says renderTime falls back to the onload time, right? https://wicg.github.io/element-timing/#sec-security

There's two spots in the explainer where it says those cases fallback to 0.\

L35 and L56

cc https://github.com/WICG/largest-contentful-paint/issues/54

paulirish commented 4 years ago

Ahhhhhh the renderTime is 0, but startTime handles this fallback scenario just fine.