From d594c4337e4b7bc2134063bc7a04fbf21ec8dfab Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Fri, 6 Jun 2025 10:30:36 +1000 Subject: [PATCH] DOC-3147: Resize handles are more accessible with and attributes. --- modules/ROOT/pages/8.0-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..c82cb9a793 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -99,10 +99,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following improvement: -// === -// #TINY-vwxyz1 +=== Resize handles are more accessible with `role` and `aria-valuetext` attributes. +// #TINY-11421 -// CCFR here. +In previous versions of {productname}, the editor's resize handle lacked a `role` attribute, raising accessibility concerns. + +In {productname} {release-version}, the resize handle now includes a `role` seperator and an `aria-valuetext` attribute that dynamically reflects the current dimensions of the editor. These improvements enhance accessibility and ensure more accurate announcements by screen readers. [[additions]]