Some of the top browser makers around have issued a letter to the European Commission (EC) alleging that Microsoft gives the Edge browser an unfair advantage and should be subject to EU tech rules.

A letter seen by Reuters, sent by Vivaldi, Waterfox, and Wavebox, and supported by a group of web developers, also supports Opera’s move to take the EC to court over its decision to exclude Microsoft Edge from being subject to the Digital Markets Act (DMA).

As Edge comes pre-installed by default on Windows machines, users must navigate the Microsoft offering in order to download their browser of choice. The letter states that, “No platform independent browser can aspire to match Edge’s unparalleled distribution advantage on Windows. Edge is, moreover, the most important gateway for consumers to download an independent browser on Windows PCs.”

  • Katana314@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 hours ago

    I’m a web dev, fully disagree with you. I don’t even think this comment is based in any reality, just MS hatred (which, to be fair, I currently hate them for other reasons, but it’s a big company with many parts)

    I warned my colleagues against doing all development and testing in Chrome, because they would inevitably code towards “Webkit features” unknowingly, and leave both Edge and Firefox in the dust. I set up Edge as my default because, in an effort to catch up in popularity, they were being very strict and communicative with standards. If I wrote a page to work in Edge, it would work in other browsers. Meanwhile, there were horrific features like linear gradients that needed a full 15 lines of CSS specifically because Webkit would implement it, realize their implementation had gaps, reimplement it, and end up with 14 used-in-release syntaxes that you needed to account for, instead of the Edge/Firefox “Build it right” philosophy.

    I sincerely doubt the current YouTube situation is actually because YouTube is a complex site. 90% of the motivation for whatever feature they’re putting in is to push Chrome and fuck over other browsers.