#62860 closed enhancement (fixed)
Consider removing title attributes from get_calendar() column headers
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | low |
Severity: | normal | Version: | |
Component: | General | Keywords: | title-attribute 2nd-opinion has-patch |
Focuses: | accessibility | Cc: |
Description (last modified by )
Related: #24766
The days of the week in calendars have abbreviated visible text plus title
attributes for the full day name. These title attributes have some value, but there might be a better way to present the information.
The column headers can show either a short day abbreviation or the initial letter.
Attachments (3)
Change History (10)
#2
@
2 weeks ago
- Milestone changed from Awaiting Review to 6.8
- Owner set to audrasjb
- Status changed from new to accepted
Indeed, and the easier way to replace it would probably be to use an aria-label
instead of title
.
I wouldn't go with an <abbr>
element as it is known it adds more harm than good for assistive technologies users.
This ticket was mentioned in PR #8189 on WordPress/wordpress-develop by @audrasjb.
2 weeks ago
#3
- Keywords has-patch added
@mukesh27 commented on PR #8189:
2 weeks ago
#4
#5
@
2 weeks ago
Test Report
Description: This Report validates the indicated patch works as expected.
PR Tested: https://github.com/WordPress/wordpress-develop/pull/8189
Environment
WordPress: 6.8-alpha-59702
PHP: 8.2.12
Browser: Firefox
OS: Windows
Theme: Twenty Twenty-Five
Plugins: None
Actual Results
- Issue Resolved With Patch.✅
@audrasjb commented on PR #8189:
13 days ago
#7
committed in https://core.trac.wordpress.org/changeset/59711
Calendar block showing
title
tooltip for 'Monday'