Skip to content

Commit 4eb217e

Browse files
committed
[css-overflow-3] Editorial improvements
Remove redundant text, and fix typo.
1 parent 3cc2eee commit 4eb217e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

css-overflow-3/Overview.bs

+2-13
Original file line numberDiff line numberDiff line change
@@ -1091,18 +1091,7 @@ Once it is sufficiently stable in this specification,
10911091
<dd>
10921092

10931093
If the box has more content than can fit,
1094-
the excess content is handled according to the usual rules:
1095-
1096-
If the box is not a [=fragmentation container=]
1097-
or if it is the last [=fragmentation container=] in a [=fragmentation context=]
1098-
which does not automatically generate more as needed (for example the last region in a region chain, see [[CSS-REGIONS-1]]),
1099-
content that doesn't fit into the box overflows,
1100-
as specified by the 'overflow' property.
1101-
1102-
Otherwise (i.e. the box is a non-last fragmentation container),
1103-
the remainer of the [=fragmented flow=] after the [=fragmentation break=] (if any)
1104-
is flowed to the next [=fragmentation container=] in the [=fragmentation context=].
1105-
The 'overflow' property continues to govern how to handle the contents of a box that extend outside one of that box’s edges
1094+
the excess content is handled according to the usual rules.
11061095

11071096
<dt><dfn>discard</dfn>
11081097
<dd>
@@ -1123,7 +1112,7 @@ Once it is sufficiently stable in this specification,
11231112
similar to if it were ''display: none'':
11241113
* Just as the content is visually hidden, it is not made available for speech rendering
11251114
* It does not allow user interaction
1126-
* Issue(2970): Mae sure effects on OM are well defined
1115+
* Issue(2970): Make sure effects on OM are well defined
11271116
* [=Positioned=] elements whose static position is in the discarded content are not rendered.
11281117

11291118
Issue(2971): Are we sure about that?

0 commit comments

Comments
 (0)