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
Two different sliders can be linked together using the asNavFor setting, which generally means twice the confusion for screen reader and keyboard-only users. This setting is often used on e-commerce PDP pages to display an enlarged product image next to a set of thumbnail images.
The text was updated successfully, but these errors were encountered:
Since its not really possible to implicitly determine exactly how or why this functionality is used when a developer chooses to use it, I'm thinking that there is no universal accessibility enhancement that can be safely baked in to the package.
Instead, I've added a new setting in #18 (instructionsText) that allows developers to pass in some instructional text to explain any complex functionality in their use case, and added some notes strongly encouraging people to use this new setting when using asNavFor or any of the API methods/events.
Two different sliders can be linked together using the
asNavFor
setting, which generally means twice the confusion for screen reader and keyboard-only users. This setting is often used on e-commerce PDP pages to display an enlarged product image next to a set of thumbnail images.The text was updated successfully, but these errors were encountered: