Skip to content

Commit c536aa8

Browse files
kemister85ArvinJ-H
andauthored
DOC-2498: Improved color picker aria support. (#3490)
* DOC-2498: Improved color picker aria support. * DOC-2498: Add known issue for safari poor announcing aria-labels. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Arvin(Jintao) Han <[email protected]> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Arvin(Jintao) Han <[email protected]> --------- Co-authored-by: Arvin(Jintao) Han <[email protected]>
1 parent bb3539e commit c536aa8

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
172172

173173
// CCFR here.
174174

175+
=== Improved color picker aria support.
176+
// #TINY-11291
177+
178+
In previous versions of {productname}, an issue was identified where screen readers would inconsistently announce the original R/G/B component string in the color picker, leading to a lack of context for visually impaired users. The root cause was an incorrect placement of the `aria-label` attribute, which was initially applied to the label element instead of the input field.
179+
180+
{productname} {release-version} addresses this issue. Now, the `aria-label` attribute has been moved to the input field to ensure it is correctly associated. Additionally, the descriptive text was updated from "Red/Green/Blue component" to "Red/Green/Blue channel" to provide clearer information for assistive technologies. These changes ensure that screen readers consistently and accurately announce the relevant RGB channels, significantly improving accessibility.
181+
175182
=== The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
176183
// #TINY-11137
177184

@@ -186,7 +193,6 @@ A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#l
186193

187194
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
188195

189-
190196
[[security-fixes]]
191197
== Security fixes
192198

@@ -215,7 +221,13 @@ This section describes issues that users of {productname} {release-version} may
215221

216222
There <is one | are <number> known issue<s> in {productname} {release-version}.
217223

218-
=== <TINY-vwxyz 1 changelog entry>
219-
// #TINY-vwxyz1
224+
== Known Issues
225+
226+
=== Screenreader on safari has poor consistency of announcing aria-label
227+
// #TINY-11291 & #TINY-11430
228+
229+
In Safari, when using a screen reader on the color picker, the focus is mistakenly placed on the content within the input field rather than the field itself. This causes the screen reader to bypass announcing the aria-label associated with the field.
230+
231+
As a consequence, users who rely on screen readers may not hear the intended description provided by the aria-label, potentially causing confusion or reducing accessibility.
220232

221-
// CCFR here.
233+
**Status**: Currently under investigation.

0 commit comments

Comments
 (0)