Skip to content

Commit f3794fd

Browse files
committed
[css-overflow] Record issues about what max-lines applies to
1 parent 08da1ca commit f3794fd

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

css-overflow/Overview.bs

+9-1
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,15 @@ the ''continue/fragments'' value of the 'continue' property.
10781078
</dl>
10791079

10801080
<p class="issue">Should this apply to fragment overflow only, or also
1081-
to pagination?</p>
1081+
to pagination?
1082+
Given what we're doing with the continue property,
1083+
it should actually apply to any fragmentainer.</p>
1084+
1085+
Issue: having max-lines do nothing on regular elements is not ideal.
1086+
When applied to non fragmentainers,
1087+
it should probably cause 'continue' to compute to ''continue/discard''
1088+
so that you only need to reach for one property rather than 2 to get
1089+
that effect.
10821090

10831091
<div class="example">
10841092
<table class="source-demo-pair"><tr><td><pre>&lt;!DOCTYPE HTML&gt;

css-overflow/Overview.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
<h1 class="p-name no-ref" id="title">CSS Overflow Module Level 3</h1>
768768

769769
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
770-
<time class="dt-updated" datetime="2015-03-11">11 March 2015</time></span></h2>
770+
<time class="dt-updated" datetime="2015-03-13">13 March 2015</time></span></h2>
771771

772772
<div data-fill-with="spec-metadata">
773773
<dl>
@@ -2212,8 +2212,17 @@ <h3 class="heading settled" data-level="6.2" id="max-lines"><span class="secno">
22122212
</dl>
22132213

22142214

2215-
<p class="issue" id="issue-1527f8dd"><a class="self-link" href="#issue-1527f8dd"></a>Should this apply to fragment overflow only, or also
2216-
to pagination?</p>
2215+
<p class="issue" id="issue-f6e7b6c3"><a class="self-link" href="#issue-f6e7b6c3"></a>Should this apply to fragment overflow only, or also
2216+
to pagination?
2217+
Given what we’re doing with the continue property,
2218+
it should actually apply to any fragmentainer.</p>
2219+
2220+
2221+
<p class="issue" id="issue-13fa8ed4"><a class="self-link" href="#issue-13fa8ed4"></a>having max-lines do nothing on regular elements is not ideal.
2222+
When applied to non fragmentainers,
2223+
it should probably cause <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a> to compute to <a class="css" data-link-type="maybe" href="#valdef-continue-discard">discard</a>
2224+
so that you only need to reach for one property rather than 2 to get
2225+
that effect.</p>
22172226

22182227

22192228
<div class="example">
@@ -2896,7 +2905,14 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
28962905
boundaries) is the break forced?
28972906
<a href="#issue-9488ec29"></a></div>
28982907
<div class="issue">Should this apply to fragment overflow only, or also
2899-
to pagination?<a href="#issue-1527f8dd"></a></div>
2908+
to pagination?
2909+
Given what we’re doing with the continue property,
2910+
it should actually apply to any fragmentainer.<a href="#issue-f6e7b6c3"></a></div>
2911+
<div class="issue">having max-lines do nothing on regular elements is not ideal.
2912+
When applied to non fragmentainers,
2913+
it should probably cause <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a> to compute to <a class="css" data-link-type="maybe" href="#valdef-continue-discard">discard</a>
2914+
so that you only need to reach for one property rather than 2 to get
2915+
that effect.<a href="#issue-13fa8ed4"></a></div>
29002916
<div class="issue">
29012917
This specification should define useful behavior
29022918
for all values of <a class="property" data-link-type="propdesc" href="#propdef-overflow">overflow</a> and <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a>

0 commit comments

Comments
 (0)