Skip to content

Commit 8b9d381

Browse files
authored
Note title feature's non-discouragement (#2932)
Fixes #2461
1 parent 6d5eaf0 commit 8b9d381

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/title-attr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: title (attribute)
22
description: The `title` global HTML attribute sets information about an element, such as a name or description. The value is typically shown as a tooltip that appears on mouse over. Since it's not often available to touch-only, keyboard-only, or assistive technology users, it's not a substitute for other text.
33
spec: https://html.spec.whatwg.org/multipage/dom.html#attr-title
4+
# Don't mark this feature as discouraged. The specification note narrowly
5+
# discourages certain kinds of uses for title, but not the attribute in general.
6+
# See: https://github.com/web-platform-dx/web-features/issues/2461 and
7+
# https://github.com/whatwg/html/issues/10875
48
status:
59
compute_from: html.global_attributes.title
610
compat_features:

0 commit comments

Comments
 (0)