- From: Alex Mogilevsky <alexmog@microsoft.com>
- Date: Mon, 12 Jan 2009 11:32:16 -0800
- To: Henri Sivonen <hsivonen@iki.fi>, W3C Style List <www-style@w3.org>
There is a number of bugs with mixed-direction shrink-wrap in IE8 Beta2. They will be fixed in the next public release which is coming soon (or at least all shrink-wrap bugs that we currently know about will be fixed). -----Original Message----- From: Henri Sivonen [mailto:hsivonen@iki.fi] Sent: Monday, January 12, 2009 10:52 AM To: W3C Style List Cc: Alex Mogilevsky Subject: Re: CSS3 Text Layout: Writing Latin bottom-to-top within line with blocks progressing to the right Actually, -ms-block-progression: rl; doesn't do shrink wrap the way I wanted. It seems that th { -ms-block-progression: rl; } does the following: 1) The height of the cell becomes the height of the view port. (I wanted it to become the height of the tallest cell content on the table row.) 2) The width of the cell is determined by normal shrink wrap as if - ms-block-progression: rl; weren't there. That is, the width of the cell is the width of the longest word in the cell if the word were rendered horizontally. (I wanted the cells to shrink wrap to just narrow enough for the vertical text to fit in the cell.) CSS3 Text Layout and the table cell shrink wrap seem to need better interaction here. -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/
Received on Monday, 12 January 2009 19:33:00 UTC