W3C

CSS3 introduction

W3C Working Draft, 14 April 2000

This version:
http://www.w3.org/TR/2000/WD-css3-roadmap-20000414
Latest version:
http://www.w3.org/TR/css3-roadmap
Editors:
Eric A. Meyer (eric@meyerweb.com)

Abstract

The members of the CSS&FP Working Group have decided to modularize the CSS specification. This modularization will help to clarify the relationships between the different parts of the specification, and reduce the size of the complete document. It will also allow to build specific tests on a per module basis and will help implementors in deciding which portions of CSS to support. Furthermore, the modular nature of the specification will make it possible for individual modules to be updated as needed, thus allowing for a more flexible and timely evolution of the specification as a whole.

This document lists all the modules to be contained in the future CSS3 specification. It will eventually become the introduction to CSS3.

Status of this document

This is a first cut at a document showing modularization of the CSS3 specification and test suite. The document is currently in progress, and should not be taken at face value.

This document is a working draft of the CSS & FP working group which is part of the Style activity.

Feedback is very much welcomed. Comments can be sent directly to the editor, but the mailing list www-style@w3.org (see instructions) is also open and is preferred for discussion of this and other drafts in the Style area.

This working draft may be updated, replaced or rendered obsolete by other W3C documents at any time. It is inappropriate to use W3C Working Drafts as reference material or to cite them as other than "work in progress". Its publication does not imply endorsement by the W3C membership or the CSS & FP Working Group (members only).

To find the latest version of this working draft, please follow the "Latest version" link above, or visit the list of W3C Technical Reports.

Table of contents


Module Overview

All modules must contain a "Conformance: Requirements and Recommendations" section. Any module whose table row is backed with green is considered part of the "CSS Core." The listed deadlines (backed in red) represent the time at which a module should be ready for Working Draft publication. There are also columns which indicate a module's participation in each of three "profiles": HTML Basic, CSS3, and SVG. A module without any indicated module participation is at risk of being dropped from CSS3 before it reaches Proposed Recommendation status. A module without a listed editor is backed in yellow, and is in serious danger of being dropped.

Module Editor(s) Due Date HTML
Basic
CSS3 SVG
Syntax / grammar / etc. Chris Brichford April 2000 X X X
Selectors Tantek Çelik, John Williams March 2000 X X X
Values, Units Håkon Lie, Chris Lilley April 2000 X X X
Value assignment / cascade / inheritance Tantek Çelik, Håkon Lie March 2000 X X X
Box model / vertical Bert Bos, Troy Chevalier June 2000 X X
Positioning Bert Bos, Troy Chevalier April 2000 X X
Color / gamma / color profiles Tantek Çelik, Chris Lilley March 2000 X X X
Background Eric Meyer April 2000 X X X
Line box model Eric Meyer April 2000 X X
Text, font / bidi / vertical alignment Chris Lilley, Michel Suignard May 2000 X X X
Ruby Michel Suignard March 2000 X
WebFonts Chris Lilley March 2000 X X
Generated content / markers Robert Stevahn April 2000 X
Replaced content Robert Stevahn April 2000 X
Paged media Robert Stevahn April 2000 X
User interface Tantek Çelik March 2000 X
Tables Bert Bos, Troy Chevalier May 2000 X X
Columns Håkon Lie June 2000 X
SVG Chris Lilley March 2000 X X
Math Angel Diaz June 2000
BECSS Troy Chevalier, Michel Suignard April 2000
ACSS
SMIL Debbie Newman
Test Suite Eric Meyer August 2000 X

Module Descriptions and Related Information

Introduction

This provides a general overview of the specification's goals, as well as basic notes on how CSS works, acknowledgments, and so forth.

Syntax / grammar

A way to attach arbitrary properties to a hierarchically structured document or other data structure, with the characteristic that it has built-in "forward-compatibility" (a.k.a. "extensibility").

Selectors

Describes the selectors of CSS3. Selectors are used to select elements in an HTML or XML document, in order to attach (style) properties to them. The draft includes the selectors of CSS1 and CSS2 and extends them with new proposals that allow, for example, elements to be selected based on whether they contain a certain word, or whether they are the only element of their kind.

