Skip to content
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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ In {productname} {release-version}, a check was added to prevent compression whe

// CCFR here.

=== Toolbars incorrectly had the role "group" instead of "toolbar". Toolbar groups incorrectly had the role "toolbar" instead of "group".
// #TINY-13339

Previously, toolbars were incorrectly given the role `group` instead of `toolbar`, and toolbar groups were incorrectly given the role `toolbar` instead of `group`. This resulted in misleading semantics for screen readers, as users heard multiple "toolbars" without clear grouping structure and no accessible names.

In {productname} {release-version}, the ARIA roles have been corrected so that toolbars use `role="toolbar"` and toolbar groups use `role="group"`. This improves accessibility and screen reader behavior.

=== Dropdown menus with `matchWidth: true` would be located to the left of their parent if the content was sufficiently long
// #TINY-4531

Expand Down
Loading