• TheFogan@programming.dev
    link
    fedilink
    English
    arrow-up
    115
    ·
    12 hours ago

    So TL:DR, chrome is like internet explorer was before firefox. It does some things outside the standard, and because it’s the modern day “default”. sites sloppily code to work with it, and other browsers are left carrying the bag because if tiktok doesn’t work on firefox, people will view that as a firefox problem. Even if firefox is the one actually following the standards when tiktok and chrome aren’t.

    • Pycorax@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 hours ago

      Same issue with AMD’s drivers sometimes. Not to say that their drivers are perfect but as a graphics engineer, I’ve had stuff my colleagues wrote and tested on Nvidia work fine but break on AMD because AMD was implementing the OpenGL spec exactly but Nvidia decided to be “lenient” and add hacks that make incomplete code work.

      • Venator@lemmy.nz
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        Could also be that nvidia adds fixes in the drivers for specific games, and then other games ended up with the same bugs later, or they add fixes during the development process when they provide “free QA”…

    • kureta@lemmy.ml
      link
      fedilink
      English
      arrow-up
      19
      ·
      9 hours ago

      Shit like this will continue to happen until governments start enforcing interoperable open standards and resume enforcing antitrust laws, which were, in practice, suspended for a long time, for whatever reason.

      • MoogleMaestro@lemmy.zip
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        2
        ·
        8 hours ago

        Shit like this will continue to happen until governments start enforcing interoperable open standards and resume enforcing antitrust laws, which were, in practice, suspended for a long time, for whatever reason.

        Which will never happen if we keep ending up with republicans every 4 years. Sad state of affairs, but technology will remain corporate as long as people are awful putting their money where their mouth is (or time, in the case of social web)

    • A_norny_mousse@piefed.zip
      link
      fedilink
      English
      arrow-up
      31
      ·
      12 hours ago

      Thanks you saved me a click.

      Google has been doing this with all kinds of (web) standards, and the industry has always obeyed. Fuck’em all.

    • einkorn@feddit.org
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      2
      ·
      12 hours ago

      I think similar how the EU adopted the USB-C as mandatory standard for charging, it should force other industries, including software vendors, to follow commonly defined standards.

      In case of browsers that is Chrome using it’s de facto monopoly to force other browser to rush to catch up with their custom crap. Yes, as a side effect that would also break a lot of existing webpages because they rely heavily on browser bending over backwards to accommodate sites serving effectively broken HTML i.e. but in the long term this would improve the internet as a whole.

      • reddig33@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        ·
        12 hours ago

        The industry needs to shift to identifying html, css, and JavaScript versions in browser headers instead of which rendering engine. Saying “I support these versions of these standards” instead of “I’m chromium”.

        It’s been a problem since day one. Maybe have some sort of independent certification for each browser to pass before being able to declare that it supports a particular version.

        • nyan@lemmy.cafe
          link
          fedilink
          English
          arrow-up
          3
          ·
          11 hours ago

          You’d have to indicate “I also support these optional bits” for this to really work, which would lead to truly massive headers.

          I prefer the idea of slapping people who put up pages that cater to Chrome rather than reading and following the standards upside the head with a large dead fish. People who write faulty WYSIWYG web design software get smacked once for every bad site deployed with their help.

          • reddig33@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            10 hours ago

            There shouldn’t be any “optional bits”. Thats part of the problem. Either it’s part of a standard or it’s not. Either you meet the standard for that version number, or you don’t.

    • SkaveRat@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      12 hours ago

      as a webdev: this is (mostly) not really chrome’s fault.

      It’s the fault of devs not testing or not getting enough time to get something run on more than just chrome.

      For too long the web standards were “eh, it’s stable enough. works on one browser, works on all”. But that only holds true for the basic feature set. When you start using features that are not super common, the browser implementations start to diverge slightly. And that needs to be tested for. But often isn’t

    • MonkderVierte@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      2
      ·
      12 hours ago

      Actually, it’s somewhere about 160 standards and around 120 are expected and the rest are 50:50 mostly supported or optional. And each browser has a different set of the 50:50. But yeah, lock-in effect still applies.

      Btw, a few years back last i looked, but QtWebKit supported most standards of all engines.