Skip to content

Commit db8702c

Browse files
author
gregwhitworth
committed
[css-table] Added slot definition
1 parent 1cfdc2a commit db8702c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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>&lbrack;A&rbrack; If the row/column grid has at least one slot:</b>
657+
<li><b>&lbrack;A&rbrack; 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/>

0 commit comments

Comments
 (0)