Hacker News new | ask | show | jobs
by 1337shadow 1854 days ago
As a webdev I can confirm that I have exactly the same experience supporting Safari that I had supporting IE 15 years ago.
3 comments

As a non-user of Chrome, I have the same experience browsing on Chrome only/optimized websites that I had when browsing IE only/optimized websites 15 years ago.
As a web developer, I, too, have had moments fixing a Safari bug that reminded me of dealing with IE in the past. But only passing moments, and I don’t blame Safari.

Supporting multiple browsers is a uniquely annoying aspect of web development, and almost every developer uses Chrome for development (I’m a Safari user and it’s kind of a running gag at work). This means that for most developers, Safari is the main browser they have to support that isn’t the one they use for development, which is a recipe for resentment.

Also, I bristle at this comparison a bit because Safari is wayyyyy better than IE ever was about adopting (and helping to draft) standards. They’re slower than the Chrome team and adopting new standards, but that’s because Alphabet and Apple’s business models are different, not because it’s an inherently good idea to adopt every new standard immediately (especially when many are focused on turning the web into a crappy replacement for native app platforms).

I disagree, they have been lagging on webcomponents supported both by FF and Chrome for years
Can you share details?
Everyone loves CSS grid layout now, right?

On Safari (both iOS and OS X) Safari does not support grid-gap, i.e. "gap" CSS property.

https://developer.mozilla.org/en-US/docs/Web/CSS/gap#support...

I use the fullscreen API to give prototype demos of a product to clients, and iOS [iPhone] Safari doesn't support the fullscreen API.

https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_...

Looks like gap support landed last month in Safari 14.1 https://css-tricks.com/safari-14-1-adds-support-for-flexbox-...
> Everyone loves CSS grid layout now, right?

As someone who does not primarily do web development... no. No I do not :). I am trying to get it to do what I want in Chrome and I find I hate it only slightly less than older CSS.

Anecdotally, friends have told me I shouldn't use grid, I should use flexbox instead.

Clearly I'm not meant to be a web developer. Some people like it, I gather.

I believe you can use the PWA mode for fullscreen (Share > Add to homescreen)
Safari has supported grid-gap since March 2017, the exact same time Chrome and Firefox has. Your statement is completely false.
Gap support in Safari is only there since April 2021 (last month) and because the usage is still close to zero you can't use it. https://caniuse.com/?search=gap
Gap is not grid-gap, and what was added was specifically for gap in flex containers.
It’s supported grid gap (mostly) for ages. It was flex gap it didn’t support until very recently.