Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase LCP on top of w3c/paint-timing#100 #121

Merged
merged 6 commits into from
Jan 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add temporary references to Paint-Timing
clelland committed Jan 15, 2024
commit af95cbba64c591cf80f00e5a8d44569124e3459d
9 changes: 9 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
@@ -51,6 +51,15 @@ urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; spec: html;
text: height; url: #dom-img-height;
urlPrefix: https://drafts.csswg.org/cssom-view/; spec: CSSOM-VIEW;
type: dfn; text: visual viewport; url: visual-viewport;
urlPrefix: https://w3c.github.io/paint-timing/; spec: PAINT-TIMING;
type: dfn; url:#the-paint-timing-steps; text: the paint timing steps
type: dfn; url:#set-of-owned-text-nodes; text: set of owned text nodes
type: dfn; url:#exposed-for-paint-timing; text: exposed for paint timing
type: dfn; url:#pending-image-record; text: pending image record
type: dfn; for:pending image record; url:#pending-image-record-element; text: element
type: dfn; for:pending image record; url:#pending-image-record-loadtime; text: loadTime
type: dfn; for:pending image record; url:#pending-image-record-request; text: request
type: dfn; url:#timing-eligible; text: timing-eligible
</pre>

Introduction {#sec-intro}