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
Please note that the 'float' and 'position' properties sometimes <a href="http://www.w3.org/TR/CSS22/visuren.html#dis-pos-flo">affect the computed value</a> of 'display'.
542
542
When those properties are used on what should have been table internal boxes, they switch to <code>block</code> instead.
543
-
This transformation happen before the table fixup.
543
+
This transformation happens before the table fixup.
The above formula take in account 'border-spacing', and it might not be directly obvious what the effect of these mean, so here are a couple of properties of those formula:
2780
+
The above formula takes into account 'border-spacing', and it might not be directly obvious what the effect of these mean, so here are a couple of properties of those formula:
2781
2781
<ul>
2782
2782
<li> the border-spacing before the first track or after the last track in a direction is not included in any track's or track-group's breadth.
2783
2783
<li> the border-spacing between tracks is not included in any track's breadth, but is included in the breadth of track-groups spanning both tracks.
0 commit comments