- From: Javier Fernandez Garcia-Boente via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Oct 2016 09:44:22 +0000
- To: public-css-archive@w3.org
javifernandez has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid] Spec still refers to block-axis baseline. == As far as I know, block-axis baseline has been removed from the Grid Layout spec [1] The following section of the Grid spec still use the "block-axis baseline" baseline term: https://drafts.csswg.org/css-grid/#grid-order "'grid-modified document order (grid order) is the order in which grid items are encountered when traversing the grid’s grid cells, in row-major order if calculating the inline-axis baseline, or in column-major order if calculating the block-axis baseline. If two items are encountered at the same time, they are taken in order-modified document order." I guess it should be removed, for coherence. [1] https://github.com/w3c/csswg-drafts/issues/197#issuecomment-248331296 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/597 using your GitHub account
Received on Thursday, 13 October 2016 09:44:30 UTC