Skip to content

Commit 5389ea6

Browse files
committed
[css-grid] Be more specific that 'fr' is a unit for a dimension.
1 parent 18a87a9 commit 5389ea6

2 files changed

Lines changed: 20 additions & 15 deletions

File tree

css-grid/Overview.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
77
<title>CSS Grid Layout</title>
88

9-
<link href="http://purl.org/dc/terms/" rel=schema.dc>
9+
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
1010
<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>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
2323
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
@@ -59,14 +59,14 @@
5959

6060
<h1 class=title id=title>CSS Grid Layout</h1>
6161

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
6363
2013</h2>
6464

6565
<dl>
6666
<dt>This version:
6767

6868
<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>
7070
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a> -->
7171

7272
<dt>Latest version:
@@ -1583,7 +1583,8 @@ <h4 id=repeat-notation><span class=secno>5.1.2. </span> Repeating Rows and
15831583
<h4 id=fr-unit><span class=secno>5.1.3. </span> Flexible Lengths: the
15841584
<code class=css>fr</code>’ unit</h4>
15851585

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
15871588
<a href="#free-space"><i>free space</i></a> in the <a
15881589
href="#grid-container"><i>grid container</i></a>.
15891590

@@ -3825,6 +3826,9 @@ <h2 class=no-num id=index> Index</h2>
38253826
<li><var>&lt;flex></var>, <a href="#ltflex"
38263827
title="section 5.1."><strong>5.1.</strong></a>
38273828

3829+
<li>flexible length, <a href="#flexible-length"
3830+
title="section 5.1.3."><strong>5.1.3.</strong></a>
3831+
38283832
<li>free space, <a href="#free-space"
38293833
title="section 5.1.3."><strong>5.1.3.</strong></a>
38303834

css-grid/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,8 @@ <h4 id='fr-unit'>
11721172
Flexible Lengths: the ''fr'' unit</h4>
11731173

11741174
<p>
1175-
The ''fr'' unit represents a fraction of the <i>free space</i> in the <i>grid container</i>.
1175+
A <dfn>flexible length</dfn> is a dimension with the ''fr'' unit,
1176+
which represents a fraction of the <i>free space</i> in the <i>grid container</i>.
11761177

11771178
<p>
11781179
The distribution of <i>free space</i> occurs after all non-flexible <i>sizing functions</i> have reached their maximum.

0 commit comments

Comments
 (0)