Skip to content

Commit

Permalink
[css-overflow] Bikeshed fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frivoal committed Jul 11, 2018
1 parent 4a5af57 commit e886052
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css-overflow-3/Overview.bs
Expand Up @@ -296,12 +296,12 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'

<pre class=propdef>
Name: overflow-x, overflow-y
Value: ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''auto''
Value: ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''overflow/auto''
Initial: ''visible''
Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
Inherited: no
Percentages: N/A
Computed value: as specified, except with ''visible''/''clip'' computing to ''auto''/''hidden'' (respectively) if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''clip''
Computed value: as specified, except with ''visible''/''clip'' computing to ''overflow/auto''/''hidden'' (respectively) if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''clip''
Animatable: no
</pre>

Expand All @@ -314,7 +314,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'

<pre class=propdef>
Name: overflow
Value: [ ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''auto'' ]{1,2}
Value: [ ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''overflow/auto'' ]{1,2}
Initial: see individual properties
Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
Inherited: no
Expand Down Expand Up @@ -411,16 +411,16 @@ Overflow in Print and Other Static Media</h3>
to adjust layout such that all relevant content
is simultaneously visible.

On <a>scroll containers</a> in <a>static media</a>
On <a>scroll containers</a> in non-interactive media
with an 'overflow' value of ''overflow/auto'' or ''overflow/scroll''
(but not ''overflow/hidden'')
UAs may display an indication of any scrollable overflow,
such as by displaying scrollbars
or an ellipsis.

Note: Not all <a>paged media</a> is <a lt="static media">static</a>;
Note: Not all paged media is non-interactive
for example, e-book readers page content,
but are <a lt="interactive media">interactive</a>.
but are interactive.

<h3 id="scrollbar-layout">
Scrollbars and Layout</h3>
Expand Down Expand Up @@ -784,8 +784,8 @@ Limiting Visible Lines: the 'max-lines' property</h2>

<pre class=propdef>
Name: max-lines
Value: none | <<integer>>
Initial: none
Value: ''none'' | <<integer>>
Initial: ''none''
Applies to: <a>block containers</a> (excluding <a>multi-column containers</a>)
Inherited: no
Animatable: as integer
Expand All @@ -798,7 +798,7 @@ Limiting Visible Lines: the 'max-lines' property</h2>
remaining content is fragmented away
and neither rendered nor measured.
Specifically,
if the value of 'max-lines' is not <dfn for=max-lines type=value>none</dfn>:
if the value of 'max-lines' is not <dfn for=max-lines dfn-type=value>none</dfn>:

<ul>
<li>The box becomes a <a>fragmentation container</a>
Expand Down

0 comments on commit e886052

Please sign in to comment.