Hacker News new | ask | show | jobs
by notoverthere 2552 days ago
Oh my! I didn't believe that code example you just gave, so I had to go look it up for myself. I'm astounded.

https://semantic-ui.com/elements/list.html#list

1 comments

to be somewhat/slightly fair, the very next example talks about using a `ul` for the list.
But according to the docs that's "for convenience". Its semantic value isn't discussed.

So presumably the 'proper' way to do it, if you're not looking for convenience, is to use `div`s. /s