Re: [csswg-drafts] [css-grid] inconsistencies in the definition of grid container baselines

> What axis ? I think that text comes from the version which allowed 
block-axis baselines.

Fixed.

> The link 'alignment context' is broken.

Seems to be working for me.

> What does it means "synthesized according to the rules of its 
alignment context." ?

E.g. grids and flexboxes synthesize using the border edges of an item,
 whereas inline layout synthesizes using the margin edges of an inline
 box. We can't change the latter behavior due to compat. So we're 
restricted to inline-block need to use the margin edges. In that case,
 either all block containers use margin edges, or all inline-level 
boxes do, or everything does. Since treating empty block containers 
differently from empty grid or flex containers didn't seem reasonable,
 we narrowed down to either inline-level boxes use margins and 
flex/grid-level boxes use borders, or all boxes use margins. The 
discussion concluded on the former: 
https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html

> Why "if needed" ?

Sometimes you don't need to baseline-align the box. :)

There might also be an issue wrt propagation of baselines through 
ancestors here... meaning, we could say that synthesized baselines 
don't propagate to a parent the way natural ones do. I'm not recalling
 this line of reasoning very clearly atm, though.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/638#issuecomment-262734994 
using your GitHub account

Received on Thursday, 24 November 2016 09:54:44 UTC