@@ -277,7 +277,8 @@ Logical Height and Logical Width: the 'block-size' and 'inline-size' properties<
277277 Inherited : No
278278 Percentages : As for the corresponding physical property
279279 Media : visual
280- Computed value : Same as 'width' and 'height'
280+ Computed value : Same as 'width', 'height'
281+ Animatable : Same as 'width', 'height'
281282 </pre>
282283
283284 These properties correspond to the
@@ -292,7 +293,8 @@ Logical Height and Logical Width: the 'block-size' and 'inline-size' properties<
292293 Inherited : No
293294 Percentages : As for the corresponding physical property
294295 Media : visual
295- Computed value : Same as 'min-width' and 'min-height'
296+ Computed value : Same as 'min-width', 'min-height'
297+ Animatable : Same as 'min-width', 'min-height'
296298 </pre>
297299
298300 These properties correspond to the
@@ -307,7 +309,8 @@ Logical Height and Logical Width: the 'block-size' and 'inline-size' properties<
307309 Inherited : no
308310 Percentages : As for the corresponding physical property
309311 Media : visual
310- Computed value : Same as 'max-width' and 'max-height'
312+ Computed value : Same as 'max-width', 'max-height'
313+ Animatable : Same as 'max-width', 'max-height'
311314 </pre>
312315
313316 These properties correspond to the
@@ -320,13 +323,14 @@ the 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inl
320323
321324 <pre class="propdef">
322325 Name : margin-block-start, margin-block-end, margin-inline-start, margin-inline-end
323- Value : <<'margin-left '>>
326+ Value : <<'margin-top '>>
324327 Initial : 0
325- Applies to : Same as 'margin'
328+ Applies to : Same as 'margin-top '
326329 Inherited : no
327330 Percentages : As for the corresponding physical property
328331 Media : visual
329- Computed value : the percentage as specified or the absolute length or auto (see text)
332+ Computed value : Same as corresponding 'margin-*' properties
333+ Animatable : Same as 'margin-top'
330334 </pre>
331335
332336 These properties correspond to the 'margin-top' , 'margin-bottom' , 'margin-left' , and 'margin-right' properties.
@@ -358,7 +362,8 @@ the 'inset-block-start', 'inset-block-end', 'inset-inline-start', 'inset-inline-
358362 Inherited : no
359363 Percentages : As for the corresponding physical property
360364 Media : visual
361- Computed value : Same as box offsets: 'top', 'right', 'bottom', 'left' properties except that directions are flow-relative
365+ Computed value : Same as corresponding 'top'/'right'/'bottom'/'left' properties
366+ Animatable : Same as 'top'
362367 </pre>
363368
364369 These properties correspond to the
@@ -394,13 +399,14 @@ the 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding
394399
395400 <pre class="propdef">
396401 Name : padding-block-start, padding-block-end, padding-inline-start, padding-inline-end
397- Value : <<'padding-left '>>
402+ Value : <<'padding-top '>>
398403 Initial : 0
399404 Applies to : all elements
400405 Inherited : no
401406 Percentages : As for the corresponding physical property
402407 Media : visual
403- Computed value : length (see text)
408+ Computed value : Same as corresponding 'padding-*' properties
409+ Animatable : Same as 'padding-top'
404410 </pre>
405411
406412 These properties correspond to the
@@ -436,7 +442,8 @@ the 'border-block-start-width', 'border-block-end-width', 'border-inline-start-w
436442 Inherited : no
437443 Percentages : n/a
438444 Media : visual
439- Computed value : absolute length; 0 if the border style is none or hidden (see text)
445+ Computed value : Same as corresponding 'border-*-width' properties
446+ Animatable : Same as 'border-top-width'
440447 </pre>
441448
442449 These properties correspond to the
@@ -470,7 +477,8 @@ the 'border-block-start-style', 'border-block-end-style', 'border-inline-start-s
470477 Inherited : no
471478 Percentages : n/a
472479 Media : visual
473- Computed value : specified value (see text)
480+ Computed value : Same as corresponding 'border-*-style' properties
481+ Animatable : Same as 'border-top-style'
474482 </pre>
475483
476484 These properties correspond to the
@@ -497,13 +505,14 @@ the 'border-block-start-color', 'border-block-end-color', 'border-inline-start-c
497505
498506 <pre class="propdef">
499507 Name : border-block-start-color, border-block-end-color, border-inline-start-color, border-inline-end-color
500- Value : color
508+ Value : <<'border-top- color'>>
501509 Initial : currentcolor
502510 Applies to : all elements
503511 Inherited : no
504512 Percentages : n/a
505513 Media : visual
506- Computed value : computed color (see text)
514+ Computed value : Same as corresponding 'border-*-color' properties
515+ Animatable : Same as 'border-top-color'
507516 </pre>
508517
509518 These properties correspond to the
@@ -628,6 +637,7 @@ Background Image Transform: The ''background-image-transform'' property</h3>
628637 Percentages : n/a
629638 Media : visual
630639 Computed value : as specified
640+ Animatable : discrete
631641 </pre>
632642
633643 <p class="issue">
@@ -680,6 +690,7 @@ Border Image Transform: The 'border-image-transform' property</h3>
680690 Percentages : n/a
681691 Media : visual
682692 Computed value : as specified
693+ Animatable : discrete
683694 </pre>
684695
685696 <p class="issue">
0 commit comments