Safari CSS Reference

A comprehensive list of all the CSS properties supported in Safari including "a number of properties that are not supported for developer use."

Tagged with

Related links

WebKit Features in Safari 17.2 | WebKit

Lots of new features landing in Safari, and it’s worth paying attention to the new icon requirements now that websites can be added to the dock:

To provide the best user experience on macOS, supply at least one opaque, full-bleed maskable square icon in the web app manifest, either as SVG (any size) or high resolution bitmap (1024×1024).

Tagged with

Compat2021: Eliminating five top compatibility pain points on the web

Good to see Google, Mozilla, and Apple collaborating on fixing cross-browser CSS compatability issues:

  1. flexbox
  2. grid
  3. position: sticky
  4. aspect-ratio
  5. transforms

You can track progress here.

Tagged with

Apple Developer Connection - iPhone for Web Developers - Optimizing Web Applications and Content for iPhone

Straight from the horse's mouth, advice for web developers on how the iPhone's browser renders pages. I'm very intrigued to find out how it handles liquid designs with no set min-width.

Tagged with

Related posts

Supporting logical properties

Using the CSS trinity of feature queries, logical properties, and unset.