8000 [css-sizing] bikeshed fixes · w3c/csswg-drafts@b83c7f0 · GitHub 10000
Skip to content

Commit b83c7f0

Browse files
committed
[css-sizing] bikeshed fixes
1 parent c805f56 commit b83c7f0

2 files changed

Lines changed: 31 additions & 13 deletions

File tree

css-sizing-3/Overview.bs

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Shortname: css-sizing
44
Level: 3
55
Status: ED
6-
Work Status: Exploring
6+
Work Status: Revising
77
Group: csswg
88
ED: https://drafts.csswg.org/css-sizing
99
TR: https://www.w3.org/TR/css3-sizing/
@@ -12,12 +12,16 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
1212
!Issue Tracking: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Sizing&amp;resolution=---">W3C Bugzilla</a>
1313
Previous version: https://www.w3.org/TR/2012/WD-css3-sizing-20120927/
1414
Abstract: This module extends the CSS sizing properties with keywords that represent content-based "intrinsic" sizes and context-based "extrinsic" sizes, allowing CSS to more easily describe boxes that fit their content or fit into a particular layout context.
15-
Link Defaults: css21 (property) min-width/min-height/max-width/max-height, css21 (dfn) initial containing block/block container box
1615
Ignored Terms: block-level box
1716
</pre>
1817

19-
<pre class='anchors'>
20-
url: https://www.w3.org/TR/CSS2/visuren.html#containing-block; type: dfn; text: containing block
18+
<pre class='link-defaults'>
19+
spec:css-display-3; type:dfn; text:box
20+
spec:css21; type: property
21+
text: min-width
22+
text: min-height
23+
text: max-width
24+
text: max-height
2125
</pre>
2226

2327
<!-- Notes on stuff to do... [copy/pasted from etherpad, probably out-of-date, evaluate later]
@@ -203,7 +207,7 @@ Auto Box Sizes</h3>
203207
and <a href="https://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout § 3.4</a>.
204208
</div>
205209

206-
<h3 id='contributions'>
210+
<h3 id='contributions' dfn export lt="intrinsic size contribution">
207211
Intrinsic Size Contributions</h3>
208212

209213
<dl export>
@@ -219,7 +223,7 @@ Intrinsic Size Contributions</h3>
219223
Intrinsic size contributions are based on the <a>outer size</a> of the box;
220224
for this purpose ''margin/auto'' margins are treated as zero.
221225

222-
<h3 id='constraints'>
226+
<h3 id='constraints' dfn export lt="intrinsic size constraint">
223227
Intrinsic Size Constraints</h3>
224228

225229
<dl export>
@@ -271,7 +275,7 @@ New Keywords for 'width' and 'height'</h3>
271275
as appropriate to the writing mode.
272276
</dl>
273277

274-
Issue: Is ''fill'' stable enough or should we defer to L4?
278+
Issue: Is ''width/fill'' stable enough or should we defer to L4?
275279
Is the name clear enough, or should it be reverted to ''fill-available''
276280
(or changed to something else)?
277281

@@ -454,3 +458,8 @@ Acknowledgments</h2>
454458

455459
<p>Special thanks go to Aaron Gustafson, L. David Baron
456460
for their contributions to this module.
461+
462+
<h2 class=no-num id=priv-sec>
463+
Privacy and Security Considerations</h2>
464+
465+
This specification introduces no new privacy or security considerations.

css-sizing/Overview.bs

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
1212
!Issue Tracking: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Sizing&amp;resolution=---">W3C Bugzilla</a>
1313
Previous version: https://www.w3.org/TR/2012/WD-css3-sizing-20120927/
1414
Abstract: This module extends the CSS sizing properties with keywords that represent content-based "intrinsic" sizes and context-based "extrinsic" sizes, allowing CSS to more easily describe boxes that fit their content or fit into a particular layout context.
15-
Link Defaults: css21 (property) min-width/min-height/max-width/max-height, css21 (dfn) initial containing block/block container box
1615
Ignored Terms: block-level box
1716
</pre>
1817

19-
<pre class='anchors'>
20-
url: https://www.w3.org/TR/CSS2/visuren.html#containing-block; type: dfn; text: containing block
18+
<pre class='link-defaults'>
19+
spec:css-display-3; type:dfn; text:box
20+
spec:css21; type: property
21+
text: min-width
22+
text: min-height
23+
text: max-width
24+
text: max-height
2125
</pre>
2226

2327

@@ -204,7 +208,7 @@ Auto Box Sizes</h3>
204208
and <a href="https://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout § 3.4</a>.
205209
</div>
206210

207-
<h3 id='contributions'>
211+
<h3 id='contributions' dfn export lt="intrinsic size contribution">
208212
Intrinsic Size Contributions</h3>
209213

210214
<dl export>
@@ -220,7 +224,7 @@ Intrinsic Size Contributions</h3>
220224
Intrinsic size contributions are based on the <a>outer size</a> of the box;
221225
for this purpose ''margin/auto'' margins are treated as zero.
222226

223-
<h3 id='constraints'>
227+
<h3 id='constraints' dfn export lt="intrinsic size constraint">
224228
Intrinsic Size Constraints</h3>
225229

226230
<dl export>
@@ -440,7 +444,7 @@ Intrinsic Sizes of Non-Replaced Blocks</h3>
440444
Intrinsic Sizes in Table Layout</h3>
441445

442446
<p class='issue'>
443-
???
447+
¯\_(ツ)_/¯
444448

445449

446450

@@ -632,3 +636,8 @@ Acknowledgments</h2>
632636

633637
<p>Special thanks go to Aaron Gustafson, L. David Baron
634638
for their contributions to this module.
639+
640+
<h2 class=no-num id=priv-sec>
641+
Privacy and Security Considerations</h2>
642+
643+
This specification introduces no new privacy or security considerations.

0 commit comments

Comments
 (0)