Created
November 23, 2021 12:38
-
-
Save EmmanuelDemey/1af5faeec8cb0cc90fb853b1a70a700c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p id="question">Question</p> | |
<ul aria-labelledby="question" role="radiogroup"> | |
<li role="radio" aria-checked="false" tabindex="-1"> | |
<img aria-hidden="true" src="radio.svg" alt="Non sélectionné : " /> | |
Choix 1 | |
</li> | |
<li role="radio" aria-checked="true" tabindex="0"> | |
<img aria-hidden="true" src="radio-checked.svg" alt="Sélectionné : " /> | |
Choix 2 | |
</li> | |
<li role="radio" aria-checked="false" tabindex="-1"> | |
<img aria-hidden="true" src="radio.svg" alt="Non sélectionné : " /> | |
Choix 3 | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment