Skip to content

Commit 01046b5

Browse files
committed
Merge branch 'master' of https://github.com/w3c/csswg-drafts
2 parents 2180747 + db8702c commit 01046b5

2 files changed

Lines changed: 11 additions & 46 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 11 additions & 11 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/>
@@ -701,8 +706,10 @@ spec:css21; type:property; text:max-width
701706
<figcaption>Overview of the table layout algorithm. Not normative.</figcaption>
702707
</figure>
703708

704-
<div class="investigation" id="investigation-1">
705-
<a href="investigations.html#investigation-1" target="_blank">View investigation information</a>
709+
<div class="issue">
710+
<a class="hint" href="https://jsfiddle.net/sckxeLmh/2/">!Test case</a>
711+
<a class="hint" href="https://jsfiddle.net/sckxeLmh/4/">!!Test case</a>
712+
<a class="hint" href="https://jsfiddle.net/sckxeLmh/5/">!!Test case</a>
706713
</div>
707714

708715
<!--------------------------------------------------------------------------------->
@@ -3158,13 +3165,6 @@ spec:css21; type:property; text:max-width
31583165
.hint:hover { opacity: 1; }
31593166

31603167
.highlight { background: yellow; }
3161-
.investigation {
3162-
position: relative;
3163-
border-left: 8px solid #162955;
3164-
background: #B9C0D0;
3165-
padding: .5em;
3166-
margin: 1em auto;
3167-
}
31683168

31693169
/* fallback for summary/details */
31703170
details { display: block; font-weight: normal !important; }

css-tables-3/investigations.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)