This appears to be a problem if the `role` attribute is present with an empty string value: ```html <div role=""> <p role="paragraph">Text here</p> </div> ```
This appears to be a problem if the
roleattribute is present with an empty string value: