Mention need for prose to make break:regions apply, as discussed at face-to-face meeting afternoon of 2012-08-13.

Thu, 16 Aug 2012 14:43:26 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 16 Aug 2012 14:43:26 -0700
changeset 6488
5eeaa30b7d12
parent 6487
cd908039c977
child 6489
826370658d6c

Mention need for prose to make break:regions apply, as discussed at face-to-face meeting afternoon of 2012-08-13.

css3-overflow/Overview.html file | annotate | diff | comparison | revisions
css3-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-overflow/Overview.html	Thu Aug 16 14:41:43 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Thu Aug 16 14:43:26 2012 -0700
     1.3 @@ -449,6 +449,11 @@
     1.4     fragments</code>’ does not apply to at least some table parts, and
     1.5     perhaps other elements as well. We need to determine exactly which ones.
     1.6  
     1.7 +  <p class=issue> This specification needs to say which type of fragmentation
     1.8 +   context is created so that it's clear which values of the ‘<code
     1.9 +   class=property>break</code>’ property cause breaks within this context.
    1.10 +   We probably want ‘<code class=css>break: regions</code>’ to apply.
    1.11 +
    1.12    <h3 id=fragment-styling><span class=secno>4.1. </span>Fragment styling</h3>
    1.13  
    1.14    <h4 id=fragment-pseudo-element><span class=secno>4.1.1. </span>The
     2.1 --- a/css3-overflow/Overview.src.html	Thu Aug 16 14:41:43 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 14:43:26 2012 -0700
     2.3 @@ -338,6 +338,14 @@
     2.4  		We need to determine exactly which ones.
     2.5  	</p>
     2.6  
     2.7 +	<p class="issue">
     2.8 +		This specification needs to say which type of
     2.9 +		fragmentation context is created
    2.10 +		so that it's clear which values of the 'break' property
    2.11 +		cause breaks within this context.
    2.12 +		We probably want ''break: regions'' to apply.
    2.13 +	</p>
    2.14 +
    2.15  <h3 id="fragment-styling">Fragment styling</h3>
    2.16  
    2.17  <h4 id="fragment-pseudo-element">The ::nth-fragment() pseudo-element</h4>

mercurial