JooYoung Seo
JooYoung Seo
There's one extra stop before the slider widget when tabbing through because `span` element also has `tabindex="0"`. As a minimal example, I've run the following: ``` r library(shiny) example(sliderInput) ```...
Current issue I've noticed is as follows: * One `sliderInput` widget produces two tabbable focus. * The first tab-focus has no label (silent for screen readers), but this is where...
Ideally, we would like to integrate the two tabbable focus into one tab-focus area where we can adjust values and check the results at the same time via assistive technologies.