Cascading Style Sheets
Working Group Blog

(This page uses CSS style sheets)

CSS WG Blog home

Search

Archives

W3C and the CSS Working Group publish information about the specifications under development in various ways. This page is the working group's weblog (blog). Other places to find information are the “current work” page, the www-style mailing list.

Resolutions 2008-03 San Diego Part V: Future Features

Highly experimental brainstorming-level stuff. No resolutions, just notes.

Tree List Styles

Discussed tree lists styling prompted by Andrew Fedoniouk.

Multi-Style Elements (aka Collapsible Elements)

Idea was to have two pseudo-classes, one :normal and one :alternate. UA toggles between styles. (N styles also possible.)

Existence of the pseudos makes the element toggleable. There were strong reservations about that.

Bert's writeup is still Member's only.

Scriptable Selectors

Idea was that a selector accepts a JavaScript function that returns true or false, determining whether the selector matches or not. VERY strong reservations about this from implementors: executing functions during selector matching is scary, particularly if those functions are allowed to modify the elements during matching!

Alternate idea is to define a set of tokens on the element node, allow scripts to add and remove tokens, and match against that set.. thereby avoiding the execution of any functions during style matching.

Constants

Clear use case for importing colors from a site-wide style sheet. CSSWG wants more concrete use cases for anything beyond that.

fantasai points to webstandards.org comments and suggests macros for selectors, values, and declaration sets would fulfill most requests there.

CSSWG will post a simple proposal macros for values only, and see if that will cause web designers to post real examples of where more powerful macros are needed.

Changing the Subject of the Selector (Parent Selector)

Suggested to add this to Selectors 4. Need implementors' "strong interest".

text-orientation

Steve reports on conclusions from joint meeting with Paul and fantasai: plan is to introduce text-orientation, which operates on runs of tex--unlike XSLFO/SVG's glyph-orientation, which operates on individual glyphs. Glyph-orientation's behavior causes characters to be in the wrong order for some of its values. text-orientation will take keywords for common effects in vertical text.

CSS Valid CSS!Valid HTML 4.0! Atom feed

Bert Bos, CSS contact
Last updated $Date: 2008/03/12 00:49:07 $ GMT