w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
178 stars 48 forks source link

likely a typo: "parent list item" should be "parent list element" #512

Closed Zhang-Junzhi closed 2 months ago

Zhang-Junzhi commented 2 months ago

The spec says about ARIA role, state and property allowances for <li>:

No role other than listitem, which is NOT RECOMMENDED, if the parent list element has an implicit or explicit list role.

Otherwise, any role if the parent list item does not expose an implicit or explicit list role.

The text in bold might be a typo. I think it means parent list element.

scottaohara commented 2 months ago

thanks for catching this