File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,27 @@ Overflow Viewport Propagation</h3>
454
454
If ''overflow/visible'' is applied to the viewport,
455
455
it must be interpreted as ''overflow/auto'' .
456
456
457
+ <h3 id=logical>
458
+ Flow relative properties: the 'overflow-block' and 'overflow-inline' properties</h3>
459
+
460
+ The following properties are processed according to the same processing model
461
+ as the Flow-Relative box model properties defined in [[css-logical-1#box]] .
462
+
463
+ <pre class="propdef">
464
+ Name : overflow-inline, overflow-block
465
+ Value : <<'overflow'>>
466
+ Initial : auto
467
+ Applies to : Same as 'overflow-x' and 'overflow-y'
468
+ Inherited : No
469
+ Percentages : N/A
470
+ Media : visual
471
+ Computed value : Same as 'overflow-x' and 'overflow-y'
472
+ </pre>
473
+
474
+ These properties correspond to the
475
+ 'overflow-x' and 'overflow-y' properties.
476
+ The mapping depends on the element's 'writing-mode' .
477
+
457
478
<h2 id="max-lines">
458
479
Limiting Visible Lines: the 'max-lines' property</h2>
459
480
You can’t perform that action at this time.
0 commit comments