@@ -822,7 +822,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h2>
822
822
See the corresponding longhand properties for details
823
823
about how this mechanism operates.
824
824
825
- Note : For the time being,
825
+ Issue : For the time being,
826
826
experiemental implementations are encouraged
827
827
to follow the full behavior defined by this shorthand and its longhands,
828
828
but to only expose the shorthand to authors.
@@ -934,10 +934,6 @@ Forcing a break after a set number of lines: the 'max-lines' property</h2>
934
934
<h2 id="fragmentation">
935
935
Fragmentation of overflow: the 'continue' property</h2>
936
936
937
- The 'continue' property gives authors the ability
938
- to turn a box into a [=fragmentation container=] (see [[!CSS-BREAK-3]] )
939
- and to specify that content after the [=fragmentation break=] must be discarded.
940
-
941
937
<pre class=propdef>
942
938
Name : continue
943
939
Value : ''continue/auto'' | ''discard''
@@ -949,6 +945,10 @@ and to specify that content after the [=fragmentation break=] must be discarded.
949
945
Canonical order : <abbr title="follows order of property value definition">per grammar</abbr>
950
946
</pre>
951
947
948
+ The 'continue' property gives authors the ability
949
+ to turn a box into a [=fragmentation container=] (see [[!CSS-BREAK-3]] )
950
+ and to specify that content after the [=fragmentation break=] must be discarded.
951
+
952
952
Issue: This property is meant to generalize and replace the <code> region-fragment</code> property from [[CSS-REGIONS-1]] .
953
953
Once it is sufficiently stable in this specification,
954
954
<code> region-fragment</code> should be removed from the regions specification in favor of this.
@@ -960,16 +960,16 @@ Once it is sufficiently stable in this specification,
960
960
If the box has more content than can fit,
961
961
the excess content is handled according to the usual rules:
962
962
963
- * If the box is not a [=fragmentation container=]
964
- or if it is the last [=fragmentation container=] in a [=fragmentation context=]
965
- which does not automatically generate more as needed (for example the last region in a region chain, see [[CSS-REGIONS-1]] ),
966
- content that doesn't fit into the box overflows,
967
- as specified by the 'overflow' property.
963
+ If the box is not a [=fragmentation container=]
964
+ or if it is the last [=fragmentation container=] in a [=fragmentation context=]
965
+ which does not automatically generate more as needed (for example the last region in a region chain, see [[CSS-REGIONS-1]] ),
966
+ content that doesn't fit into the box overflows,
967
+ as specified by the 'overflow' property.
968
968
969
- * Otherwise (i.e. the box is a non-last fragmentation container),
970
- the remainer of the [=fragmented flow=] after the [=fragmentation break=] (if any)
971
- is flowed to the next [=fragmentation container=] in the [=fragmentation context=] .
972
- The 'overflow' property continues to govern how to handle the contents of a box that extend outside one of that box’s edges
969
+ Otherwise (i.e. the box is a non-last fragmentation container),
970
+ the remainer of the [=fragmented flow=] after the [=fragmentation break=] (if any)
971
+ is flowed to the next [=fragmentation container=] in the [=fragmentation context=] .
972
+ The 'overflow' property continues to govern how to handle the contents of a box that extend outside one of that box’s edges
973
973
974
974
<dt> <dfn>discard</dfn>
975
975
<dd>
@@ -986,13 +986,19 @@ Once it is sufficiently stable in this specification,
986
986
is treated as the end of the <a>fragmentation container</a> ,
987
987
and the rest of the <a>fragmented flow</a> is laid out in
988
988
the next <a>fragmentation container</a> in the <a>fragmentation context</a> .
989
- The remaining content after the [=fragmentation break=] is discarded,
989
+ The remaining content after the [=fragmentation break=] is discarded,
990
990
similar to if it were ''display: none'' :
991
+ * Just as the content is visually hidden, it is not made available for speech rendering
992
+ * It does not allow user interaction
993
+ * [=Positioned=] elements whose static position is in the discarded content are not rendered.
994
+
995
+ Issue: Are we sure about that?
996
+ Discussions in the <a href="https://lists.w3.org/Archives/Public/www-style/2018Jul/0030.html">Syndey F2F meeting</a>
997
+ seemed to generally converge on this,
998
+ but other possibilities were raised.
991
999
* It is neither rendered,
992
1000
nor measured as part of the box’s contents for the purpose of
993
1001
finding its <a lt="min-content block size">min-content</a> , <a>max-content</a> , or <a lt="automatic size">automatic</a> <a>block sizes</a>
994
- * It does not allow user interaction
995
- * [=Positioned=] elements whose static position is in the discarded content are not rendered
996
1002
997
1003
However, since intrinsic sizes are calculated across all <a>fragmentation containers</a> ,
998
1004
this content <em> is</em> taken into account
0 commit comments