Re: [css-line-grid] line-grid:match-parent and orthogonal flows

On 10/31/15, 11:01 AM, "Florian Rivoal" <florian@rivoal.net> wrote:

>https://drafts.csswg.org/css-line-grid/#valdef-line-grid-match-parent

>
>> line-grid: match-parent
>> Box assumes the line grid of its parent.
>
>The spec needs to say what happens if the parent has a different writing mode.
>Presumably, in that situation, "line-grid: match-parent" should do the same
>as "line-grid: create", but that should be made explicit.

I’ve changed the definition to:

Box assumes the line grid of its parent 
   if its writing mode is the same as its parent. 
   If the box has a writing mode that is different than its parent, 
   then the box creates a new line grid as create below. 

Thanks,

Alan

Received on Tuesday, 8 December 2015 11:13:41 UTC