@@ -425,11 +425,16 @@ spec:css22; type:property; text:display
425
425
do not receive any specific or default styling,
426
426
except where otherwise mentioned by this specification.
427
427
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>
433
438
434
439
<!--——————————————————————————————————————————————————————————————————————————-->
435
440
<h4 id="fixup-examples">Examples</h4>
@@ -601,7 +606,7 @@ spec:css22; type:property; text:display
601
606
Like mentioned in the <a href="#table-structure">Table structure</a> section,
602
607
how many rows and columns a table has
603
608
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
605
610
do require running the HTML Algorithms for tables.
606
611
607
612
<h4 id="dimensioning-the-row-column-grid--step1">HTML Algorithm</h4>
0 commit comments