mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 20:04:35 +00:00
* Improve tabs macro accessibility * Fix wrong aria-selected attribute * Patch button widget to allow changing the default aria-checked attribute * Patch button widget to have aria-checked attribute set to false * Update tests * Further fix tests * Update docs * Update change notes
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
title: $:/changenotes/5.4.0/#9348
|
|
description: Improve tabs macro accessibility
|
|
release: 5.4.0
|
|
tags: $:/tags/ChangeNote
|
|
change-type: enhancement
|
|
change-category: usability
|
|
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9348
|
|
github-contributors: Leilei332
|
|
|
|
Adds `tablist`, `tabpanel` and `tab` roles to the tabs macro to improve its accessibility. It also adds a `selectedAria` attribute to the button widget. |