|
11 | 11 | rel=dcterms.rights> |
12 | 12 | <meta content="CSS Grid Layout" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-07-22 name=dcterms.date> |
| 14 | + <meta content=2013-08-07 name=dcterms.date> |
15 | 15 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
16 | 16 | <meta content="Elika J. Etemad" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
|
59 | 59 |
|
60 | 60 | <h1 class=title id=title>CSS Grid Layout</h1> |
61 | 61 |
|
62 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 22 July 2013</h2> |
| 62 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 7 August 2013</h2> |
63 | 63 |
|
64 | 64 | <dl> |
65 | 65 | <dt>This version: |
66 | | - <!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130722/</a> --> |
| 66 | + <!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130807/</a> --> |
67 | 67 |
|
68 | 68 | <dd><a |
69 | 69 | href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a> |
@@ -398,16 +398,6 @@ <h2 id=intro><span class=secno>1. </span> Introduction and Overview</h2> |
398 | 398 | their layout to changes in device form factors, orientation, and available |
399 | 399 | space, without needing to alter the semantic nature of their content. |
400 | 400 |
|
401 | | - <p class=issue> A common use of design grids is to allow content to flow |
402 | | - normally, but "snap" components to grid lines based on their normal flow |
403 | | - position. Consider adding a grid placement algorithm based on such |
404 | | - relative positioning. Note that this is a non-trivial issue as it impacts |
405 | | - the static flow of content. In addition, the grid's algorithm currently |
406 | | - depends on knowing the position of every grid item in advance to determine |
407 | | - the size of its tracks; when snapping to grid lines, however, the line to |
408 | | - which the grid item will snap is influenced by both the item's size and |
409 | | - the size of tracks the item covers. |
410 | | - |
411 | 401 | <h3 id=background><span class=secno>1.1. </span> Background and Motivation</h3> |
412 | 402 |
|
413 | 403 | <div class=sidefigure> <img |
|
0 commit comments