gravity-ui / uikit

https://gravity-ui.com
MIT License
555 stars 87 forks source link

TreeList generate invalid HTML #1696

Open ogonkov opened 2 months ago

ogonkov commented 2 months ago

TreeList component put div, inside ul

Div should be li according to spec https://html.spec.whatwg.org/multipage/grouping-content.html#the-ul-element

Also, roles are different from ARIA APG https://www.w3.org/WAI/ARIA/apg/patterns/treeview/

korvin89 commented 2 months ago

cc @IsaevAlexandr