- From: Daniel Holbert <dholbert@mozilla.com>
- Date: Wed, 11 Mar 2015 15:42:47 -0700
- To: www-style list <www-style@w3.org>
CSS Grid Section 9.5 has this disclaimer right before the algorithm: # To aid in clarity, this algorithm is written with # the assumption that grid-auto-flow has row specified. # If it is instead set to column, swap all mentions of # rows and columns, inline and block, etc. in this # algorithm. http://dev.w3.org/csswg/css-grid/#grid-item-placement-algorithm The mention of "inline and block" at the end there is unnecessary & should be removed IMO. The algorithm never actually mentions the terms "inline" or "block", so there's no need to say that they should be swapped. ~Daniel
Received on Wednesday, 11 March 2015 22:43:17 UTC