Skip to content

Commit 09bd015

Browse files
committed
Mention need for prose to make break:regions apply, as discussed at face-to-face meeting afternoon of 2012-08-13.
1 parent 07a7564 commit 09bd015

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

css3-overflow/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ <h2 id=fragment-overflow><span class=secno>4. </span>Fragment overflow</h2>
449449
fragments</code>’ does not apply to at least some table parts, and
450450
perhaps other elements as well. We need to determine exactly which ones.
451451

452+
<p class=issue> This specification needs to say which type of fragmentation
453+
context is created so that it's clear which values of the ‘<code
454+
class=property>break</code>’ property cause breaks within this context.
455+
We probably want ‘<code class=css>break: regions</code>’ to apply.
456+
452457
<h3 id=fragment-styling><span class=secno>4.1. </span>Fragment styling</h3>
453458

454459
<h4 id=fragment-pseudo-element><span class=secno>4.1.1. </span>The

css3-overflow/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ <h2 id="fragment-overflow">Fragment overflow</h2>
338338
We need to determine exactly which ones.
339339
</p>
340340

341+
<p class="issue">
342+
This specification needs to say which type of
343+
fragmentation context is created
344+
so that it's clear which values of the 'break' property
345+
cause breaks within this context.
346+
We probably want ''break: regions'' to apply.
347+
</p>
348+
341349
<h3 id="fragment-styling">Fragment styling</h3>
342350

343351
<h4 id="fragment-pseudo-element">The ::nth-fragment() pseudo-element</h4>

0 commit comments

Comments
 (0)