Re: [csswg-drafts] [css-align] Add shorthands for alignment properties

I tend to think these shorthands should have a separator other
than space.  Otherwise, the following two snippets leads to
different results:

```
element.style.alignItems = A;
element.style.justifyItems = B;
```
vs.

`element.style.placeItems = A + " " + B;`

... when B starts with `safe`.

Same problem also occurs for `placeContent` with `A="end"` and
`B="stretch end"`, etc.


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

Received on Wednesday, 12 October 2016 22:59:56 UTC