luciole (he/him)

Doesn’t know the lyrics. Just goes meow meow meow.

  • 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle


  • I agree with you that failing to support multiple browsers is an old problem, but I think the cause has shifted.

    Back in the last century, supporting both browsers amounted to sniffing the browser and implementing the same feature twice. document.layers vs document.all for example.

    Nowadays I think the problem is different: we just don’t know what’s going on. The site is transpiled from TypeScript, written on top of React or Vue which drastically switches paradigm (bonus for Tailwind), packed with building tools, and the average dev has little understanding of what actually comes out. It’s a tall stack of leaky abstractions on top of the already tall one of the web. The dev is pretty sure it works on Chrome so they say it does work there, but it was not even a deliberate choice.