Add issue on processing model for interaction with things such as grid, as discussed at face-to-face meeting afternoon of 2012-08-13.

Thu, 16 Aug 2012 15:15:27 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 16 Aug 2012 15:15:27 -0700
changeset 6494
9634c4beb885
parent 6493
bcbba88e4047
child 6495
4530a7f0e033

Add issue on processing model for interaction with things such as grid, 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 15:11:35 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Thu Aug 16 15:15:27 2012 -0700
     1.3 @@ -462,6 +462,17 @@
     1.4     class=property>break</code>’ property cause breaks within this context.
     1.5     We probably want ‘<code class=css>break: regions</code>’ to apply.
     1.6  
     1.7 +  <p class=issue> This specification needs a processing model that will apply
     1.8 +   in cases where the layout containing the fragments has characteristics
     1.9 +   that use the intrinsic size of the fragments to change the amount of space
    1.10 +   available for them, such as <a href="#CSS3-GRID-LAYOUT"
    1.11 +   rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>. There
    1.12 +   has already been some work on such a processing model in <a
    1.13 +   href="#CSS3-REGIONS"
    1.14 +   rel=biblioentry>[CSS3-REGIONS]<!--{{CSS3-REGIONS}}--></a>, and the work
    1.15 +   done on a model there, and the editors of that specification, should
    1.16 +   inform what happens in this specification.
    1.17 +
    1.18    <h3 id=fragment-styling><span class=secno>4.1. </span>Fragment styling</h3>
    1.19  
    1.20    <h4 id=fragment-pseudo-element><span class=secno>4.1.1. </span>The
    1.21 @@ -1207,6 +1218,26 @@
    1.22      </dd>
    1.23     <!---->
    1.24  
    1.25 +   <dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
    1.26 +
    1.27 +   <dd>Alex Mogilevsky; et al. <a
    1.28 +    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/"><cite>CSS
    1.29 +    Grid Layout.</cite></a> 22 March 2012. W3C Working Draft. (Work in
    1.30 +    progress.) URL: <a
    1.31 +    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/</a>
    1.32 +    </dd>
    1.33 +   <!---->
    1.34 +
    1.35 +   <dt id=CSS3-REGIONS>[CSS3-REGIONS]
    1.36 +
    1.37 +   <dd>Vincent Hardy; Alex Mogilevsky; Alan Stearns. <a
    1.38 +    href="http://www.w3.org/TR/2012/WD-css3-regions-20120503/"><cite>CSS
    1.39 +    Regions Module Level 3.</cite></a> 3 May 2012. W3C Working Draft. (Work
    1.40 +    in progress.) URL: <a
    1.41 +    href="http://www.w3.org/TR/2012/WD-css3-regions-20120503/">http://www.w3.org/TR/2012/WD-css3-regions-20120503/</a>
    1.42 +    </dd>
    1.43 +   <!---->
    1.44 +
    1.45     <dt id=CSS3BOX>[CSS3BOX]
    1.46  
    1.47     <dd>Bert Bos. <a
     2.1 --- a/css3-overflow/Overview.src.html	Thu Aug 16 15:11:35 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 15:15:27 2012 -0700
     2.3 @@ -352,6 +352,19 @@
     2.4  		We probably want ''break: regions'' to apply.
     2.5  	</p>
     2.6  
     2.7 +	<p class="issue">
     2.8 +		This specification needs a processing model
     2.9 +		that will apply in cases where the layout containing the
    2.10 +		fragments has characteristics that use the intrinsic size of the fragments
    2.11 +		to change the amount of space available for them,
    2.12 +		such as [[CSS3-GRID-LAYOUT]].
    2.13 +		There has already been some work on such a processing model
    2.14 +		in [[CSS3-REGIONS]],
    2.15 +		and the work done on a model there,
    2.16 +		and the editors of that specification,
    2.17 +		should inform what happens in this specification.
    2.18 +	</p>
    2.19 +
    2.20  <h3 id="fragment-styling">Fragment styling</h3>
    2.21  
    2.22  <h4 id="fragment-pseudo-element">The ::nth-fragment() pseudo-element</h4>

mercurial