Skip to content

Commit 0451682

Browse files
committed
Generated. Do not edit!
1 parent 3494c08 commit 0451682

1 file changed

Lines changed: 71 additions & 28 deletions

File tree

css-template/Overview.html

Lines changed: 71 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dc.rights>
1212
<meta content="CSS Grid Template Layout Module" name=dc.title>
1313
<meta content=text name=dc.type>
14-
<meta content=2013-03-21 name=dc.date>
14+
<meta content=2013-03-29 name=dc.date>
1515
<meta content="Bert Bos" name=dc.creator>
1616
<meta content="César Acebal" name=dc.creator>
1717
<meta content=W3C name=dc.publisher>
@@ -37,7 +37,7 @@
3737
<h1>CSS Grid Template Layout Module</h1>
3838

3939
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
40-
21 March 2013</h2>
40+
29 March 2013</h2>
4141

4242
<dl>
4343
<dt>This version:
@@ -55,10 +55,13 @@ <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
5555
<dd><a
5656
href="http://www.w3.org/TR/2011/WD-css3-layout-20111129/">http://www.w3.org/TR/2011/WD-css3-layout-20111129/</a>
5757

58-
<dt>Feedback:</dt>
59-
<dd><a href="mailto:www-style@w3.org?subject=%5B[css-template]%5D%20feedback">www-style@w3.org</a>
60-
with subject line &ldquo;<kbd>[css-template] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
61-
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/">archives</a>)
58+
<dt>Feedback:
59+
60+
<dd> <a
61+
href="mailto:www-style@w3.org?subject=%5B[css3-layout]%5D%20feedback">www-style@w3.org</a>
62+
with subject line “[css3-layout] <var>… message topic …</var>
63+
(<a href="http://lists.w3.org/Archives/Public/www-style/"
64+
rel=discussion>archives</a>)
6265

6366
<dt>Editors:
6467

@@ -2899,24 +2902,15 @@ <h3 id=stacking-elements-on-top-of-a-grid-grid-><span class=secno>3.2.
28992902

29002903
<p>The ‘<a href="#grid-area"><code class=property>grid-area</code></a>
29012904
property can take an element out of the flow and position it relative to a
2902-
grid. The ‘<a href="#z-index"><code class=property>z-index</code></a>
2903-
is used to determine the stacking level. If the element has no <a
2905+
grid. Unless the value of ‘<a href="#grid-area"><code
2906+
class=property>grid-area</code></a>’ is ‘<a
2907+
href="#lsquononersquo"><code class=css>none</code></a>’, the ‘<a
2908+
href="#z-index"><code class=property>z-index</code></a>’ property
2909+
applies and determines the stacking level. If the element has no <a
29042910
href="#grid-ancestor">grid ancestor,</a> the element is positioned as if
29052911
the value were ‘<a href="#lsquononersquo"><code
29062912
class=css>none</code></a>’. The values have the following meanings:
29072913

2908-
<p class=issue>Define the effect of ‘<a href="#z-index"><code
2909-
class=property>z-index</code></a>’. Note that ‘<a
2910-
href="#z-index"><code class=property>z-index</code></a>’ in CSS2 did not
2911-
apply to non-positioned elements.
2912-
2913-
<p class=issue>Specify that ‘<a href="#float"><code
2914-
class=property>float</code></a>’ does not apply if ‘<a
2915-
href="#grid-area"><code class=property>grid-area</code></a>’ is not
2916-
<a href="#lsquononersquo"><code class=css>none</code></a>’. Anything
2917-
to say about the computed value of ‘<a href="#display0"><code
2918-
class=property>display</code></a>’?
2919-
29202914
<dl>
29212915
<dt>none
29222916

@@ -3016,6 +3010,55 @@ <h3 id=stacking-elements-on-top-of-a-grid-grid-><span class=secno>3.2.
30163010
<p class=issue>With what size?
30173011
</dl>
30183012

