Skip to content

Commit e886052

Browse files
committed
[css-overflow] Bikeshed fixes
1 parent 4a5af57 commit e886052

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-overflow-3/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,12 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
296296

297297
<pre class=propdef>
298298
Name: overflow-x, overflow-y
299-
Value: ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''auto''
299+
Value: ''visible'' | ''hidden'' | ''clip'' | ''scroll'' | ''overflow/auto''
300300
Initial: ''visible''
301301
Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
302302
Inherited: no
303303
Percentages: N/A
304-
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''
304+
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''
305305
Animatable: no
306306
</pre>
307307

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

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

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

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

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

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

803803
<ul>
804804
<li>The box becomes a <a>fragmentation container</a>

0 commit comments

Comments
 (0)