AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Coupling CSS classes to content
The speakers discuss the concept of coupling CSS classes to content and the idea that there is no real difference between classes like 'card' and 'text red', as they are both named after the appearance they apply to. They explore the notion of separation of concerns in HTML and CSS, highlighting that CSS often ends up containing information about content too. They propose an alternative approach of writing CSS that is oblivious to the content it styles, and instead writing HTML that consumes that CSS.