Use and tags around the list of buttons (instead of a div)
-
Hi,
Thanks for this great plugin !For accessibility reasons (a11y) I wish we could use
- and
- tags around the list of buttons, instead of simple divs.
Would it be possible?E.g.:
Instead of:
<div class="scriptlesssocialsharing__buttons"> <a class="button" ...><span class="sss-name">Facebook</span></a> <a class="button" ...><span class="sss-name">Twitter</span></a> <a class="button" ...><span class="sss-name">Linkedin</span></a> </div>
Get:
<ul class="scriptlesssocialsharing__buttons"> <li><a class="button" ...><span class="sss-name">Facebook</span></a></li> <li><a class="button" ...><span class="sss-name">Twitter</span></a></li> <li><a class="button" ...><span class="sss-name">Linkedin</span></a></li> </ul>
Thanks !
- tags around the list of buttons, instead of simple divs.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Use and tags around the list of buttons (instead of a div)’ is closed to new replies.