Everything worked perfectly as it always does.

  • @FMT99@lemmy.world
    link
    fedilink
    855 months ago

    It’s not super difficult to just make a standards compliant website. I always wonder how in this day and age people manage to create professional websites with browser specific bugs.

    • @kboy101222@sh.itjust.works
      link
      fedilink
      English
      645 months ago

      There’s likely zero bugs, but Firefox has more ways to block ads and trackers from affecting you, which is likely to real reason they don’t want it being used.

    • @Tanoh@lemmy.world
      link
      fedilink
      65 months ago

      There are quite a lot of quirks with how browser (or rather rendering engines) interpret CSS, and in quite a few places the spec is ambiguous. So there is no “correct” way of implementing it.

      But, this is either just them being lazy or bad mangement.

      • @dan@upvote.au
        link
        fedilink
        2
        edit-2
        5 months ago

        Do you have an example of a quirk where Chrome and Firefox treat something in the spec differently? I haven’t seen that in a while.

    • @whats_all_this_then@lemmy.world
      cake
      link
      fedilink
      1
      edit-2
      5 months ago

      I’ve had to debug a PDF viewer on a site once. Getting that to work across multiple versions of multiple browsers was a nightmare and I never managed to figure it out. Latest versions are mostly fine (except for mobile safari), but even 1yo versions of browsers are just broken.

      Maybe I’m missing something, but it got bad enough that one of the “potential solutions” I was considering involved figuring out how to compile a C based pdf renderer thingy into WASM and embedding it in the app.

      This was about 7 months ago.

      I agree though, add to cart should NOT behave differently across browsers in 2024.