12
12
< meta content ="CSS Intrinsic & Extrinsic Sizing Module Level 3 "
13
13
name =dcterms.title >
14
14
< meta content =text name =dcterms.type >
15
- < meta content =2013-02-20 name =dcterms.issued >
16
- < meta content ="http://dev.w3.org/csswg/css3-sizing/ " name =dcterms.creator >
15
+ < meta content =2013-07-22 name =dcterms.date >
16
+ < meta content ="Tab Atkins Jr. " name =dcterms.creator >
17
+ < meta content ="Elika J. Etemad " name =dcterms.creator >
17
18
< meta content =W3C name =dcterms.publisher >
18
19
< meta content ="http://dev.w3.org/csswg/css3-sizing/ "
19
20
name =dcterms.identifier >
31
32
32
33
< h1 > CSS Intrinsic & Extrinsic Sizing Module Level 3</ h1 >
33
34
34
- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 February
35
- 2013</ h2 >
35
+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 22 July 2013</ h2 >
36
36
37
37
< dl > <!--
38
38
<dt>This version:
39
- <dd><a href="http://dev.w3.org/csswg/css3-sizing/">http://www.w3.org/TR/2013/ED-css3-sizing-20130220 /</a>
39
+ <dd><a href="http://dev.w3.org/csswg/css3-sizing/">http://www.w3.org/TR/2013/ED-css3-sizing-20130722 /</a>
40
40
-->
41
41
42
42
< dt > Latest version:
@@ -61,9 +61,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 February
61
61
Bugzilla</ a >
62
62
63
63
< dt > Feedback:
64
- < dd > < a href ="mailto:www-style@w3.org?subject=%5Bcss-sizing%5D%20feedback "> www-style@w3.org</ a >
65
- with subject line “< kbd > [css-sizing] < var > … message topic …</ var > </ kbd > ”
66
- (< a rel ="discussion " href ="http://lists.w3.org/Archives/Public/www-style/ "> archives</ a > )
64
+
65
+ < dd > < a
66
+ href ="mailto:www-style@w3.org?subject=%5Bcss-sizing%5D%20feedback "> www-style@w3.org</ a >
67
+ with subject line “< kbd > [css-sizing] < var > … message topic
68
+ …</ var > </ kbd > ” (< a
69
+ href ="http://lists.w3.org/Archives/Public/www-style/ "
70
+ rel =discussion > archives</ a > )
67
71
68
72
< dt > Editors:
69
73
@@ -124,20 +128,22 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
124
128
“css3-sizing” in the subject, preferably like this:
125
129
“[<!----> css3-sizing<!----> ] < em > …summary of comment…</ em > ”
126
130
127
- < p > This document was produced by the < a href ="/Style/CSS/members "> CSS
128
- Working Group</ a > (part of the < a href ="/Style/ "> Style Activity</ a > ).
131
+ < p > This document was produced by the < a
132
+ href ="http://www.w3.org/Style/CSS/members "> CSS Working Group</ a > (part of
133
+ the < a href ="http://www.w3.org/Style/ "> Style Activity</ a > ).
129
134
130
135
< p > This document was produced by a group operating under the < a
131
- href ="/Consortium/Patent-Policy-20040205/ "> 5 February 2004 W3C Patent
132
- Policy</ a > . W3C maintains a < a href ="/2004/01/pp-impl/32061/status "
136
+ href ="http://www.w3.org/Consortium/Patent-Policy-20040205/ "> 5 February
137
+ 2004 W3C Patent Policy</ a > . W3C maintains a < a
138
+ href ="http://www.w3.org/2004/01/pp-impl/32061/status "
133
139
rel =disclosure > public list of any patent disclosures</ a > made in
134
140
connection with the deliverables of the group; that page also includes
135
141
instructions for disclosing a patent. An individual who has actual
136
142
knowledge of a patent which the individual believes contains < a
137
- href ="/Consortium/Patent-Policy-20040205/#def-essential "> Essential
143
+ href ="http://www.w3.org /Consortium/Patent-Policy-20040205/#def-essential "> Essential
138
144
Claim(s)</ a > must disclose the information in accordance with < a
139
- href ="/ Consortium/Patent-Policy-20040205/#sec-Disclosure "> section 6 of the
140
- W3C Patent Policy</ a > .</ p >
145
+ href ="http://www.w3.org/ Consortium/Patent-Policy-20040205/#sec-Disclosure "> section
146
+ 6 of the W3C Patent Policy</ a > .</ p >
141
147
<!--end-status-->
142
148
143
149
< p > The following features are at risk: …
@@ -303,8 +309,10 @@ <h2 id=terms><span class=secno>2. </span> Terminology</h2>
303
309
title ="available|available size|available measure|available extent|available space "> available
304
310
size</ dfn >
305
311
306
- < dd > The space into which a box is laid out, typically either a
307
- measurement of its < i > containing block</ i > or an infinite size. An < a
312
+ < dd > The space into which a box is laid out. Unless otherwise specified,
313
+ this is either a measurement of its < i > containing block</ i > (if that is
314
+ < a href ="#definite "> < i > definite</ i > </ a > ) or an infinite size (when it is
315
+ < a href ="#indefinite "> < i > indefinite</ i > </ a > ). An < a
308
316
href ="#available "> < i > available size</ i > </ a > can alternatively be either a
309
317
< dfn id =min-content-constraint > min-content constraint</ dfn > or a < dfn
310
318
id =max-content-constraint > max-content constraint</ dfn > . <!--
@@ -321,8 +329,9 @@ <h2 id=terms><span class=secno>2. </span> Terminology</h2>
321
329
a given size is that size, minus the element's computed margins (not
322
330
collapsed, treating ‘< code class =css > auto</ code > ’ as zero), border,
323
331
and padding in the given dimension.
324
- < p class =note > Note: This is the formula used to calculate widths of
325
- non-replaced blocks in normal flow in < a
332
+ < p class =note > Note: This is the formula used to calculate the ‘< code
333
+ class =css > auto</ code > ’ widths of non-replaced blocks in normal flow in
334
+ < a
326
335
href ="http://www.w3.org/TR/CSS21/visudet.html#blockwidth "> CSS2.1§10.3.3</ a > .
327
336
328
337
< dt > < dfn id =fallback-size title ="fallback|fallback size "> fallback
@@ -1113,16 +1122,16 @@ <h3 class=no-num id=normative-references> Normative references</h3>
1113
1122
<!-- Sorted by label -->
1114
1123
1115
1124
< dl class =bibliography >
1116
- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1125
+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1117
1126
<!---->
1118
1127
1119
1128
< dt id =CSS21 > [CSS21]
1120
1129
1121
1130
< dd > Bert Bos; et al. < a
1122
- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> < cite > Cascading Style
1131
+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> < cite > Cascading Style
1123
1132
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 June
1124
1133
2011. W3C Recommendation. URL: < a
1125
- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> http://www.w3.org/TR/2011/REC-CSS2-20110607/ </ a >
1134
+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> http://www.w3.org/TR/2011/REC-CSS2-20110607</ a >
1126
1135
</ dd >
1127
1136
<!---->
1128
1137
@@ -1172,7 +1181,7 @@ <h3 class=no-num id=other-references> Other references</h3>
1172
1181
<!-- Sorted by label -->
1173
1182
1174
1183
< dl class =bibliography >
1175
- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1184
+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
1176
1185
<!---->
1177
1186
1178
1187
< dt id =CSS3-BREAK > [CSS3-BREAK]
@@ -1218,8 +1227,7 @@ <h2 class=no-num id=index> Index</h2>
1218
1227
< li > available space, < a href ="#available "
1219
1228
title ="section 2. "> < strong > 2.</ strong > </ a >
1220
1229
1221
- < li > ‘< a href ="#contain-floats "> < code
1222
- class =css > contain-floats</ code > </ a > ’, < a href ="#contain-floats "
1230
+ < li > ‘< code class =css > contain-floats</ code > ’, < a href ="#contain-floats "
1223
1231
title ="section 3.2. "> < strong > 3.2.</ strong > </ a >
1224
1232
1225
1233
< li > definite, < a href ="#definite "
@@ -1237,8 +1245,7 @@ <h2 class=no-num id=index> Index</h2>
1237
1245
< li > fallback size, < a href ="#fallback-size "
1238
1246
title ="section 2. "> < strong > 2.</ strong > </ a >
1239
1247
1240
- < li > ‘< a href ="#fill-available "> < code
1241
- class =css > fill-available</ code > </ a > ’, < a href ="#fill-available "
1248
+ < li > ‘< code class =css > fill-available</ code > ’, < a href ="#fill-available "
1242
1249
title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1243
1250
1244
1251
< li > fill-available extent, < a href ="#fill-available-extent "
@@ -1250,8 +1257,8 @@ <h2 class=no-num id=index> Index</h2>
1250
1257
< li > fill-available measure, < a href ="#fill-available-measure "
1251
1258
title ="section 2. "> < strong > 2.</ strong > </ a >
1252
1259
1253
- < li > ‘< a href =" #fit-content " > < code class =css > fit-content</ code > </ a > ’,
1254
- < a href =" #fit-content " title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1260
+ < li > ‘< code class =css > fit-content</ code > ’, < a href =" #fit-content "
1261
+ title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1255
1262
1256
1263
< li > fit-content extent, < a href ="#fit-content-extent "
1257
1264
title ="section 2. "> < strong > 2.</ strong > </ a >
@@ -1268,8 +1275,8 @@ <h2 class=no-num id=index> Index</h2>
1268
1275
< li > Intrinsic sizing, < a href ="#intrinsic-sizing0 "
1269
1276
title ="section 4. "> < strong > 4.</ strong > </ a >
1270
1277
1271
- < li > ‘< a href =" #max-content " > < code class =css > max-content</ code > </ a > ’,
1272
- < a href =" #max-content " title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1278
+ < li > ‘< code class =css > max-content</ code > ’, < a href =" #max-content "
1279
+ title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1273
1280
1274
1281
< li > max-content constraint, < a href ="#max-content-constraint "
1275
1282
title ="section 2. "> < strong > 2.</ strong > </ a >
@@ -1286,8 +1293,8 @@ <h2 class=no-num id=index> Index</h2>
1286
1293
< li > max-size contribution, < a href ="#max-size-contribution "
1287
1294
title ="section 2. "> < strong > 2.</ strong > </ a >
1288
1295
1289
- < li > ‘< a href =" #min-content " > < code class =css > min-content</ code > </ a > ’,
1290
- < a href =" #min-content " title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1296
+ < li > ‘< code class =css > min-content</ code > ’, < a href =" #min-content "
1297
+ title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1291
1298
1292
1299
< li > min-content constraint, < a href ="#min-content-constraint "
1293
1300
title ="section 2. "> < strong > 2.</ strong > </ a >
@@ -1307,9 +1314,8 @@ <h2 class=no-num id=index> Index</h2>
1307
1314
< li > renderer, < a href ="#renderer "
1308
1315
title ="section 6.2. "> < strong > 6.2.</ strong > </ a >
1309
1316
1310
- < li > ‘< a href ="#repudiate-floats "> < code
1311
- class =css > repudiate-floats</ code > </ a > ’, < a href ="#repudiate-floats "
1312
- title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1317
+ < li > ‘< code class =css > repudiate-floats</ code > ’, < a
1318
+ href ="#repudiate-floats " title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
1313
1319
1314
1320
< li > size, < a href ="#size " title ="section 2. "> < strong > 2.</ strong > </ a >
1315
1321
0 commit comments