Skip to content

Commit d8f9f64

Browse files
committed
[css-overflow-3] Slight reword to make it blindingly obvious and not ignorable.
1 parent c0044dc commit d8f9f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Scrollable overflow</h3>
151151
<ul>
152152
<li>the box’s own content and padding areas
153153
<li>all line boxes directly contained by the box
154-
<li>the margin boxes <em>and</em> border boxes
154+
<li>the margin boxes <em>unioned with</em> the border boxes
155155
of all in-flow and floated boxes
156156
for which it is the containing block
157157
(accounting for transforms as described below).
@@ -190,7 +190,7 @@ Scrollable overflow</h3>
190190
if it has ''transform-style: preserve-3d''
191191
and the user-agent is not required to flatten it
192192
based on the <a href="http://www.w3.org/TR/css3-transforms/#transform-style-property">requirements</a> in [[!CSS3-TRANSFORMS]].
193-
193+
194194
<dt><dfn>non-3d-preserving child</dfn>
195195
<dd>
196196
A child <var>C</var> of a box <var>P</var> is a non-3d-preserving-child

0 commit comments

Comments
 (0)