system.css | A design system for building retro Apple-inspired interfaces
A stylesheet for when you’re nostalgic for the old Mac OS.
If you don’t fancy watching this video, Eric Runyon has written down the salient points about what it means for developers now that websites can be viewed on the Apple Watch. Basically, as long as you’re writing good, meaningful markup and you’ve got a sensible font stack, you’re all set.
Or, as Tim puts it:
When we build our sites in a way that allows people using less-capable devices, slower networks and other less than ideal circumstances, we end up better prepared for whatever crazy device or technology comes along next.
A stylesheet for when you’re nostalgic for the old Mac OS.
Good to see Google, Mozilla, and Apple collaborating on fixing cross-browser CSS compatability issues:
You can track progress here.
This is a great short introduction to using VoiceOver with Safari by the one and only Ethan Marcotte.
Some tips for getting responsive images to work well on the Apple Watch:
- test your layouts down to 136-
px
wide- include
300w
-ish resources in your full-widthimg’
ssrcset
s- art direct to keep image subjects legible
- say the magic
meta
words
Some advice from Andy on creating a dark theme for your website. It’s not just about the colours—there are typography implications too.
Using the CSS trinity of feature queries, logical properties, and unset.
The transcript of a talk.
Having fun with view transitions and scroll-driven animations.
Try writing your HTML in HTML, your CSS in CSS, and your JavaScript in JavaScript.
You might want to use `display: contents` …maybe.