Skip to content

Commit 0b7d803

Browse files
committed
Generated. Do not edit!
1 parent ace57ab commit 0b7d803

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css-template/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Grid Template Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-04-16 name=dcterms.date>
14+
<meta content=2013-04-23 name=dcterms.date>
1515
<meta content="Bert Bos" name=dcterms.creator>
1616
<meta content="César Acebal" name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -38,7 +38,7 @@
3838
<h1 class=p-name>CSS Grid Template Layout Module</h1>
3939

4040
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
41-
16 April 2013</h2>
41+
23 April 2013</h2>
4242

4343
<dl>
4444
<dt>This version:
@@ -1841,6 +1841,10 @@ <h3 id=columns><span class=secno>2.6. </span>Interaction of ‘<a
18411841
<pre>BODY {grid: "a @ b" "c c c"; columns: 2}</pre>
18421842

18431843
<p>The @-slot will have two columns.
1844+
1845+
<p class=note>Note that this is the same as setting columns on the default
1846+
slot: ‘<code class=css>BODY::slot(*) {columns: 2}</code>’ apart from
1847+
differences in the specificity of the selector.
18441848
</div>
18451849
<!--=================================================================-->
18461850

0 commit comments

Comments
 (0)