Skip to content

Commit c0044dc

Browse files
committed
[css-overview-3] Use consistent punctuation. And valuedef intro line.
1 parent 9ce4538 commit c0044dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-overflow-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
321321
that sets the specified values of both 'overflow-x' and 'overflow-y'
322322
to the value specified for 'overflow'.
323323

324-
The values of these properties are:
324+
Values have the following meanings:
325325

326326
<dl dfn-for="overflow, overflow-x, overflow-y" dfn-type="value">
327327
<dt><dfn>visible</dfn>
@@ -377,8 +377,8 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
377377
<dd>
378378
This value indicates that
379379
the box’s content is clipped to the padding box,
380-
but can be scrolled into view;
381-
and therefore the box is a <a>scrollable box</a>.
380+
but can be scrolled into view
381+
(and therefore the box is a <a>scrollable box</a>).
382382
However, if the user agent uses a scrolling mechanism
383383
that is visible on the screen (such as a scroll bar or a panner),
384384
that mechanism should only be displayed

0 commit comments

Comments
 (0)