W3C

Bert Bos | What's next after CSS and XSL?

What's next after CSS and XSL?

Cascading Style Sheets

Bert Bos (W3C) <bert@‌w3.org>

CSS Meet-Up
Tucson AZ, USA 5 February 2013

Status

Problems in CSS can often be fixed by adding new features, but old features cannot be removed or changed, so the language is getting more and more complicated to learn, to implement and to define.

(The currently proposed @supports feature may help a bit by allowing certain things to change, but at the cost of even more complexity.)

If, as it currently looks, we will have to add quite a few new features still, then using another language (i.e., another MIME type) at some point becomes necessary.

Some CSS problems: inconsistencies

Just as examples:

:
(:first-line, :before)
vs ::
(::marker, ::footnote-call)
nth-child(2n+1)
no spaces required
vs calc(em + 2p)
spaces required
flex-direction: row
needs display: flex
vs columns: 2
any block container
@supports A or B vs @media A, B

The working group is aware of these inconsistencies, so they are not oversights. In fact, they have all been extensively and repeatedly discussed. Some may even still be reversed. The point is just that inconsistencies are more and more difficult to avoid and there will be more as more features are added that weren't originally expected for CSS.

Some CSS problems: redundancies

For each of these individually you may argue that it can occasionally be useful to have both. And also they have overlapping, but not identical functionalities, so it's not as simple as dropping one.

Difficulties with development

E.g., the first demos of math in HTML were already shown in 1995, but it's very recent that browsers have started supporting it. And you can only control a few aspects of the display with CSS, because math typography isn't integrated into CSS.

Lack of tools

Why did it take so long for Compass, LESS, etc. to appear?

Evidence that they weren't needed?

Or that CSS is too complex for automation?

New language(s) for which users?

How many new languages?

Design principles

The end

http://www.w3.org/Talks/2013/0205-Style-Tucson

W3C

To Lead the Web to its full potential

To Anticipate the Trends

To Increase your company value

Join W3C

http://www.w3.org/Consortium/join

or contact: Alan Bird <abird@w3.org>

Bert Bos <bert@w3.org>
GPG fingerprint: 7744 0204 52A5 14D9 147D
2A13 2D7A E420 184B 5BA4