Skip to content

Commit 2905293

Browse files
committed
[css-overflow-3] Flow relative overflow properties
Closes #2000
1 parent e42f131 commit 2905293

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

css-overflow-3/Overview.bs

+21
Original file line numberDiff line numberDiff 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">
458479
Limiting Visible Lines: the 'max-lines' property</h2>
459480

0 commit comments

Comments
 (0)