PrestaShopCorp / puik

PrestaShop UI Kit with Tailwind aka Puik
MIT License
13 stars 1 forks source link

[Feature] [Accessibility] - No possibility to read / select content on components #346

Closed sLorenzini closed 1 week ago

sLorenzini commented 3 months ago

What problem does this feature solve?

To improve accessibility on components, some tests are made on several components. Content of :

components coudn't be read by a voiceover tool or selected by using keyboard.

Blind or sand-blind people should have the possibility to ear this content to understand the page. Invalid people should have the possibility to select this content by using only the keyboard.

Examples :

Accordion / AccordionGroup: accordion-accordiongroup-content-selected accordion-accordiongroup-content-selected-voiceover

Alert: alert-voiceover

Card: card-voiceover

Modal: modal-voiceover

Pagination: pagination-voiceover

Radio: radio-voiceover

Tooltip: Capture d’écran 2024-07-18 à 10 53 48

What is your idea for solve this issue

Find a way to allow tools or keyboard selection to read the content added. To make this test, you can use voiceover software native in mac OS or https://www.nvda-fr.org/ for windows.