@@ -1091,18 +1091,7 @@ Once it is sufficiently stable in this specification,
1091
1091
<dd>
1092
1092
1093
1093
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.
1106
1095
1107
1096
<dt> <dfn>discard</dfn>
1108
1097
<dd>
@@ -1123,7 +1112,7 @@ Once it is sufficiently stable in this specification,
1123
1112
similar to if it were ''display: none'' :
1124
1113
* Just as the content is visually hidden, it is not made available for speech rendering
1125
1114
* 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
1127
1116
* [=Positioned=] elements whose static position is in the discarded content are not rendered.
1128
1117
1129
1118
Issue(2971): Are we sure about that?
0 commit comments