• WhyJiffie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      browsers are not protocols but applications. how do you make an open standard for an application? was that done before?

      • turnip@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        23 hours ago

        Well Edge is a fork of Chromium. The problem is its centrally controlled by Google and large tech giants, hence them banning adblock and such.

    • Opisek@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      24 hours ago

      TCP over IP as a protocol is an “open standard”. Network implementations are nearly always strictly proprietary.

      The “protocols” behind browsers are public. HTML, CSS, and ECMAScript are all well defined on sites like the Mozilla documentation. You are free to implement your own browser that follows these standards.