MWPW-198955-fixed correct slider accessibility semantics in Photoshop Online#94
Open
hkhatana26 wants to merge 3 commits into
Open
MWPW-198955-fixed correct slider accessibility semantics in Photoshop Online#94hkhatana26 wants to merge 3 commits into
hkhatana26 wants to merge 3 commits into
Conversation
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the interactive slider so the native input[type="range"] is the only accessible control, and replaces the decorative thumb from an anchor () to a non-interactive element.
Changes Made
Removes incorrect link semantics from outerCircle, hides the decorative thumb from assistive technologies, and connects the existing visible label to the slider input.
Impact
Ensures the control exposes the correct name, role, and value to assistive technologies while preserving existing slider behavior and visuals
Resolves: MWPW-198955
Test URLs:
Dev Validation-


Before-
After-