(This page uses CSS style sheets)
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.
We reviewed Steve's email and also an internal generic "transform" proposal from Hyatt (which Hyatt will hopefully post to www-style at some point), spending most of the day discussing exactly how "rotation" would fit into the CSS layout model.
Rotation is still at a very experimental stage in CSS, so the following are not final decisions.
width: auto on a rotated element means use the available width before rotation.width: max-intrinsic; rotate: rotate-to-fit-keyword enables the case where we shrinkwrap around the text to find its width and pick the smallest angle that will make that block fit.width: shrinkwrap uses the available space after rotation, starting with one line and making the block taller and narrower as more content comes in, until it reaches its minimum content width (or min-width).