Skip to content

Commit 98db390

Browse files
committed
[css-overflow-3] Refer to open github issues from the spec
1 parent e128c99 commit 98db390

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

css-overflow-3/Overview.bs

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:css-transforms-2; type:property; text:transform-style
3535
type: dfn; spec:css-multicol-1; text:overflow column
3636
type: dfn; spec:css-transforms-2; text:3d rendering context
3737
spec:css-writing-modes-4; type:dfn; text:end
38+
spec:css-pseudo-4; type:selector; text:::first-line
39+
spec:css-pseudo-4; type:selector; text:::first-letter
3840
</pre>
3941
<!-- FIXME: the break-* link doesn't actually work! -->
4042
<pre class="anchors">
@@ -795,6 +797,13 @@ Indicating Block-Axis Overflow: the 'block-overflow' property</h3>
795797
Computed value: specified value
796798
</pre>
797799

800+
Issue(2561): The names of this property and its values are not fully settled,
801+
and alternatives have been suggested.
802+
For the time being,
803+
experiemental implementations are encouraged
804+
to follow the full behavior defined by this property,
805+
but to only expose it to authors through its 'line-clamp' shorthand.
806+
798807
This property allows inserting content into the last line box
799808
before a (forced <em>or</em> unforced) <a>region break</a>
800809
to indicate the continuity of truncated/interrupted content.
@@ -853,6 +862,8 @@ Indicating Block-Axis Overflow: the 'block-overflow' property</h3>
853862
and measures the inserted <a>block overflow ellipsis</a>
854863
together with the rest of the line’s content.
855864

865+
Issue(2906): Interaction with ''::first-letter'' and ''::first-line'' needs to be defined.
866+
856867
If there is no next <a>fragmentation container</a>
857868
and thus the remainder of the content after the break would be discarded,
858869
then the UA may visually replace the contents of the line,
@@ -866,13 +877,20 @@ Indicating Block-Axis Overflow: the 'block-overflow' property</h3>
866877
This can result in changes to layout within or impacted by the line.
867878
The means of breaking any resulting cycles is up to the UA.
868879

880+
Issue(2905): We may want to get rid of the "MAY" in the previous paragraph,
881+
and require a single behavior.
882+
Finding how to break the cycles probably should be defined as well.
883+
869884
If the <a>block overflow ellipsis</a>
870885
is too long to fit in the line,
871886
the result is undefined.
872887
(The UA may, for example, treat the <a>block overflow ellipsis</a> as an unbreakable string,
873888
or it may lay out the string across more than one line,
874889
replacing content in earlier lines as well.)
875890

891+
Issue(2882): There is a suggestion to actually define the behavior
892+
when the ellipsis is too long to fit the line.
893+
876894
The <a>block overflow ellipsis</a> does not capture events:
877895
pointer events are dispatched to whatever is underneath
878896
or otherwise visually replaced by it.
@@ -1103,9 +1121,10 @@ Once it is sufficiently stable in this specification,
11031121
similar to if it were ''display: none'':
11041122
* Just as the content is visually hidden, it is not made available for speech rendering
11051123
* It does not allow user interaction
1124+
* Issue(2970): Mae sure effects on OM are well defined
11061125
* [=Positioned=] elements whose static position is in the discarded content are not rendered.
11071126

1108-
Issue: Are we sure about that?
1127+
Issue(2971): Are we sure about that?
11091128
Discussions in the <a href="https://lists.w3.org/Archives/Public/www-style/2018Jul/0030.html">Syndey F2F meeting</a>
11101129
seemed to generally converge on this,
11111130
but other possibilities were raised.
@@ -1119,6 +1138,8 @@ Once it is sufficiently stable in this specification,
11191138
<a lt="min-content inline size">min-content</a> and <a>max-content</a> <a>inline sizes</a>
11201139
(see [[css-break-3#varying-size-boxes]]).
11211140

1141+
Issue(2945): The effect on intrinsic sizing is under discussion.
1142+
11221143
The effect on [=multi-column containers=] is to discard any [=overflow column=].
11231144

11241145
Note: In the case of <a href="https://www.w3.org/TR/css-break-3/#parallel-flows">parallel fragmentation flows</a>,

0 commit comments

Comments
 (0)