9
wojtek322
11h

I hate the current "trend" where developers are adding onClickHandlers on buttons that pretty much only functions as links. The context menu & middle mouse clicking on the "link" does not longer work like expected. So annoying

Comments
  • 5
    It’s a fucking accessibility crime!
  • 1
    using href attribute ughhh...

    what are you, stuck in 2015 ??
  • 1
    Yeah, I hate it

    But I figure these devs are not exactly following any best-practices

    Cause fortunately most directives (like EU accessibility directives, Google recommendations) etc are strongly advocating for accessible html and most frameworks also have that in mind even if they are SPA-oriented
  • 0
    The tragedy is you can have the best of both worlds, but nobody ever does it (myself included) because it practically only bothers us anyways.
  • 0
    All that JS crap
Add Comment