- From: Jen Simmons via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Nov 2016 17:39:19 +0000
- To: public-css-archive@w3.org
Just to chime in, after living with this for a while, I really like `place-*`. I think it will fit well into the world of CSS. I agree that a '/' separator makes a lot of sense too. People will be writing `grid-area: 1 / 2 / 4 / 3;` and `place-items: center / end;` at the same time. Which goes first? Ah, vertical (in a `horizontal-tb` writing mode), then horizontal, like margins and grid? So — to summarize, like this, yes? ``` place-items: <'align-items'> / <'justify-items'>; place-self: <'align-self'> / <'justify-self'>; place-content: <'align-content'> / <'justify-content'>; ``` -- GitHub Notification of comment by jensimmons Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/595#issuecomment-261015924 using your GitHub account
Received on Wednesday, 16 November 2016 17:39:25 UTC