-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Technical review: Document interest invokers #42021
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
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (25 pages)
Flaws (92)Note! 14 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (1)URL:
(comment last updated: 2025-11-20 17:49:34) |
Description
Chrome 142 adds support for interest invokers: see https://chromestatus.com/feature/4530756656562176.
This PR aims to document all features of interest invokers. Specifically, it will add:
interestforattribute, which is available on the<a>,<button>,<area>, and SVG<a>elements.:interest-sourcepseudo-class.:interest-targetpseudo-class.interest-delay,interest-delay-start, andinterest-delay-endproperties.interestForElementproperty, which is available on theHTMLButtonElement,HTMLAnchorElement,HTMLAreaElement, andSVGAElementinterfaces.interestandloseinterestevents, which are fired on theHTMLElementinterface.InterestEventinterface.Motivation
Additional details
Related issues and pull requests