SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
269 stars 129 forks source link

[P2][Sourcing] JAWS 2024 screen reader not reading the type for fdp-number-step-input as spinbox. #12703

Open OneEyedOwl123 opened 2 weeks ago

OneEyedOwl123 commented 2 weeks ago

Is this a bug, enhancement, or feature request?

BUG

Describe your proposal.

JAWS 2024 screen reader not reading the type for fdp-number-step-input as spinbox/step inputs. It reads it as an input field and there is no information conveying the user that it is a spinbox type input.

Can you handle that on the application side

No

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

Angular 15, version: 0.43.47

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Navigate to a fdp-number-step-input with JAWS 2024 screen reader active. Check the description for the component being read as input field. There is no information conveying that it is a spinbox input or even a step-input type field.

Screenshot 2024-11-08 at 9 18 09 AM

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

https://stackblitz.com/edit/angular-g79ht6?file=src%2Fapp%2Fplatform-number-step-input-example.component.html

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

It should convey the user using JAWS 2024 screen reader the information that the input is of type spinbox.

Did you check the documentation and the API?

Did you search for similar issues?

Is there anything else we should know?

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.