Re: Inline elements should be affected by 2D Transforms

On Jun 7, 2011, at 11:02 PM, fantasai <fantasai.lists@inkedblade.net> wrote:

> On 06/04/2011 02:50 AM, Brad Kemper wrote:
>> 
>> 2) I think "piece" should mean the extent of the span as it is laid
>>   out on the screen, but only the part that is one that line.
> 
> I think this makes sense, is relatively simple, and will work for many
> but not all cases. Probably what's needed is a switch, like we have for
> backgrounds, to determine whether to use the bounding-box or to use each
> individual box.

That would be OK with me. 

> box-transform-break: clone | slice ?

That matches 'box-decoration-break', but seems less intuitive here, to me. We are talking about something that only affects inlines still, or do you see it as needed for blocks split by page breaks?

If only the former, then how about something like: 

inline-transform: per-line | bounding-box

Received on Wednesday, 8 June 2011 17:18:18 UTC