CSS WG Blog front page

This is a page from the Cascading Style Sheets Working Group Blog. Some other places to find information are the “current work” page, the www-style mailing list, the Future of CSS syndicator, and the issue list on Github.

Do you want to know how the CSS WG works? Fantasai has written about:csswg, An Inside View of the CSS Working Group at W3C.

CSS3 Images reaches Candidate Recommendation

By fantasai April 18, 2012 (Permalink)
Categories: publications

The CSS Image Values and Replaced Content Module Level 3 specification has been published as a W3C Candidate Recommendation. This module includes syntax for CSS gradients, image slices, and fallbacks; as well as several properties to control replaced element sizing and rendering.

W3C encourages everybody to implement this specification and return comments to the (archived) public mailing list www-style@w3.org (see instructions). When sending e-mail, please put the text [css3-images] in the subject (alternatively you can email one of the editors and ask them to forward your comment).

Minutes and Resolutions Telecon 2012-04-11

By fantasai April 12, 2012 (Permalink)
Categories: resolutions

Full minutes

Minutes and Resolutions Telecon 2012-04-04

By fantasai April 5, 2012 (Permalink)
Categories: resolutions

Full minutes

New Working Drafts of CSS Transitions and CSS Animations

By David Baron April 3, 2012 (Permalink)
Categories: publications

The CSS Working Group has published updated Working Drafts of CSS Transitions and CSS Animations.

CSS Transitions allows specifying that certain CSS property changes that would happen anyway will animate over time rather than taking place instantly. CSS Animations allows authors to animate the values of CSS properties over time, using keyframes. (CSS Animations allows authors to cause changes, in contrast to CSS Transitions, which only allows animating changes that are otherwise happening.)

These drafts update the copies on the Technical Reports (TR) page with the various changes made to the Editor’s Drafts of these specifications over the past few years.  These specifications are becoming more stable and we hope to advance them to Last Call relatively soon.  Transitions in particular has only a small number of remaining open issues (though some of those issues are complex).

As always, please send feedback to www-style with the spec shortname ([css3-transitions] or [css3-animations]) and your comment topic in the subject line.

Changes since the previous drafts

The changes since the previous drafts of these specification include the following changes. For the full list of changes see the version control log for transitions or for animations.

Changes to both specifications

Changes to CSS Transitions

Changes to CSS Animations

CSSWG Proposes W3C-wide Spec Redesign

By fantasai April 1, 2012 (Permalink)
Categories: general

As per our action item from TPAC, the CSS Working Group has prepared a spec restyling proposal that we feel captures the mission of the W3C, which we have sent to the W3C spec-production mailing list for comment. I’ve archived a preview applied to several of our CSS specs on www-archive: CSS3 Images, CSS Flexbox. Below is an explanation of the motivations for our changes:

Futuristic Look
In keeping with W3C’s mission to “lead the Web to its full potential”, we wanted to emphasize that W3C is creating the Future of the Web. To show that, we chose a deep space background, which gives the design its futuristic feel. To preserve sufficient contrast with the background in keeping with the WCAG, we chose a bright yellow text color.
Passion and Creativity
People have the impression that creating specs at W3C is a boring, beaureaucratic, process-laden process. They rarely get to see the passionate dedication to a better Web that our Members bring to our discussions, such as the vibrant discussions of longdesc and of video formats in the HTMLWG. To better reflect the passion and creativity of the standards process, we propose a new W3C logo creatively designed with animated flames.
Diversity and Dynamism
Symbolizing the diversity and dynamism of the Web, we chose animated rainbow horizontal rules to set off headings from the body text. A defining characteristic of 90s web design, this also gives us a more modern, up-to-date look by hooking us into the “retro” trends of some of the latest and most fashionable designers. (And by choosing the 90s rather than an earlier decade of visual design, we expect to remain ahead of the curve for awhile. Future-compatibility being one of the design principles of CSS, we felt this was an important consideration.)
Under Construction
Of course we wanted to address the concerns that people don’t take the “under construction” nature of our specs seriously, referring to Working Drafts and Candidate Recommendations (and even Editor’s Drafts!) as if they were a done deal. To that end we added an “under construction” logo to the background of the text. So as not to interfere with the readability of the spec itself, this logo is only placed in the marginal gutters on either side of the spec. But to make sure that even people landing on URLs with fragment IDs see it, we gave it a repeat-y value so that it shows up on all sections of the spec. (Of course for REC, the “under construction” styling would be removed.)
Preserving Symmetry
Tying the design together, and upholding the the classical ideals of symmetry—which represents our commitment to logical design decisions—we center-aligned all the text.

We hope you like the new design! As you can see, we’ve already deployed it on all of the CSSWG editor’s drafts. We’re looking forward to seeing the new design adopted W3C-wide~

Finally, I’d like to thank Tab Atkins for his tireless work preparing this design in consultation with various members of the W3C community.

For the CSSWG,
~fantasai

Minutes and Resolutions 2012-03-28

By fantasai March 29, 2012 (Permalink)
Categories: resolutions

Full minutes

W3C Invites Implementations of CSS Speech Module

By Daniel Glazman March 28, 2012 (Permalink)
Categories: publications

The Cascading Style Sheets (CSS) Working Group invites implementation of the Candidate Recommendation of CSS Speech Module. The Speech module defines aural CSS properties that enable authors to declaratively control the rendering of documents via speech synthesis, and using optional audio cues. Note that this standard was developed in cooperation with the Voice Browser Activity.

W3C encourages everybody to implement this specification and return comments to the (archived) public mailing list www-style@w3.org (see instructions). When sending e-mail, please put the text [css3-speech] in the subject (alternatively you can email one of the editors and ask them to forward your comment).

New Working Drafts of CSS Grid Layout and CSS Flexible Box Layout Module

By Daniel Glazman March 28, 2012 (Permalink)
Categories: publications

The CSS Working Group has released two new Working Drafts:

CSS Grid Layout, Working Draft 2012-mar-22. CSS Grid Layout allows designers to define invisible grids of horizontal and vertical lines. Elements from a document can then be anchored to points in the grid, which aligns them visually to each other, even if they are not next to each other in the source.

Please review the draft and send us your comments! Best way to send feedback is to www-style@w3.org mailing list with [css3-grid-layout] and your topic in the subject line. (Alternatively you can email one of the editors and ask them to forward your comment.)

CSS Flexible Box Layout Module, Working Draft 2012-mar-22. CSS Flexible Box Layout Module describes a CSS box model optimized for user interface design. In the flexbox layout model, the children of a flexbox can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.

Please review the draft and send us your comments! Best way to send feedback is to www-style@w3.org mailing list with [css3-flexbox] and your topic in the subject line. (Alternatively you can email one of the editors and ask them to forward your comment.)

Minutes and Resolutions Telecon 2012-03-21

By fantasai March 22, 2012 (Permalink)
Categories: resolutions

Full minutes

Minutes and Resolutions 2012-03-07

By fantasai March 10, 2012 (Permalink)
Categories: resolutions

Full minutes

« Newer articles Older articles »

Archives

(Also available as Atom news feed.)

Browse by date:

Browse by category:

[Photo: group photo of the CSS working group in San Francisco] Contact: Bert Bos
Copyright © 2020 W3C®

Last updated 2026-03-06 17:10:32.000000