Skip to content

Commit 0331b71

Browse files
committed
[css-logical-1] Reorder words width/height to correspond to horizontal-tb ordering. #3077
1 parent 60fc9bf commit 0331b71

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-logical-1/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -365,45 +365,45 @@ Logical Height and Logical Width: the 'block-size' and 'inline-size' properties<
365365
Name: block-size, inline-size
366366
Value: <<'width'>>
367367
Initial: auto
368-
Applies to: Same as 'width' and 'height'
368+
Applies to: Same as 'height' and 'width'
369369
Inherited: No
370370
Percentages: As for the corresponding physical property
371-
Computed value: Same as 'width', 'height'
371+
Computed value: Same as 'height', 'width'
372372
Animation type: by computed value type
373373
</pre>
374374

375375
These properties correspond to the
376-
'width' and 'height' properties.
376+
'height' and 'width' properties.
377377
The mapping depends on the element's 'writing-mode'.
378378

379379
<pre class="propdef">
380380
Name: min-block-size, min-inline-size
381381
Value: <<'min-width'>>
382382
Initial: 0
383-
Applies to: same as 'width' and 'height'
383+
Applies to: same as 'height' and 'width'
384384
Inherited: No
385385
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'
387387
Animation type: by computed value type
388388
</pre>
389389

390390
These properties correspond to the
391-
'min-width' and 'min-height' properties.
391+
'min-height' and 'min-width' properties.
392392
The mapping depends on the element's 'writing-mode'.
393393

394394
<pre class="propdef">
395395
Name: max-block-size, max-inline-size
396396
Value: <<'max-width'>>
397397
Initial: none
398-
Applies to: same as 'width' and 'height'
398+
Applies to: same as 'height' and 'width'
399399
Inherited: no
400400
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'
402402
Animation type: by computed value type
403403
</pre>
404404

405405
These properties correspond to the
406-
'max-width' and 'max-height' properties.
406+
'max-height' and 'max-width' properties.
407407
The mapping depends on the element's 'writing-mode'.
408408

409409
<h3 id="margin-properties">

0 commit comments

Comments
 (0)