- From: Vincent Hardy <vhardy@adobe.com>
- Date: Wed, 25 Jan 2012 11:36:34 -0800
- To: fantasai <fantasai.lists@inkedblade.net>
- CC: "www-style@w3.org" <www-style@w3.org>
On Dec 26, 2011, at 8:05 PM, fantasai wrote: > # The ‘::after’ content is laid out in the region after laying out the flow > # content. Then, flow content is removed from the region to accommodate for > # the ‘::after’ content. Accommodating means that the ‘::after’ content is > # laid out without overflowing the region. If there is still not enough room > # to accommodate for the ‘::after’ content after removing all flow content, > # then the ‘::after’ content overflows. The ‘display’ property of the > # ‘::after’ content should be set to ‘run-in’ to align with the region's > # content's inline boxes. In that case, the ‘::after’ content becomes the > # last inline box of the previous element in the flow that has some visual > # rendering in the region and can accommodate for the ‘::after’ box. > > I think you want s/should be set/can be set/. No? yes. Change done: http://dev.w3.org/cvsweb/~checkout~/csswg/css3-regions/Overview.html?rev=1.41;content-type=text%2Fhtml. > > Also, this seems more like 'run-out' than 'run-in'. :) > :-) Vincent
Received on Wednesday, 25 January 2012 19:37:22 UTC