Checks all elements that contain a WAI-ARIA role to ensure that all required children roles are present (More Info) ``` wcag2a wcag411 ``` Target: #container > div > div > input HTML: <input role="combobox" aria-autocomplete="both" aria-label="" value="Ma" data-reactid=".0.2.0"> Summary: Fix any of the following: ``` Required ARIA children role not present: listbox textbox ```
Checks all elements that contain a WAI-ARIA role to ensure that all required children roles are present
(More Info)
Target: #container > div > div > input
HTML:
Summary:
Fix any of the following: