Skip to content

Commit ecd1e08

Browse files
committed
[css-overflow] record issue about multicol
1 parent 7b83477 commit ecd1e08

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

css-overflow/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@ This was initially proposed as
554554
"fragmentation: auto | none | break | clone | page"
555555
in <a href="https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html">https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html</a>.
556556

557+
Issue: If we introduce a pseudo element that can select columns in a multicol,
558+
we would need to specify that next computes to next on it,
559+
or introduce a new value and have next compute to that
560+
(but what would that value compute to on things that aren't columns?).
561+
557562
Note: For background discussions leading to this property, see these threads:
558563
<a href="http://lists.w3.org/Archives/Public/www-style/2012May/1197.html">discussion of overflow, overflow-x, overflow-y and overflow-style</a> and
559564
<a href="https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html">proposal for a fragmentation property</a>

css-overflow/Overview.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,12 @@ <h2 class="heading settled" data-level="4" id="fragmentation"><span class="secno
950950
in <a href="https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html">https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html</a>.</p>
951951

952952

953+
<p class="issue" id="issue-598fb492"><a class="self-link" href="#issue-598fb492"></a>If we introduce a pseudo element that can select columns in a multicol,
954+
we would need to specify that next computes to next on it,
955+
or introduce a new value and have next compute to that
956+
(but what would that value compute to on things that aren’t columns?).</p>
957+
958+
953959
<p class="note" role="note">Note: For background discussions leading to this property, see these threads:
954960
<a href="http://lists.w3.org/Archives/Public/www-style/2012May/1197.html">discussion of overflow, overflow-x, overflow-y and overflow-style</a> and
955961
<a href="https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html">proposal for a fragmentation property</a></p>
@@ -2134,6 +2140,10 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
21342140
This was initially proposed as
21352141
"fragmentation: auto | none | break | clone | page"
21362142
in <a href="https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html">https://lists.w3.org/Archives/Public/www-style/2015Jan/0357.html</a>.<a href="#issue-77a336c3"></a></div>
2143+
<div class="issue">If we introduce a pseudo element that can select columns in a multicol,
2144+
we would need to specify that next computes to next on it,
2145+
or introduce a new value and have next compute to that
2146+
(but what would that value compute to on things that aren’t columns?).<a href="#issue-598fb492"></a></div>
21372147
<div class="issue">Write this section<a href="#issue-001d5014"></a></div>
21382148
<div class="issue">The initial proposal in <a data-link-type="biblio" href="#biblio-css3gcpm">[CSS3GCPM]</a> and implemantation from Opera
21392149
used 4 values instead of <a class="css" data-link-type="maybe" href="#valdef-continue-paginate">paginate</a>:

0 commit comments

Comments
 (0)