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: Stavová správa musí mať atribút role="status" #110

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

Accessibility: Stavová správa musí mať atribút role="status" #110

rraddatch opened this issue Nov 18, 2024 · 0 comments

Comments

@rraddatch
Copy link

Stavová správa musí mať atribút role="status". Tento atribút umožňuje čítačkám obrazovky okamžite oznámiť nevidiacemu používateľovi obsah stavovej správy bez potreby ďalšej interakcie. Tento typ oznámenia je nenásilný, nevyžaduje zameranie (focus) a poskytuje používateľom so zrakovým postihnutím informácie v reálnom čase.

Riešenie:

<h1>Autogram nastavenia</h1>
<label class="checkbox">
     <input type="checkbox" id="extensionEnabled" class="checkbox__input">
     <span class="checkbox__checkmark"></span>
     <span class="checkbox__label">Zapnúť rozšírenie.</span>
</label>
<div id="status" role="status"></div>
<button id="save">Uložiť</button>

2024-11-18_16h29_52
obrázok

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