[csswg-drafts] [css-grid-1] naming convention start-stop vs begin-end

bhamblok has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-1] naming convention start-stop vs begin-end ==
Why do we use the property name: "end" in combination with "start"?
- grid-row-start and grid-row-end
- grid-column-start and grid-column-end

IMHO the words "start" and "stop" or "begin" and "end" should be used together... like:
- grid-row-start and grid-row-stop
- grid-column-start and grid-column-stop
or
- grid-row-begin and grid-row-end
- grid-column-begin and grid-column-end

https://www.w3.org/TR/css-grid-1/#line-placement

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2957 using your GitHub account

Received on Friday, 27 July 2018 13:22:09 UTC