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 and the www-style mailing list.

Resolutions 2008-03 San Diego Part IV: Box Model

Box Model Module

Box-sizing

Centering

There was much discussion of horizontal and vertical centering, but no resolution on the issue. The discussion closed with fantasai and Alex assigned to write concrete proposals for horizontal and vertical alignment, respectively.

For horizontal centering, there seem to be two distinct use cases:

For vertical centering, it was agreed that alignment affects the element's children (because there's no way to center an element in its parent without taking it out of the normal flow). Also, it was agreed that vertical alignment of an element's children should cause it to create a new block formatting context. This greatly simplifies things by avoiding margin-collapsing and float complications. The default value of the new property will need to be a special value that doesn't turn the block into a BFC.

Page Breaking

A proposal to change the way page-break-inside affects descendent elements was discussed.

Advanced Layout Module

CSS Valid CSS!Valid HTML 4.0! Atom feed

Bert Bos, CSS contact