Skip to content

Commit c42b3c1

Browse files
committed
Added July 1016 resolution to change the floor to a required amount, using agreed wording
1 parent b2b312a commit c42b3c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-multicol/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ Two assumptions are being made by the pseudo-algorithm:
693693
(11) W := max(0, ((U + column-gap)/N - column-gap))
694694
</pre>
695695

696+
For the purpose of finding the number of auto-repeated tracks, the UA must floor the track size to a UA-specified value to avoid division by zero. It is suggested that this floor be 1px or less.
697+
696698
In paged media, user agents may perform this calculation on a
697699
per-page basis.
698700

@@ -1734,6 +1736,7 @@ This appendix describes changes from the
17341736
>Candidate Recommendation (CR) of 12 April 2011</a>.
17351737

17361738
<ul>
1739+
<li>Added July 1016 resolution to change the floor to a required amount, consistent with the CSS Grid spec.
17371740
<li>Remove the restriction about overflow columns only being in continuous media in the statement that column-fill has no effect on overflow columns. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
17381741
<li>Added keyword balance-all and examples to demonstrate how this should work. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
17391742
<li> The pseudo-algorithm has been revised on a number of occasions. <a href="https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html">Latest change Feb 2013</a>.

0 commit comments

Comments
 (0)