ecureuill / matching-game

A simple matching-game following WCAG compliance
http://ecureuill.github.io/matching-game
0 stars 1 forks source link

Guideline 1.1 – Text Alternatives - Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language. #1

Open ecureuill opened 1 year ago

ecureuill commented 1 year ago

All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed below.

ecureuill commented 1 year ago
<div role="status" 
    aria-atomic="true" 
    aria-live="assertive" 
    class="visually-hidden">
    <span>It's player 1 turn</span>
</div>