Announce calendar name with event title
Categories
(Calendar :: Calendar Frontend, task)
Tracking
(Not tracked)
People
(Reporter: freaktechnik, Assigned: arschmitz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In the new calendar event read dialog, the calendar name should be part of the primary dialog title that is announced for screenreaders. This title for sighted users only shows the event title. Making the calendar visible for sighted users is a separate issue we're tackling elsewhere.
To do this, we’ll need to add an invisible text with the calendar name to the event title element. Hovering the title should also show a tooltip that includes both the event title and the calendar name.
To hide the text visually we can follow this example from in-app notifications: https://searchfox.org/comm-central/rev/648aa9b428bcd29be14cdb9bf45382609288946f/mail/themes/shared/mail/inAppNotificationContainer.css#330-337
| Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
| Assignee | ||
Updated•29 days ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c9a6c54576c3
Add calendar name to event title. r=aleca,vineet
Updated•27 days ago
|
Description
•