Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The intent of this text change is to clarify that a list item that is still a child of a list, but has intervening generic elements should still be exposed as a listitem. e.g., ``` <li>with no list ancestor = generic</li> <ul> <div> <!-- invalid html, but SHOULD be ignored since generic --> <li> since this has 'accessibility parent' of list, it should remain exposed as a list item </li> </div> </ul> ```
- Loading branch information