Added the aria-label attribute - version 5.49
We are about to upgrade workflow from version 5.48.1 to 5.50, and I'm interested in enhancement made in version 5.49:
150364: Added the aria-label attribute to all buttons in forms to improve user experience when using a screen reader.
I have each version of workflow loaded on different webservers and examining the same workflow file, but I cannot seem to find the difference as to where the extra aria-label attribute is applied. Is it in the buttonbar, filepicker, or one of the other components?
Short of adding each form component and examining which one changed, is there a list?
-
Hi Mike,
It's referring to every button that appears in a Workflow form. This isn't something that's saved in the workflow itself, it is something added to the component in the browser. If you inspect the HTML of the page, you should see an `aria-label` attribute on every `button` element.
In several cases, the attribute was already present. This particular change added it to buttons in the following form elements:
- Auto Complete
- Item Picker
- Number Range Slider
- Number Slider
- Scanner
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire