Allow styling 'overflow' on ::nth-fragment(), as discussed at face-to-face meeting afternoon of 2012-08-13.

Thu, 16 Aug 2012 14:50:09 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 16 Aug 2012 14:50:09 -0700
changeset 6490
a6008f514bee
parent 6489
826370658d6c
child 6491
64dd301ea467

Allow styling 'overflow' on ::nth-fragment(), 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:45:14 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Thu Aug 16 14:50:09 2012 -0700
     1.3 @@ -564,10 +564,14 @@
     1.4    </div>
     1.5  
     1.6    <p> Styling an ‘<code class=css>::nth-fragment()</code>’ pseudo-element
     1.7 -   with the ‘<code class=property>overflow</code>’ property has no
     1.8 -   effect; the computed value of ‘<code class=property>overflow</code>’
     1.9 -   for the fragment box remains the same as the computed value of overflow
    1.10 -   for the element.
    1.11 +   with the ‘<code class=property>overflow</code>’ property does take
    1.12 +   effect; if a <a href="#fragment-box"><i>fragment box</i></a> has a
    1.13 +   computed value of ‘<code class=property>overflow</code>’ other than
    1.14 +   ‘<code class=css>fragments</code>’ then that fragment box is the last
    1.15 +   fragment. However, overriding ‘<code class=css>overflow</code>’ on the
    1.16 +   first fragment does not cause the <a href="#fragment-box"><i>fragment
    1.17 +   box</i></a> not to exist; whether there are fragment boxes at all is
    1.18 +   determined by the computed value of overflow for the element.
    1.19  
    1.20    <p> Styling an ‘<code class=css>::nth-fragment()</code>’ pseudo-element
    1.21     with the ‘<code class=property>content</code>’ property has no effect;
     2.1 --- a/css3-overflow/Overview.src.html	Thu Aug 16 14:45:14 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 14:50:09 2012 -0700
     2.3 @@ -442,9 +442,14 @@
     2.4  
     2.5  	<p>
     2.6  		Styling an ''::nth-fragment()'' pseudo-element with the 'overflow'
     2.7 -		property has no effect;
     2.8 -		the computed value of 'overflow' for the fragment box
     2.9 -		remains the same as the computed value of overflow for the element.
    2.10 +		property does take effect;
    2.11 +		if a <i>fragment box</i> has a
    2.12 +		computed value of 'overflow' other than ''fragments''
    2.13 +		then that fragment box is the last fragment.
    2.14 +		However, overriding ''overflow'' on the first fragment
    2.15 +		does not cause the <i>fragment box</i> not to exist;
    2.16 +		whether there are fragment boxes at all is determined by
    2.17 +		the computed value of overflow for the element.
    2.18  	</p>
    2.19  
    2.20  	<p>

mercurial