@@ -365,45 +365,45 @@ Logical Height and Logical Width: the 'block-size' and 'inline-size' properties<
365
365
Name : block-size, inline-size
366
366
Value : <<'width'>>
367
367
Initial : auto
368
- Applies to : Same as 'width ' and 'height '
368
+ Applies to : Same as 'height ' and 'width '
369
369
Inherited : No
370
370
Percentages : As for the corresponding physical property
371
- Computed value : Same as 'width ', 'height '
371
+ Computed value : Same as 'height ', 'width '
372
372
Animation type : by computed value type
373
373
</pre>
374
374
375
375
These properties correspond to the
376
- 'width ' and 'height ' properties.
376
+ 'height ' and 'width ' properties.
377
377
The mapping depends on the element's 'writing-mode' .
378
378
379
379
<pre class="propdef">
380
380
Name : min-block-size, min-inline-size
381
381
Value : <<'min-width'>>
382
382
Initial : 0
383
- Applies to : same as 'width ' and 'height '
383
+ Applies to : same as 'height ' and 'width '
384
384
Inherited : No
385
385
Percentages : As for the corresponding physical property
386
- Computed value : Same as 'min-width ', 'min-height '
386
+ Computed value : Same as 'min-height ', 'min-width '
387
387
Animation type : by computed value type
388
388
</pre>
389
389
390
390
These properties correspond to the
391
- 'min-width ' and 'min-height ' properties.
391
+ 'min-height ' and 'min-width ' properties.
392
392
The mapping depends on the element's 'writing-mode' .
393
393
394
394
<pre class="propdef">
395
395
Name : max-block-size, max-inline-size
396
396
Value : <<'max-width'>>
397
397
Initial : none
398
- Applies to : same as 'width ' and 'height '
398
+ Applies to : same as 'height ' and 'width '
399
399
Inherited : no
400
400
Percentages : As for the corresponding physical property
401
- Computed value : Same as 'max-width ', 'max-height '
401
+ Computed value : Same as 'max-height ', 'max-width '
402
402
Animation type : by computed value type
403
403
</pre>
404
404
405
405
These properties correspond to the
406
- 'max-width ' and 'max-height ' properties.
406
+ 'max-height ' and 'max-width ' properties.
407
407
The mapping depends on the element's 'writing-mode' .
408
408
409
409
<h3 id="margin-properties">
0 commit comments