File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,6 +228,11 @@ spec:css21; type:property; text:max-width
228228 A sequence of sibling boxes is consecutive
229229 if each box in the sequence is consecutive to the one before it in the sequence.
230230 </dl>
231+
232+ <dt> <dfn id="table-slot">slot</dfn>
233+ <dd>
234+ The <a>slot</a> is an available space created by the intersection of and inline and block
235+ <a>table-track</a> .
231236
232237 <!--------------------------------------------------------------------------------->
233238 <h3 id="fixup">Fixup</h3>
@@ -649,9 +654,9 @@ spec:css21; type:property; text:max-width
649654 <li><b> Determine the amount of rows/columns the table requires.</b><br/>
650655 This is done by executing the steps described in [[#dimensioning-the-row-column-grid]] .
651656
652- <li><b> [A] If the row/column grid has at least one slot:</b>
657+ <li><b> [A] If the row/column grid has at least one <a> slot</a> :</b>
653658 <ol>
654- <li><b> Ensure each cell slot is occupied by at least one cell.</b><br/>
659+ <li><b> Ensure each cell <a> slot</a> is occupied by at least one cell.</b><br/>
655660 This is done by executing the steps described in [[#missing-cells-fixup]] .
656661
657662 <li><b> Compute the minimun width of each row/column.</b><br/>
You can’t perform that action at this time.
0 commit comments