3013+
<p>If an elements has a ‘<a href="#grid-area"><code
3014+
class=property>grid-area</code></a>’ other than ‘<a
3015+
href="#lsquononersquo"><code class=css>none</code></a>’, then the ‘<a
3016+
href="#float"><code class=property>float</code></a>’ property does not
3017+
apply and the values of ‘<a href="#display0"><code
3018+
class=property>display</code></a>’ are determined according to this
3019+
table:
3020+
3021+
<table class=equiv-table>
3022+
<thead>
3023+
<tr>
3024+
<th>Specified value
3025+
3026+
<th>Computed value
3027+
3028+
<tbody>
3029+
<tr>
3030+
<td>inline-table
3031+
3032+
<td>table
3033+
3034+
<tr>
3035+
<td>inline, table-row-group, table-column, table-column-group,
3036+
table-header-group, table-footer-group, table-row, table-cell,
3037+
table-caption, inline-block, run-in, compact, ruby, ruby-base,
3038+
ruby-text, ruby-base-group, ruby-text-group
3039+
3040+
<td>block
3041+
3042+
<tr>
3043+
<td>inline-flex
3044+
3045+
<td>flex
3046+
3047+
<tr>
3048+
<td>others
3049+
3050+
<td>same as specified
3051+
</table>
3052+
3053+
<p class=note>Note that “others” includes ‘<code
3054+
class=css>list-item</code>’, ‘<code class=css>table</code>’,
3055+
<code class=css>container' </code>’flex'‘<code class=css> and of
3056+
course </code>’‘<a href="#lsquononersquo"><code
3057+
class=property>none</code></a>’‘<code class=css>. </code>
3058+
3059+
<p class=issue>Check that the list above covers everything in <a
3060+
href="#CSS3BOX" rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a>.
3061+
30193062
<div class=example>
30203063
<p>For example, these rules
30213064

@@ -3032,7 +3075,7 @@ <h3 id=stacking-elements-on-top-of-a-grid-grid-><span class=secno>3.2.
30323075
<p>For example, this document fragment
30333076

30343077
<pre>
3035-
&lt;DIV STYLE="grid: 'a b b'"&gt;
3078+
&lt;DIV STYLE="grid: a b b'"&gt;
30363079
&lt;P STYLE="grid-area: a"&gt;...
30373080
&lt;P STYLE="grid-area: next same"&gt;...
30383081
&lt;/DIV&gt;
@@ -5675,10 +5718,10 @@ <h2 class=no-num id=references>References</h2>
56755718
<dt id=CSS21>[CSS21]
56765719

56775720
<dd>Bert Bos; et al. <a
5678-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
5721+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
56795722
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
56805723
2011. W3C Recommendation. URL: <a
5681-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
5724+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
56825725
</dd>
56835726
<!---->
56845727

@@ -5734,11 +5777,11 @@ <h2 class=no-num id=references>References</h2>
57345777

57355778
<dt id=CSS3PAGE>[CSS3PAGE]
57365779

5737-
<dd>Håkon Wium Lie; Melinda Grant. <a
5738-
href="http://www.w3.org/TR/2006/WD-css3-page-20061010"><cite>CSS3 Module:
5739-
Paged Media.</cite></a> 10 October 2006. W3C Working Draft. (Work in
5740-
progress.) URL: <a
5741-
href="http://www.w3.org/TR/2006/WD-css3-page-20061010">http://www.w3.org/TR/2006/WD-css3-page-20061010</a>
5780+
<dd>Melinda Grant; et al. <a
5781+
href="http://www.w3.org/TR/2013/WD-css3-page-20130314/"><cite>CSS Paged
5782+
Media Module Level 3.</cite></a> 14 March 2013. W3C Working Draft. (Work
5783+
in progress.) URL: <a
5784+
href="http://www.w3.org/TR/2013/WD-css3-page-20130314/">http://www.w3.org/TR/2013/WD-css3-page-20130314/</a>
57425785
</dd>
57435786
<!---->
57445787

0 commit comments

Comments
 (0)