Skip to content

Commit 1c726c5

Browse files
committed
Shorten the description to <300 chars
1 parent 937db4b commit 1c726c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/interest-invokers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: 'Interest invokers'
2-
description: The `interestfor` global HTML attribute adds "interest" behaviors to the element, such that when the user "shows interest" in the element, actions are triggered on the target element, such as showing a popover. The user agent handles detecting when the user "shows interest" in the element, via methods such as hovering the element with a mouse, hitting special hotkeys on the keyboard, or long-pressing the element on touchscreens. When interest is shown or lost, an `InterestEvent` is fired on the target, which have default actions in the case of popovers - showing and hiding the popover.
2+
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.
33
spec: https://github.com/whatwg/html/pull/11006
44
group: html

0 commit comments

Comments
 (0)