File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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> .
You can’t perform that action at this time.
0 commit comments