You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-multicol/Overview.bs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -693,6 +693,8 @@ Two assumptions are being made by the pseudo-algorithm:
693
693
(11) W := max(0, ((U + column-gap)/N - column-gap))
694
694
</pre>
695
695
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
+
696
698
In paged media, user agents may perform this calculation on a
697
699
per-page basis.
698
700
@@ -1734,6 +1736,7 @@ This appendix describes changes from the
1734
1736
>Candidate Recommendation (CR) of 12 April 2011</a>.
1735
1737
1736
1738
<ul>
1739
+
<li>Added July 1016 resolution to change the floor to a required amount, consistent with the CSS Grid spec.
1737
1740
<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>.
1738
1741
<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>.
1739
1742
<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