Skip to content

Commit dac4024

Browse files
committed
Generated. Do not edit!
1 parent 85d56f1 commit dac4024

1 file changed

Lines changed: 36 additions & 10 deletions

File tree

css-template/Overview.html

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
<meta content="text/html; charset=utf-8" http-equiv=content-type>
77
<title>CSS Grid Template Layout Module</title>
88

9-
<link href="http://purl.org/dc/terms/" rel=schema.dc>
9+
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
1010
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
11-
rel=dc.rights>
12-
<meta content="CSS Grid Template Layout Module" name=dc.title>
13-
<meta content=text name=dc.type>
14-
<meta content=2013-04-04 name=dc.date>
15-
<meta content="Bert Bos" name=dc.creator>
16-
<meta content="César Acebal" name=dc.creator>
17-
<meta content=W3C name=dc.publisher>
18-
<meta content="http://dev.w3.org/csswg/css3-layout/" name=dc.identifier>
11+
rel=dcterms.rights>
12+
<meta content="CSS Grid Template Layout Module" name=dcterms.title>
13+
<meta content=text name=dcterms.type>
14+
<meta content=2013-04-16 name=dcterms.date>
15+
<meta content="Bert Bos" name=dcterms.creator>
16+
<meta content="César Acebal" name=dcterms.creator>
17+
<meta content=W3C name=dcterms.publisher>
18+
<meta content="http://dev.w3.org/csswg/css3-layout/"
19+
name=dcterms.identifier>
1920
<link href="../default.css" rel=stylesheet type="text/css">
2021
<style type="text/css">
2122
/* Just in case an incorrect max-width occurs in default.css */
@@ -37,7 +38,7 @@
3738
<h1 class=p-name>CSS Grid Template Layout Module</h1>
3839

3940
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
40-
4 April 2013</h2>
41+
16 April 2013</h2>
4142

4243
<dl>
4344
<dt>This version:
@@ -4984,12 +4985,27 @@ <h4 id=select-after-pseudo><span class=secno>9.2.13. </span>Style the
49844985
valid and selects the parts of an EM that are rendered on the first line
49854986
of a P.
49864987

4988+
<p>Another possibility might be to set styles on ‘<code
4989+
class=css>::slot()</code>’ itself and only rely on inheritance. (This is
4990+
what is proposed by David Baron in <a href="#CSS-OVERFLOW-3"
4991+
rel=biblioentry>[CSS-OVERFLOW-3]<!--{{CSS-OVERFLOW-3}}--></a>.) Elements
4992+
inside a grid element then inherit from the slot inside which they are,
4993+
before they inherit from the grid element itself.
4994+
49874995
<p>Yet another possibility is a generic ‘<code
49884996
class=css>region()</code>’ pseudo-element:
49894997

49904998
<pre>P::region(BODY::slot(c)) { color: yellow }
49914999
EM::region(P::first-line) { font-weight: normal }</pre>
49925000

5001+
<p>And <a href="#CSS3-REGIONS"
5002+
rel=biblioentry>[CSS3-REGIONS]<!--{{CSS3-REGIONS}}--></a> proposes an
5003+
at-rule, ‘<a href="#atregion"><code class=css>@region</code></a>’:
5004+
5005+
<pre>@region ::slot(a) {
5006+
P {font-size: large}
5007+
}</pre>
5008+
49935009
<p>Note that the specificity of the different alternative selectors would
49945010
not be the same. <a href="#CSS3-REGIONS"
49955011
rel=biblioentry>[CSS3-REGIONS]<!--{{CSS3-REGIONS}}--></a> defines that the
@@ -5865,6 +5881,16 @@ <h2 class=no-num id=references>References</h2>
58655881
NY, USA. ISBN 978-1-4503-1116-8</dd>
58665882
<!---->
58675883

5884+
<dt id=CSS-OVERFLOW-3>[CSS-OVERFLOW-3]
5885+
5886+
<dd>L. David Baron. <a
5887+
href="http://www.w3.org/TR/2013/WD-css-overflow-3-20130416/"><cite>CSS
5888+
Overflow Module Level 3.</cite></a> 16 April 2013. W3C Working Draft.
5889+
(Work in progress.) URL: <a
5890+
href="http://www.w3.org/TR/2013/WD-css-overflow-3-20130416/">http://www.w3.org/TR/2013/WD-css-overflow-3-20130416/</a>
5891+
</dd>
5892+
<!---->
5893+
58685894
<dt id=CSS3-EXCLUSIONS>[CSS3-EXCLUSIONS]
58695895

58705896
<dd>Vincent Hardy; Rossen Atanassov; Alan Stearns. <a

0 commit comments

Comments
 (0)