Skip to content

Commit 310078e

Browse files
committed
[css-sizing] Add Changes section
1 parent 81821e8 commit 310078e

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

css-sizing/Overview.bs

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Terminology</h2>
153153
Note: This is called the “shrink-to-fit” width in <a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
154154
and <a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout § 3.4</a>.
155155

156-
<dt><dfn>preferred inline-size</dfn>
156+
<dt><dfn title="preferred inline-size|preferred size">preferred inline-size</dfn>
157157
<dd>
158158
A box’s “ideal” <i>inline-size</i>.
159159
Unless otherwise specified, this is the <i>max-content inline-size</i>.
@@ -550,6 +550,26 @@ Extrinsic Size Determination</h2>
550550
<a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html">Example.</a>
551551
Maybe it should stop at each formatting root, or something similar?
552552

553+
<h2 class=no-num id="changes">
554+
Changes</h2>
555+
556+
<p>
557+
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-sizing-20120927/">September 2012 Working Draft</a> include:
558+
559+
<ul>
560+
<li>Changed <code>fill-available</code> keyword to <code>fill</code>.
561+
<li>Defined <a>preferred size</a> concept.
562+
<li>Hooked up intrinsic sizes of replaced elements to the <a>default sizing algorithm</a> in [[!CSS3-IMAGES]].
563+
<li>Specified that ''fill'' treates ''margin/auto'' margins as zero.
564+
<li>Clarified definition of <a>available size</a>.
565+
<li>Specified that percentages resolved against an intrinsic size of the parent computes falls back to auto sizing.
566+
<li>Fixed bad wording wrt containing blocks in <a>fill-available inline size</a> definition,
567+
and specified that it is calculated <em>after</em> margin collapsing.
568+
<li>Specified that an absolutely-positioned box's containing block is always considered definite.
569+
<li>Improved section on intrinsic sizing of multi-column elements.
570+
<li>Cleaned up some terminology (“min-size” to “min-content size”, “measure” to “inline-size, “extent” to “block-size”).
571+
</ul>
572+
553573
<h2 class=no-num id="acknowledgments">
554574
Acknowledgments</h2>
555575

0 commit comments

Comments
 (0)