Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
spec:css3-grid-layout [2011/12/05 10:45] mmielkespec:css3-grid-layout [2012/05/10 04:55] – [Action Items] fantasai
Line 9: Line 9:
 Link to current Editor's draft: [[http://dev.w3.org/csswg/css3-grid-align/]] Link to current Editor's draft: [[http://dev.w3.org/csswg/css3-grid-align/]]
  
 +
 +===== Issues for F2F =====
 +
 +=== Scoping ===
 +
 +  - Scoping of Grid Layout and Template Layout specs
 +  - Drop named lines from this level of Grid Layout
 +  - Adopting column-gap etc., adding row equivalents, to handle gutters
 +
 +=== Naming ===
 +
 +  - grid-flow: row | column | layer
 +  - rename grid-rows --> grid-row-tracks, grid-columns --> grid-column-tracks
 +  - auto/fit-content becomes fit-content
 +  - grid positioning properties:
 +
 +^  //grid-area//  ^  grid-column  ^  grid-row  |
 +^  grid-position  |  grid-column-position  |  grid-row-position  |
 +^  grid-span  |  grid-column-span  |  grid-row-span  |
 +
 +=
 +
 +^  //C R ΔC ΔR//  ^  C ΔC  ^  R ΔR  |
 +^  C R  |  C  |  R  |
 +^  ΔC ΔR  |  ΔC  |  ΔR  |
 +
 +=== Default handling of content ===
 +
 +  - auto-placement is progressive pack w/ pointer @ start before corner
 +  - auto-placement vs. anonymous block
 +  - default value of grid-flow?
 +  - using "display: grid" vs implied grid lines
 +  - default track sizing is an open issue, if you have ideas let us know
  
 ===== Action Items ===== ===== Action Items =====
 
spec/css3-grid-layout.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki