- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Feb 2012 23:18:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout In directory hutz:/tmp/cvs-serv12161 Modified Files: Overview.src.html Log Message: Added a (temporary) section with issues and design decisions. They include all the features of css3-grid-align that are not in css3-layout or vice-versa. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-layout/Overview.src.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Overview.src.html 15 Feb 2012 18:31:42 -0000 1.16 +++ Overview.src.html 22 Feb 2012 23:18:09 -0000 1.17 @@ -853,104 +853,334 @@ parent's template ancestor. </ul> -<h2 id=colwidth>Computing the width of the slots</h2> +<h2 id="slot-sizes"> +Calculating the size of the grid</h2> -<p>First, the <dfn title="intrinsic minimum width|intrinsic preferred -width">intrinsic minimum and intrinsic preferred widths</dfn> are -defined as follows: -<ul> [...1120 lines suppressed...] +DDs that belong to the next DT, too.). + +<p>A keyword may help: 'flow: same'. + +<p>In some cases, elements may need to be placed in the next column or +row after the previous element. If there are cases where rows or +columns need to be <a href="#auto-add">added automatically based on +content,</a> those are probably also the cases where element are to +be placed in the “next” row or column w.r.t. to the preceding element. + +<p>E.g., with a keyword: 'flow: next-row'. + +<p>(The same may apply if elements are positioned instead of flowed: +'grid-position: same' or 'grid-position: next-row'.) + + + <h2 id=changes>Changes</h2> <p>Summary of changes since
Received on Wednesday, 22 February 2012 23:18:13 UTC