Some accessibility improvements have been made to our Calculator app
-
Image Choice field got
aria-checked
attribute -
We’ve added
aria-haspopup
,aria-expanded
, andaria-controls
attributes for Dropdown, and changed the role fromlistbox
tocombobox
-
Slider field got
aria-label
attribute and its role changed frombutton
toslider
-
We’ve added
aria-label
attribute to the modal Form -
Focus state handling for Image Choice, Dropdown, Button, and File blocks was improved