Mention issue of ::fragment::nth() syntax, as discussed at face-to-face meeting afternoon of 2012-08-13.

Thu, 16 Aug 2012 14:45:14 -0700

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

Mention issue of ::fragment::nth() syntax, 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:43:26 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Thu Aug 16 14:45:14 2012 -0700
     1.3 @@ -472,6 +472,11 @@
     1.4     the end rather than the start are intentionally not provided. Such
     1.5     selectors would interfere with determining the number of fragments.
     1.6  
     1.7 +  <p class=issue> Depending on future discussions, this ‘<code
     1.8 +   class=css>::nth-fragment(<var>an+b</var>)</code>’ syntax may be replaced
     1.9 +   with the new ‘<code class=css>::fragment:nth(<var>an+b</var>)</code>’
    1.10 +   syntax.
    1.11 +
    1.12    <h4 id=style-of-fragments><span class=secno>4.1.2. </span>Styling of
    1.13     fragments</h4>
    1.14  
     2.1 --- a/css3-overflow/Overview.src.html	Thu Aug 16 14:43:26 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 14:45:14 2012 -0700
     2.3 @@ -369,6 +369,13 @@
     2.4  		the number of fragments.
     2.5  	</p>
     2.6  
     2.7 +	<p class="issue">
     2.8 +		Depending on future discussions,
     2.9 +		this ''::nth-fragment(<var>an+b</var>)'' syntax
    2.10 +		may be replaced with
    2.11 +		the new ''::fragment:nth(<var>an+b</var>)'' syntax.
    2.12 +	</p>
    2.13 +
    2.14  <h4 id="style-of-fragments">Styling of fragments</h4>
    2.15  
    2.16  	<p class="issue">

mercurial