diff --git a/features/interest-invokers.yml b/features/interest-invokers.yml new file mode 100644 index 00000000000..ebca624782d --- /dev/null +++ b/features/interest-invokers.yml @@ -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 diff --git a/features/interest-invokers.yml.dist b/features/interest-invokers.yml.dist new file mode 100644 index 00000000000..83053490fbd --- /dev/null +++ b/features/interest-invokers.yml.dist @@ -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: {} diff --git a/scripts/specs.ts b/scripts/specs.ts index a7006a8c920..b8ac1e8531e 100644 --- a/scripts/specs.ts +++ b/scripts/specs.ts @@ -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." ] ];