Skip to content

Commit 559de55

Browse files
committed
[css-tables] Editorial change; fixes #1520
1 parent c207cf0 commit 559de55

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

css-tables-3/Overview.bs

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,16 @@ spec:css22; type:property; text:display
425425
do not receive any specific or default styling,
426426
except where otherwise mentioned by this specification.
427427

428-
This means
429-
their computed background is “transparent”,
430-
their computed padding is “0px”,
431-
their computed border-style is “none”, and
432-
inherited properties get their value from the closest element ancestor of the box.
428+
<div class="note">
429+
430+
This means in particular that
431+
their computed background is “transparent”,
432+
their computed padding is “0px”,
433+
their computed border-style is “none”.
434+
435+
It is also woth reminding that an <a>anonymous box</a> inherits property values through the box tree.
436+
437+
</div>
433438

434439
<!--——————————————————————————————————————————————————————————————————————————-->
435440
<h4 id="fixup-examples">Examples</h4>
@@ -601,7 +606,7 @@ spec:css22; type:property; text:display
601606
Like mentioned in the <a href="#table-structure">Table structure</a> section,
602607
how many rows and columns a table has
603608
can be determined from the table structure.
604-
Both dimensioning the row/column <a>grid<a> and assigning table-cells their <nobr><a>slot</a>(s)</nobr> in that grid
609+
Both dimensioning the row/column <a>grid</a> and assigning table-cells their <nobr><a>slot</a>(s)</nobr> in that grid
605610
do require running the HTML Algorithms for tables.
606611

607612
<h4 id="dimensioning-the-row-column-grid--step1">HTML Algorithm</h4>

0 commit comments

Comments
 (0)