Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[css-grid-1] naming convention start-stop vs begin-end #2957

@bhamblok

Description

@bhamblok

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions