w3c / largest-contentful-paint

Specification for the LargestContentfulPaint API
https://w3c.github.io/largest-contentful-paint/
Other
88 stars 16 forks source link

Fix ambiguous references #117

Closed clelland closed 1 year ago

clelland commented 1 year ago

This fixes a couple of references which appear to have stopped the build from working. It's unclear whether Document/scroll is entirely correct here; Event.type is properly a DOMString, but this links to the correct definition of that event (on Document, Visual Viewport and on Element)


Preview | Diff

yoavweiss commented 1 year ago

LGTM

It's unclear whether Document/scroll is entirely correct here; Event.type is properly a DOMString, but this links to the correct definition of that event (on Document, Visual Viewport and on Element)

That seems correct to me. (at the very least, it's an improvement)