Boonstra / Slideshow

17 stars 18 forks source link

Invalid markup #4

Closed Boonstra closed 10 years ago

Boonstra commented 10 years ago

The W3C validator returns the following error message: "Bad value button for attribute role on element li.", for the following HTML:

<li role="button" class="slideshow_togglePlay" data-play-text="Play" data-pause-text="Pause"></li>

Probably the easiest fix would be to add the "role=button" attribute through JavaScript, as rewriting the HTML would bring lots of CSS complications.