Bug Description
The active wizard step renders aria-current="true" instead of aria-current="step". Per the WAI-ARIA specification, aria-current="step" is the correct value for a step indicator in a multi-step wizard flow. Using "true" is a generic fallback value and causes JAWS screen reader to announce "current" instead of the more descriptive "current step", which is required for WCAG 4.1.2 compliance.
Affected Component
ui5-wizard / ui5-wizard-tab (@ui5/webcomponents-fiori)
Expected Behaviour
The active step's .ui5-wiz-step-root element should have aria-current="step". JAWS should announce the active step as "current step".
Isolated Example
https://ui5.github.io/webcomponents-react/v2/?path=/story/layouts-floorplans-wizard--default
Steps to Reproduce
Steps to Reproduce:
- Open the Wizard Storybook demo: https://ui5.github.io/webcomponents-react/v2/?path=/story/layouts-floorplans-wizard--default
- Inspect the active step in DevTools: ui5-wizard-tab → #shadow-root → .ui5-wiz-step-root
- Observe aria-current="true" on the selected step instead of aria-current="step"
Log Output, Stack Trace or Screenshots
Priority
Medium
UI5 Web Components Version
2.26.0
Browser
Chrome
Operating System
Windows
Additional Context
No response
Organization
No response
Declaration
Bug Description
The active wizard step renders aria-current="true" instead of aria-current="step". Per the WAI-ARIA specification, aria-current="step" is the correct value for a step indicator in a multi-step wizard flow. Using "true" is a generic fallback value and causes JAWS screen reader to announce "current" instead of the more descriptive "current step", which is required for WCAG 4.1.2 compliance.
Affected Component
ui5-wizard / ui5-wizard-tab (@ui5/webcomponents-fiori)
Expected Behaviour
The active step's .ui5-wiz-step-root element should have aria-current="step". JAWS should announce the active step as "current step".
Isolated Example
https://ui5.github.io/webcomponents-react/v2/?path=/story/layouts-floorplans-wizard--default
Steps to Reproduce
Steps to Reproduce:
Log Output, Stack Trace or Screenshots
Priority
Medium
UI5 Web Components Version
2.26.0
Browser
Chrome
Operating System
Windows
Additional Context
No response
Organization
No response
Declaration