Re: [csswg-drafts] naming conventions

Also note that you can already [use the keywords `start` and `end`](https://drafts.csswg.org/css-align-3/#positional-values) instead of `flex-start` and `flex-end`.

> I won't remember whether it's `-` , `_`, or `.`…

In CSS keywords are always separted by `-`. I think the only exception to this are the color keywords including [`currentcolor`](https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor), where the words are not separated.

> I probably won't remember whether the correct synonym to pick is `start`, `beginning`, `init`, `zero`, `front`, `baseline`, etc.

`beginning`, `init`, `zero`, and `front` are not used in CSS and the word ["baseline" is used in regard of inline alignment](https://drafts.csswg.org/css-align-3/#baseline-values), mostly text alignment.

Sebastian

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

Received on Monday, 5 June 2017 09:41:31 UTC