Skip to main content
HTML Validation

Bad value “button” for attribute “role” on element “li”.

About This HTML Issue

A <li> element, used to define a list item, does not accept the button role.

This HTML code is invalid because the <li> elements can’t have role="button":

<ul>
  <li role="button">One</li>
  <li role="button">Two</li>
</ul>

Find issues like this automatically

Rocket Validator scans thousands of pages in seconds, detecting HTML issues across your entire site.

Last reviewed: October 27, 2022

Was this guide helpful?

Ready to validate your sites?
Start your free trial today.