Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: QR kód musí mať menovku a sémantiku obrázka #105

Open
rraddatch opened this issue Nov 16, 2024 · 0 comments
Open

Accessibility: QR kód musí mať menovku a sémantiku obrázka #105

rraddatch opened this issue Nov 16, 2024 · 0 comments

Comments

@rraddatch
Copy link

rraddatch commented Nov 16, 2024

QR kód musí mať menovku a sémantiku obrázka. Nevidiaci používateľ musí vedieť, že QR kód je prítomný na obrazovke.

Riešenie:

<figure style="width: 200px; height: 200px;" role="img" aria-label="QR kód">
     <svg role="img" aria-hidden="true">...</svg>
</figure>

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant