File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,6 +454,27 @@ Overflow Viewport Propagation</h3>
454454 If ''overflow/visible'' is applied to the viewport,
455455 it must be interpreted as ''overflow/auto'' .
456456
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+
457478<h2 id="max-lines">
458479Limiting Visible Lines: the 'max-lines' property</h2>
459480
You can’t perform that action at this time.
0 commit comments