Our unattended kiosk uses react js but is a fully closed system. What WCAG 2.2 AA applies to us? #4480
Replies: 3 comments 4 replies
-
EN 301 549 (Clause 11 covers how the WCAG requirements can be applied to software with closed functionality (software where the user can't use their own assistive technology). |
Beta Was this translation helpful? Give feedback.
-
If you are running a kiosk -- you are running a closed product. So neither WCAG nor WCAG2ICT apply (since neither deals with closed products) Best is to look at EN 301 549 but you can view the latest at https://labs.etsi.org/rep/HF/en301549/-/issues/219 Pull down the CLEAN version that is there. There is also a tool there that helps you eliminate rules that would not apply to you. It is being revised and t |
Beta Was this translation helpful? Give feedback.
-
@bopete1313 if your kiosk was owned/operated by a U.S. government entity, under Section 508 you would want to primarily be using 402 Closed Functionality. An informal approach is to design the kiosk so that you, as the developer (i.e., someone who knows the product quite well) can operate it while blindfolded. Almost certainly, that means TTS and at least some physical keys. On-screen navigation arrows are hard to make workable for someone who cannot see. WCAG and even WCAG2ICT do not go into the detail that is needed for hardware accessibility. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We run chromium in kiosk mode on our unattended kiosks. The customer facing UI uses react js and the customer navigates through the UI to dispense their product. It's ran by a touch screen without any mouse.
What WCAG 2.2 AA rules apply to us? Some of these seem to really not apply but it's hard to say for sure.
Beta Was this translation helpful? Give feedback.
All reactions