Skip to content

Commit 1ebab99

Browse files
author
Greg Whitworth
committed
Added issue to fix editorial issues with 3.3.2 and fixed spelling mistake
1 parent 7bac965 commit 1ebab99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-tables-3/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ spec:css21; type:property; text:max-width
533533
to be able to invert it to map the html results back to css boxes.
534534
</ul>
535535

536-
<h4 id="html-table-slot-assignation-algorithm">Detailled algorithm</h4>
536+
<h4 id="html-table-slot-assignation-algorithm">Detailed algorithm</h4>
537537

538538
<p>
539539
To find out how many columns and rows the row/column grid of a table contains,
@@ -555,6 +555,9 @@ spec:css21; type:property; text:max-width
555555
and append those to the element that was mapped to their parent box.
556556
</ol>
557557

558+
<p class="issue">Let's re-write this, the 'while there is one' feels redundant and
559+
we won't spend time on an element if there isn't one.
560+
558561
<a class="hint" href="https://jsfiddle.net/eqrwaLyc/">Testcase</a>.
559562
<a class="hint" href="https://jsfiddle.net/eqrwaLyc/1/">!!Testcase</a>.
560563
<a class="hint" href="https://jsfiddle.net/sckxeLmh/2/">!Test case</a>.

0 commit comments

Comments
 (0)