You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.5-release-notes.adoc
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
172
172
173
173
// CCFR here.
174
174
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
+
175
182
=== The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
176
183
// #TINY-11137
177
184
@@ -186,7 +193,6 @@ A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#l
186
193
187
194
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.
188
195
189
-
190
196
[[security-fixes]]
191
197
== Security fixes
192
198
@@ -215,7 +221,13 @@ This section describes issues that users of {productname} {release-version} may
215
221
216
222
There <is one | are <number> known issue<s> in {productname} {release-version}.
217
223
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.
0 commit comments