Closed ror-y closed 7 years ago
I'm not sure why you keep raising MDN issues here? This AMA isn't linked to MDN at all.
If you have a problem with something on MDN it's a wiki, so you can change it.
It was more about whether I had the right idea of using grid-template
correctly.
On the MDN page for
grid-template
, they have this example:(I can't link the code examples because they have no link attached to them but they are there on the page)
In the code example, they use the following declaration:
This naming convention suggests these lines are being applied to column tracks. However, the property that is being applied to is
grid-template-rows
, in which case the naming should include-top
and-bottom
not-left
and-right
.This is what they have done on a different example on the page:
So, technically there's no error, just extremely misleading grid line naming. Or am I missing something?