@@ -417,6 +417,7 @@ and 'max-block-size'/'max-inline-size' properties</h3>
417417 Initial : auto
418418 Applies to : Same as 'height' and 'width'
419419 Inherited : no
420+ Logical property group : size
420421 Percentages : As for the corresponding physical property
421422 Computed value : Same as 'height', 'width'
422423 Animation type : by computed value type
@@ -432,6 +433,7 @@ and 'max-block-size'/'max-inline-size' properties</h3>
432433 Initial : 0
433434 Applies to : same as 'height' and 'width'
434435 Inherited : no
436+ Logical property group : min-size
435437 Percentages : As for the corresponding physical property
436438 Computed value : Same as 'min-height', 'min-width'
437439 Animation type : by computed value type
@@ -447,6 +449,7 @@ and 'max-block-size'/'max-inline-size' properties</h3>
447449 Initial : none
448450 Applies to : same as 'height' and 'width'
449451 Inherited : no
452+ Logical property group : max-size
450453 Percentages : As for the corresponding physical property
451454 Computed value : Same as 'max-height', 'max-width'
452455 Animation type : by computed value type
@@ -466,6 +469,7 @@ the 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inl
466469 Initial : 0
467470 Applies to : Same as 'margin-top'
468471 Inherited : no
472+ Logical property group : margin
469473 Percentages : As for the corresponding physical property
470474 Computed value : Same as corresponding 'margin-*' properties
471475 Animation type : by computed value type
@@ -503,6 +507,7 @@ the 'inset-block-start', 'inset-block-end', 'inset-inline-start', 'inset-inline-
503507 Initial : auto
504508 Applies to : positioned elements
505509 Inherited : no
510+ Logical property group : inset
506511 Percentages : As for the corresponding physical property
507512 Computed value : Same as corresponding 'top'/'right'/'bottom'/'left' properties
508513 Animation type : by computed value type
@@ -545,6 +550,7 @@ the 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding
545550 Initial : 0
546551 Applies to : Same as 'padding-top'
547552 Inherited : no
553+ Logical property group : padding
548554 Percentages : As for the corresponding physical property
549555 Computed value : Same as corresponding 'padding-*' properties
550556 Animation type : by computed value type
@@ -581,6 +587,7 @@ the 'border-block-start-width', 'border-block-end-width', 'border-inline-start-w
581587 Initial : medium
582588 Applies to : Same as 'border-top-width'
583589 Inherited : no
590+ Logical property group : border-width
584591 Percentages : n/a
585592 Computed value : Same as corresponding 'border-*-width' properties
586593 Animation type : by computed value type
@@ -615,6 +622,7 @@ the 'border-block-start-style', 'border-block-end-style', 'border-inline-start-s
615622 Initial : none
616623 Applies to : Same as 'border-top-style'
617624 Inherited : no
625+ Logical property group : border-style
618626 Percentages : n/a
619627 Computed value : Same as corresponding 'border-*-style' properties
620628 Animation type : discrete
@@ -648,6 +656,7 @@ the 'border-block-start-color', 'border-block-end-color', 'border-inline-start-c
648656 Initial : currentcolor
649657 Applies to : Same as 'border-top-color'
650658 Inherited : no
659+ Logical property group : border-color
651660 Percentages : n/a
652661 Computed value : Same as corresponding 'border-*-color' properties
653662 Animation type : by computed value type
@@ -709,6 +718,7 @@ the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-ra
709718 Initial : Same as 'border-top-left-radius'
710719 Applies to : Same as 'border-top-left-radius'
711720 Inherited : no
721+ Logical property group : border-radius
712722 Percentages : Same as 'border-top-left-radius'
713723 Computed value : Same as corresponding physical 'border-*-radius' properties
714724 Animation type : by computed value type
0 commit comments