Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions features/interest-invokers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: 'Interest invokers'
description: The `interestfor` global HTML attribute triggers actions on a target element when the user shows interest (e.g., hover, focus, long-press). The user agent detects this interest, firing an InterestEvent on the target. This event has default actions, like showing or hiding popovers.
spec: https://github.com/whatwg/html/pull/11006
group: html
6 changes: 6 additions & 0 deletions features/interest-invokers.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated from: interest-invokers.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
4 changes: 4 additions & 0 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ const defaultAllowlist: allowlistItem[] = [
[
"https://www.w3.org/TR/2022/WD-selectors-4-20220507/#the-target-within-pseudo",
"Allowed because this is where the feature last appeared in the spec before removal."
],
[
"https://github.com/whatwg/html/pull/11006",
"Allowed because this spec PR hasn't landed yet. Once the PR merges, change the spec url and remove this exception."
]
];

Expand Down
Loading