GoogleChrome / accessibility-developer-tools

This is a library of accessibility-related testing and utility code.
Apache License 2.0
2.27k stars 359 forks source link

TypeError: null is not an object (evaluating 'axs.utils.getRoles(a).valid') #367

Open TigerC10 opened 6 years ago

TigerC10 commented 6 years ago

This appears to be a problem if the role attribute is present with an empty string value:

<div role="">
  <p role="paragraph">Text here</p>
</div>