Re: [csswg-drafts] [css-grid] axis names

In her recent article [Understanding Logical Properties And Values](https://www.smashingmagazine.com/2018/03/understanding-logical-properties-values/), @rachelandrew makes a very important point for naming the axes as proposed here:

> In CSS Grid Layout the Block Axis is also referred to as the Row Axis, which is why the Block Axis properties are `grid-row-start` and `grid-row-end`.
> ...the Inline Axis is the Column Axis with the properties `grid-column-start` and `grid-column-end`.

If renamed this way, the names of the axes would be consistent with the Logical Properties/axes names (as Rachel explains further in this article). Maybe it would make sense to reopen this issue?

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

Received on Friday, 30 March 2018 09:45:06 UTC