vaylian 17 hours ago

It might be that there is no built-in functionality for some things in pure HTML. But most of the time, standard HTML tags provide all the functionality you need, even for web applications. And this benefits people with disabilities.

TeMPOraL 13 hours ago

Nah, div soups are for when you really insist your app UI must look like you want, instead of being ergonomic or useful to end users.

oneeyedpigeon 17 hours ago

The problem is, a LOT of people are treating documents as if they are apps.

bapak 16 hours ago

You missed the point entirely.

You should still use appropriate tags like a, button, label, input and not div, div, div, div. Even apps have links

  • blabla1224 11 hours ago

    Input controls are always used by the apps (99.9%) and the post and div soup is not about that.

    • xigoi 7 hours ago

      Buttons are often replaced by divs for no apparent reason. Look at Facebook for example.