(no bug) Fix typo in grid style-struct comment: s/grid-columns-rows/grid-template-rows/. No review, DONTBUILD

This commit is contained in:
Daniel Holbert 2015-12-18 16:28:38 -08:00
parent 9d7265ff77
commit bf1403415c

View File

@ -1261,7 +1261,7 @@ public:
nsRect mImageRegion; // [inherited] the rect to use within an image
};
// Computed value of the grid-template-columns or grid-columns-rows property
// Computed value of the grid-template-columns or grid-template-rows property
// (but *not* grid-template-areas.)
// http://dev.w3.org/csswg/css-grid/#track-sizing
//