Preview Mode Links will not work in preview mode

Cascading Style Sheets (CSS) is the web’s core styling language. For web developers, It’s one of the quickest technologies to get started with, but one of the hardest to master. Follow Una Kravets and Adam Argyle, Developer Advocates from Google, who gleefully breakdown complex aspects of CSS into digestible episodes covering everything from accessibility to z-index.

Mar 11, 2021

In this episode we narrow our focus on user-preference-based media queries, which enable you to create personalized experiences based on your users custom settings and needs.

Links
Media Queries 5 → https://goo.gle/306lZea

The CSS Podcast


Nov 18, 2020

In this episode we go over the TypedOM, a new API for parsing, converting, creating and managing CSS. It's typed, as the name suggests, and these typings not only help developers find bugs, they can make properties animateable natively in the engine. 

Links

MDN Typed OM Reference → https://goo.gle/3n2FrC9

Spec →


Jul 30, 2020

Today we discuss: focus! Focus  is something we regularly deal with when writing styles and is also very tied to markup and attributes like tabindex, so we’ll be discussing all of those things in this episode!

Links:

User Action Pseudo-classes → https://goo.gle/3jNSHcL 

HTML Standard → https://goo.gle/3g7FzNr 


Apr 22, 2020

Explore perceptual, human-centered, color in this episode as we review latest specs, latest syntaxes, theories and strategies for color on the web in 2020.  

Links:

Spec CSS color level-4 → https://goo.gle/3cFCaDr 

Draft Spec CSS color level-5  → https://goo.gle/3cL4CUF 

How Color Gamut & Display Technology Can...