←back to thread

Is Chrome the New IE? (2023)

(www.magiclasso.co)
281 points bentocorp | 1 comments | | HN request time: 0.001s | source
Show context
curtis3389 ◴[] No.42169252[source]
Mobile Safari is the new IE. Random idiosyncrasies that are poorly documented dictated by the whims of a single corporation. Apple has broken stuff multiple times in the past few years.
replies(2): >>42169289 #>>42180657 #
wannacboatmovie ◴[] No.42169289[source]
Then it would be quite different from IE. Microsoft was so averse to breaking backwards compatibility, that IE stopped innovating and stagnated.
replies(2): >>42170259 #>>42175927 #
curtis3389 ◴[] No.42170259[source]
I was thinking more of every web app needing one or more "if isIE() {} else {}" blocks somewhere in its codebase. Now we have the wondrous pleasure of doing the same for Apple.
replies(1): >>42175976 #
1. perardi ◴[] No.42175976{3}[source]
There are so many little bits of…weird in Safari.

https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Exte...

Just this morning, I had to go down the WebKit pseudo-element rabbit hole to fix a layout bug in a very standard date-of-birth field.