Skip to content

Note title feature's non-discouragement #2932

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

Merged
merged 1 commit into from
May 5, 2025
Merged
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/title-attr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: title (attribute)
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.
spec: https://html.spec.whatwg.org/multipage/dom.html#attr-title
# Don't mark this feature as discouraged. The specification note narrowly
# discourages certain kinds of uses for title, but not the attribute in general.
# See: https://github.com/web-platform-dx/web-features/issues/2461 and
# https://github.com/whatwg/html/issues/10875
status:
compute_from: html.global_attributes.title
compat_features:
Expand Down