Add soft-navigations and interaction-contentful-paint - #4237
Open
tunetheweb wants to merge 9 commits into
Open
Conversation
captainbrosset
requested changes
Aug 12, 2026
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
Co-authored-by: Barry Pollard <barrypollard@google.com>
captainbrosset
approved these changes
Aug 13, 2026
captainbrosset
left a comment
Contributor
There was a problem hiding this comment.
Approved with 2 suggestions to fully define SPA and stay under the 300 chars limit.
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
Contributor
Author
|
Thanks @captainbrosset ! I think I still need the web spec change mentioned in the first comment though. Will comment here once that’s merged and released. |
Contributor
Correct, that's why the test CI job is failing with:
and
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
soft-navigationsandinteraction-contentful-paintfeatures as part of the Soft Navigations and Interaction Contentful Paint spec supported by default in Chrome 151.There is an argument that these are one feature, instead of two, since they are in the same spec, were released at the same time, and the main use case for
interaction-contentful-paintat present is for measuring LCP for soft navigations, however I have decided to split this into two features for a number of reasons:interaction-contentful-paintis likely to be split into it's own spec in the future.interaction-contentful-paintis emitted even when no soft navigation occurs and has use cases beyond soft navs.Let me know if you disagree.
Depends on w3c/browser-specs#2593 landing first.
Note the BCD data depends on this PR: mdn/browser-compat-data#30195 so is commented out for now.