Skip to content

Commit

Permalink
[css-overflow-3] Flow relative overflow properties
Browse files Browse the repository at this point in the history
Closes #2000
  • Loading branch information
frivoal committed Mar 29, 2018
1 parent e42f131 commit 2905293
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,27 @@ Overflow Viewport Propagation</h3>
If ''overflow/visible'' is applied to the viewport,
it must be interpreted as ''overflow/auto''.

<h3 id=logical>
Flow relative properties: the 'overflow-block' and 'overflow-inline' properties</h3>

The following properties are processed according to the same processing model
as the Flow-Relative box model properties defined in [[css-logical-1#box]].

<pre class="propdef">
Name: overflow-inline, overflow-block
Value: <<'overflow'>>
Initial: auto
Applies to: Same as 'overflow-x' and 'overflow-y'
Inherited: No
Percentages: N/A
Media: visual
Computed value: Same as 'overflow-x' and 'overflow-y'
</pre>

These properties correspond to the
'overflow-x' and 'overflow-y' properties.
The mapping depends on the element's 'writing-mode'.

<h2 id="max-lines">
Limiting Visible Lines: the 'max-lines' property</h2>

Expand Down

0 comments on commit 2905293

Please sign in to comment.