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
Vertical Temperature Slider Example: Eliminate redundant AX tree rendering of value (pull #3258)
Fix issue #3257
Eliminate redundant announcement of the slider value by screen readers.
This commit moves the text node that visually displays the value above the slider.
It was previously outside the element with role slider.
It is now a child of the slider, making the text presentational.
0 commit comments