Skip to content

Commit dccff87

Browse files
committed
[css-overflow-3][editorial] Move/tweak some wording about replaced elements' overflow. w3c#7435
1 parent 7972b3b commit dccff87

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

css-overflow-3/Overview.bs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Types of Overflow</h2>
191191
in the box's coordinate system, but might be non-rectangular
192192
in other coordinate systems due to transforms. [[CSS3-TRANSFORMS]]
193193

194+
Any overflow of [=replaced=] content is always [=ink overflow=]
195+
(as opposed to [=scrollable overflow=]).
194196

195197
<h3 id="scrollable">
196198
Scrollable Overflow</h3>
@@ -376,11 +378,6 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
376378
the box’s content is rendered outside the box if positioned there.
377379
The box is not a <a>scroll container</a>.
378380

379-
If the element is [=replaced=],
380-
any overflow is [=ink overflow=].
381-
(Otherwise, it might be [=ink overflow=] or [=scrollable overflow=],
382-
depending on what precisely is overflowing.)
383-
384381
<dt><dfn>hidden</dfn>
385382
<dd>
386383
This value indicates that
@@ -479,8 +476,8 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
479476

480477
On [=replaced elements=],
481478
the [=used values=]
482-
for all computed values other than ''visible''
483-
become ''overflow/clip''.
479+
of all computed values other than ''visible''
480+
is ''overflow/clip''.
484481

485482
<h3 id="static-media">
486483
Overflow in Print and Other Static Media</h3>

0 commit comments

Comments
 (0)