-
Notifications
You must be signed in to change notification settings - Fork 23k
Editorial 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
Conversation
mfreed7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM! This looks great to me, thanks for putting it together. I left some comments, but all of them are fairly small.
files/en-us/web/api/popover_api/using_interest_invokers/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/reference/properties/interest-delay-start/index.md
Outdated
Show resolved
Hide resolved
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
files/en-us/web/css/reference/properties/interest-delay/index.md
Outdated
Show resolved
Hide resolved
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
files/en-us/web/css/reference/properties/interest-delay-end/index.md
Outdated
Show resolved
Hide resolved
…index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
files/en-us/web/css/reference/properties/interest-delay-start/index.md
Outdated
Show resolved
Hide resolved
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…dex.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
…index.md Co-authored-by: Dipika Bhattacharya <[email protected]>
dipikabh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything's looking good. Thanks for your work on this! 🙌
@dipikabh Thank you for the herculean review effort! You've helped to improve this a great deal. |
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