Hacker News new | ask | show | jobs
by freedomben 925 days ago
This is probably much more your bank's fault than it is FF. I think Mozilla has badly neglected FF to the point they probably deserve to die so a new org can take their place, but the blame for that most likely falls at the feet of the bank for not testing on FF.
1 comments

These websites also keep adding bloat on top of bloat, hell, a goddamn button is 56 layers of nested divs these days instead of just styling the shit out of <button>.

Or they do some batshit insane "polyfill" nonsense that turns the <button> into 56 layers of nested divs behind the hood.

HTML hasn't caught up either, there's no <toggle_switch> that invokes the native toggle switch that every OS already has, devs are forced to mimic the toggle with 85 layers of nested divs.