|
6 | 6 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
7 | 7 | <title>CSS Grid Layout</title> |
8 | 8 |
|
9 | | - <link href="http://purl.org/dc/terms/" rel=schema.dc> |
| 9 | + <link href="http://purl.org/dc/terms/" rel=schema.dcterms> |
10 | 10 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
11 | | - rel=dc.rights> |
12 | | - <meta content="CSS Grid Layout" name=dc.title> |
13 | | - <meta content=text name=dc.type> |
14 | | - <meta content=2013-04-04 name=dc.date> |
15 | | - <meta content="Tab Atkins Jr." name=dc.creator> |
16 | | - <meta content="Elika J. Etemad" name=dc.creator> |
17 | | - <meta content="Rossen Atanassov" name=dc.creator> |
18 | | - <meta content=W3C name=dc.publisher> |
19 | | - <meta content="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130404/" |
20 | | - name=dc.identifier> |
| 11 | + rel=dcterms.rights> |
| 12 | + <meta content="CSS Grid Layout" name=dcterms.title> |
| 13 | + <meta content=text name=dcterms.type> |
| 14 | + <meta content=2013-04-25 name=dcterms.date> |
| 15 | + <meta content="Tab Atkins Jr." name=dcterms.creator> |
| 16 | + <meta content="Elika J. Etemad" name=dcterms.creator> |
| 17 | + <meta content="Rossen Atanassov" name=dcterms.creator> |
| 18 | + <meta content=W3C name=dcterms.publisher> |
| 19 | + <meta content="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/" |
| 20 | + name=dcterms.identifier> |
21 | 21 | <link href="../default.css" rel=stylesheet type="text/css"> |
22 | 22 | <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon"> |
23 | 23 | <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet |
|
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>W3C Working Draft, 4 April |
| 62 | + <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft, 25 April |
63 | 63 | 2013</h2> |
64 | 64 |
|
65 | 65 | <dl> |
66 | 66 | <dt>This version: |
67 | 67 |
|
68 | 68 | <dd><a |
69 | | - href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130404/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130404/</a> |
| 69 | + href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/</a> |
70 | 70 | <!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a> --> |
71 | 71 |
|
72 | 72 | <dt>Latest version: |
@@ -1583,7 +1583,8 @@ <h4 id=repeat-notation><span class=secno>5.1.2. </span> Repeating Rows and |
1583 | 1583 | <h4 id=fr-unit><span class=secno>5.1.3. </span> Flexible Lengths: the |
1584 | 1584 | ‘<code class=css>fr</code>’ unit</h4> |
1585 | 1585 |
|
1586 | | - <p> The ‘<code class=css>fr</code>’ unit represents a fraction of the |
| 1586 | + <p> A <dfn id=flexible-length>flexible length</dfn> is a dimension with the |
| 1587 | + ‘<code class=css>fr</code>’ unit, which represents a fraction of the |
1587 | 1588 | <a href="#free-space"><i>free space</i></a> in the <a |
1588 | 1589 | href="#grid-container"><i>grid container</i></a>. |
1589 | 1590 |
|
@@ -3825,6 +3826,9 @@ <h2 class=no-num id=index> Index</h2> |
3825 | 3826 | <li><var><flex></var>, <a href="#ltflex" |
3826 | 3827 | title="section 5.1."><strong>5.1.</strong></a> |
3827 | 3828 |
|
| 3829 | + <li>flexible length, <a href="#flexible-length" |
| 3830 | + title="section 5.1.3."><strong>5.1.3.</strong></a> |
| 3831 | + |
3828 | 3832 | <li>free space, <a href="#free-space" |
3829 | 3833 | title="section 5.1.3."><strong>5.1.3.</strong></a> |
3830 | 3834 |
|
|
0 commit comments