Values & units

Things which are applied to values.

Value assignment / cascade / inheritance

How properties interact, and the core of how CSS operates.

Box model / vertical

The box model describes the basics of the normal text flow, including how to "float" blocks of text or images, but excluding columns, tables, and other advanced layouts; i.e., it describes how text and other objects are strung into lines, and lines into blocks (paragraphs), and how those blocks are put below each other or side by side with the help of margins and borders. It treats both horizontal text and vertical writing modes.

Positioning

This describes the process of placing an element someplace other than it would normally be in the normal flow of the document.

Color / gamma / color profiles

In general, basic color descriptions and color handling in multiple environments. The color profiles section describes how two properties can be attached to embedded images to specify their "color space," which is the information a renderer needs to paint the right color for each pixel. It should do away with the annoying problem that images, especially GIF and JPEG, but sometimes also PNG, look different on a Mac than on a PC, or other platforms.

Background

A description of how element backgrounds are formatted.

Line box model

A description of the line box model for inline elements, and the inline content of block elements.

Text & font / bidi / vertical alignment

Description of the handling of text and fonts in user agents.

Ruby

A draft that contains proposals for new style properties for typographic traditions that have so far had little attention in CSS, such as vertical Japanese and Arabic. The CSS working group is cooperating with W3C's Internationalization working group on this.

Generated content / markers

A description of how content is generated and markers are displayed.

Replaced content

A module explaining how replaced content is handled and what qualifies as replaced content.

Paged media

Extends the properties that CSS2 already had with new ones to control such things as running headers and footers, page numbers and print-style cross-references ("see page...").

User interface

Contains features for styling some interactive, dynamic aspects of Web pages: the look of form elements in their various states, more cursors and colors to describe GUIs (graphical user interfaces) that blend well with the user's desktop environment, and a proposal for "kiosk" mode.

WebFonts

Authors continue to clamor for "more control" over their pages, and the fonts used in presenting them. This module will attempt to provide a way to make fonts more Web-friendly.

ACSS

An attempt to make styled content evben more accessible.

SMIL

An attempt to link CSS and SMIL together.

Tables

The tables module contains the properties to lay out boxes in rows and columns. It allows a designer to assign roles like "table," "cell," "row," or "caption" to boxes and provides for various alignments and border styles.

Columns

Proposes new properties to create flexible column layouts.

SVG

A format that expresses shapes (lines, circles, splines, etc.) in an XML-based language and their style (fill color, stroke width, etc.) in CSS. This should make it easy to create text and graphics in the same style simply by using a single style sheet for both. SVG uses several existing CSS properties, but also introduces new ones that may or may not be useful for styling text. It will progress to Recommendation as a separate specification, but the (new) CSS properties are coordinated with the CSS working group.

Math

An attempt to provide style properties for mathematical expressions. This will obviously be deeply linked to the MathML specification.

BECSS

A proposal to use the CSS syntax and CSS's system of cascading and inheritance to attach "behavior" (rather than style) to elements. Behavior in this context refers to any dynamic changes to the style or the document in response to user events, such as clicks and key presses. The behaviors themselves are expressed as pieces of script, in languages such as ECMAscript.

Test Suite

Providing implementation guidelines, concrete examples, and user insight into implementation support, a test suite is crucial to the success of any specification. Although the Test Suite is a module in itself and has a module owner, individual module owners are responsible for assisting in the creation and review of tests for their specific module.

Appendices

Some appendices will be split up to go with individual modules. These are:

For example, the changes between one version of a module and another should be tracked in an appendix to that module, not a single appendix to the entire specification. Similarly, there should be a property reference for each module. There may be a single cumulative reference for the entire specification, although this is not yet known with any certainty. Each module should also include an appendix listing any dependencies on other modules or specifications.

There will also be a few specification-wide appendices. There are projected to be:

Module template

All modules should conform to the format defined in the CSS3 editing rules [member-only]. In addition to the definitions of properties and values, each module contains a list of dependencies on other modules or specifications, and also provides a list of changes from CSS2.