[css3-overflow] 'overflow' also applies to grid containers, as discussed in today's teleconference

Wed, 27 Mar 2013 09:16:58 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 27 Mar 2013 09:16:58 -0700
changeset 7819
6116cc028e7c
parent 7818
52b4a3e63cc1
child 7820
dd69498547be

[css3-overflow] 'overflow' also applies to grid containers, as discussed in today's teleconference

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	Tue Mar 26 16:58:50 2013 -0700
     1.2 +++ b/css3-overflow/Overview.html	Wed Mar 27 09:16:58 2013 -0700
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5    <meta content="CSS Overflow Module Level 3" name=dc.title>
     1.6    <meta content=text name=dc.type>
     1.7 -  <meta content=2013-03-25 name=dc.date>
     1.8 +  <meta content=2013-03-27 name=dc.date>
     1.9    <meta content="L. David Baron" name=dc.creator>
    1.10    <meta content=W3C name=dc.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css3-overflow/" name=dc.identifier>
    1.12 @@ -126,7 +126,7 @@
    1.13  
    1.14     <h1>CSS Overflow Module Level 3</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 March 2013</h2>
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 March 2013</h2>
    1.18  
    1.19     <dl>
    1.20      <dt>This version:
    1.21 @@ -394,9 +394,11 @@
    1.22       <th>Applies to:
    1.23  
    1.24       <td>block containers <a href="#CSS21"
    1.25 -      rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and flex containers <a
    1.26 +      rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, flex containers <a
    1.27        href="#CSS3-FLEXBOX"
    1.28 -      rel=biblioentry>[CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--></a>
    1.29 +      rel=biblioentry>[CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--></a>, and grid
    1.30 +      containers <a href="#CSS3-GRID-LAYOUT"
    1.31 +      rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{!CSS3-GRID-LAYOUT}}--></a>
    1.32  
    1.33      <tr>
    1.34       <th>Inherited:
    1.35 @@ -875,9 +877,10 @@
    1.36     (Since ‘<a href="#overflow"><code class=property>overflow</code></a>’,
    1.37     ‘<a href="#overflow-x"><code class=property>overflow-x</code></a>’,
    1.38     and ‘<a href="#overflow-y"><code class=property>overflow-y</code></a>’
    1.39 -   only apply to block containers and flex containers, the computed value of
    1.40 -   ‘<code class=property>display-inside</code>’ is always ‘<code
    1.41 -   class=css>block</code>’ or ‘<code class=css>flex</code>’. <span
    1.42 +   only apply to block containers, flex containers, and grid containers the
    1.43 +   computed value of ‘<code class=property>display-inside</code>’ is
    1.44 +   always ‘<code class=css>block</code>’, ‘<code
    1.45 +   class=css>flex</code>’ or ‘<code class=css>grid</code>’. <span
    1.46     class=issue>Need to specify exactly how this works, but it depends on
    1.47     having ‘<code class=property>display-inside</code>’ and ‘<code
    1.48     class=property>display-outside</code>’ specified.</span>
    1.49 @@ -1452,6 +1455,16 @@
    1.50     </dd>
    1.51     <!---->
    1.52  
    1.53 +   <dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
    1.54 +
    1.55 +   <dd>Alex Mogilevsky; et al. <a
    1.56 +    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/"><cite>CSS
    1.57 +    Grid Layout.</cite></a> 6 November 2012. W3C Working Draft. (Work in
    1.58 +    progress.) URL: <a
    1.59 +    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
    1.60 +   </dd>
    1.61 +   <!---->
    1.62 +
    1.63     <dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
    1.64  
    1.65     <dd>Elika J. Etemad; Koji Ishii. <a
    1.66 @@ -1520,16 +1533,6 @@
    1.67     </dd>
    1.68     <!---->
    1.69  
    1.70 -   <dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]
    1.71 -
    1.72 -   <dd>Alex Mogilevsky; et al. <a
    1.73 -    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/"><cite>CSS
    1.74 -    Grid Layout.</cite></a> 6 November 2012. W3C Working Draft. (Work in
    1.75 -    progress.) URL: <a
    1.76 -    href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
    1.77 -   </dd>
    1.78 -   <!---->
    1.79 -
    1.80     <dt id=CSS3-MARQUEE>[CSS3-MARQUEE]
    1.81  
    1.82     <dd>Bert Bos. <a
    1.83 @@ -1701,7 +1704,8 @@
    1.84  
    1.85       <td>visible
    1.86  
    1.87 -     <td>block containers [CSS21] and flex containers [CSS3-FLEXBOX]
    1.88 +     <td>block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
    1.89 +      containers [CSS3-GRID-LAYOUT]
    1.90  
    1.91       <td>no
    1.92  
    1.93 @@ -1717,7 +1721,8 @@
    1.94  
    1.95       <td>visible
    1.96  
    1.97 -     <td>block containers [CSS21] and flex containers [CSS3-FLEXBOX]
    1.98 +     <td>block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
    1.99 +      containers [CSS3-GRID-LAYOUT]
   1.100  
   1.101       <td>no
   1.102  
     2.1 --- a/css3-overflow/Overview.src.html	Tue Mar 26 16:58:50 2013 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Wed Mar 27 09:16:58 2013 -0700
     2.3 @@ -260,7 +260,7 @@
     2.4  			<td>visible
     2.5  		<tr>
     2.6  			<th>Applies to:
     2.7 -			<td>block containers [[!CSS21]] and flex containers [[!CSS3-FLEXBOX]]
     2.8 +			<td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
     2.9  		<tr>
    2.10  			<th>Inherited:
    2.11  			<td>no
    2.12 @@ -679,9 +679,9 @@
    2.13  		or 'float' is permitted, but is not allowed to change
    2.14  		the computed value of 'display-inside'.
    2.15  		(Since 'overflow', 'overflow-x', and 'overflow-y' only
    2.16 -		apply to block containers and flex containers,
    2.17 +		apply to block containers, flex containers, and grid containers
    2.18  		the computed value of 'display-inside' is always
    2.19 -		''block'' or ''flex''.
    2.20 +		''block'', ''flex'' or ''grid''.
    2.21  		<span class="issue">Need to specify exactly how this works,
    2.22  		but it depends on
    2.23  		having 'display-inside' and 'display-outside' specified.</span>

mercurial