“If you don’t know where you’ve come from, how will you appreciate where you’re going?”
–Shashi Tharoor
Information Management: A Proposal by Sir Tim Berners-Lee
Cascading HTML style sheets -- a proposal by Håkon Wium Lie
The Origin of Javascript with Brendan Eich on the Javascript Jabber podcast
November 30
“Web standards play an important role when it comes to web accessibility. It is important that websites can be displayed with any browser.”
“The problem lies with designers and developers chained to the browser–quirk–oriented markup of the 1990s—often because they don’t realise it is possible to support current standards while accommodating old browsers.”
—WaSP (Web Standards Project)
and many more...
.selector {
/* Styles that are supported in old browsers */
}
@supports (property:value) {
.selector {
/* Styles for browsers that support the specified property */
}
}
“CSS isn't a programming language. It's a stylesheet language. We shouldn't expect it to behave like a programming language. It has its own unique landscape and structures, ones that people with programming language mental maps might not expect.”
—Danielle Huntrods
“The hardest part is changing our thinking, not our CSS.”
—Jen Simmons