CSS has come full circle
@CSSence
🗣 Matthias Zöchling
CSS in Graz
🌐 Graz, Austria
CSS was first proposed by Håkon Wium Lie on 10 October 1994. At the time, Lie was working with Tim Berners-Lee at CERN. Several other style sheet languages for the web were proposed around the same time, and discussions on public mailing lists and inside World Wide Web Consortium resulted in the first W3C CSS Recommendation (CSS1) being released in 1996. In particular, a proposal by Bert Bos was influential; he became co-author of CSS1, and is regarded as co-creator of CSS.
selector { property: value; }
Chapter 1: Chaos
We used tables for layout, turned fonts into images, used JavaScript for …
Or, we did everything in Flash.
🤨 🤔
We used floats for layout, fought browser inconsistencies, spent way to much time creating image sprites.
HTML <font>
and <center>
CSS hacks * + html b { zoom: 1; *padding: 1px; }
-khtml-property: …
-ms-property: …
-moz-property: …
-o-property: …
-webkit-property: …
property: …
Chapter 2: Hope
- Interop
- Baseline
Chapter 3: Interplay
…
Next Chapter: ?
🔮