You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Example 27, I think that there are 3 minor typos. The first 2 in the following paragraph:
If the subgrid has margins/borders/padding, the the size of those margins/borders/padding also influence sizing.
Note the duplicate the, and I also believe that influence should be influences, given the singular size subject.
Also, the last one in the last paragraph:
#subgrid { padding: 100px; }
Then a grid item in the subgrid’s first track acts as if it has an additional 100px of top, left, and bottom margin influencing the sizing of the parent grid’s tracks and the grid item’s own position.
I believe that padding should be referenced in that paragraph instead of margin.
The text was updated successfully, but these errors were encountered:
https://www.w3.org/TR/css-grid-1/#subgrids
Under Example 27, I think that there are 3 minor typos. The first 2 in the following paragraph:
Note the duplicate the, and I also believe that influence should be influences, given the singular size subject.
Also, the last one in the last paragraph:
I believe that padding should be referenced in that paragraph instead of margin.
The text was updated successfully, but these errors were encountered: