|
5 | 5 | profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license"> |
6 | 6 | <title>CSS Grid Template Layout Module</title> |
7 | 7 | <meta content="text/html; charset=utf-8" http-equiv=content-type> |
8 | | - <link href="../default.css" rel=stylesheet type="text/css"> |
| 8 | + <link href=default.css rel=stylesheet type="text/css"> |
9 | 9 |
|
10 | 10 | <style type="text/css"> |
11 | | - .prod { font-family: inherit; font-size: inherit } |
12 | | - pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em } |
13 | | - code { font-size: inherit; } |
14 | | - |
15 | | - .level4 {color: gray; clear: both} |
16 | | - .level4 h2, .level4 h3, .level4 h4 {color: inherit} |
17 | | - p.level4:before, div.level4:before, li.level4:before { |
18 | | - content: "LEVEL\A 4"; background: #BBB; color: white; white-space: pre; |
19 | | - text-align: center; float: left; margin: 0 0.3em 0.1em 0; min-width: 0; |
20 | | - border-radius: 100%; line-height: 1; font-size: small; |
21 | | - padding: 1.1em 0.4em 0.6em 0.4em} |
22 | | - |
23 | | - .example .visible {border: thin dotted silver} |
24 | | - |
25 | | - /* delete this block when you've cleared out all the .replaceme elements */ |
26 | | - .replaceme { |
27 | | - border: solid red; |
28 | | - padding: 0 0.5em; |
29 | | - margin: 0 0.1em; |
30 | | - background: yellow; |
31 | | - color: green; |
32 | | - } |
33 | | - .replaceme:before { |
34 | | - content: "FIXME("; |
35 | | - color: black; |
36 | | - } |
37 | | - .replaceme:after { |
38 | | - content: ")"; |
39 | | - color: black; |
40 | | - } |
41 | | -</style> |
42 | | - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
43 | | - type="text/css"> |
| 11 | + /* Just in case an incorrect ‘</style> |
| 12 | + |
| 13 | + <body> |
| 14 | + <p><code class=property>max-width</code>’ occurs in default.css */ |
| 15 | + body {max-width: auto !important} .prod { font-family: inherit; font-size: |
| 16 | + inherit } pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em } code { |
| 17 | + font-size: inherit; } .level4 {color: gray; clear: both} .level4 h2, |
| 18 | + .level4 h3, .level4 h4 {color: inherit} p.level4:before, |
| 19 | + div.level4:before, li.level4:before { content: "LEVEL\A 4"; background: |
| 20 | + #BBB; color: white; white-space: pre; text-align: center; float: left; |
| 21 | + margin: 0 0.3em 0.1em 0; min-width: 0; border-radius: 100%; line-height: |
| 22 | + 1; font-size: small; padding: 1.1em 0.4em 0.6em 0.4em} .example .visible |
| 23 | + {border: thin dotted silver} /* delete this block when you've cleared out |
| 24 | + all the .replaceme elements */ .replaceme { border: solid red; padding: 0 |
| 25 | + 0.5em; margin: 0 0.1em; background: yellow; color: green; } |
| 26 | + .replaceme:before { content: "FIXME("; color: black; } .replaceme:after { |
| 27 | + content: ")"; color: black; } |
| 28 | + |
| 29 | + <head><link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" |
| 30 | + rel=stylesheet type="text/css"> |
44 | 31 |
|
45 | 32 | <body> |
46 | 33 | <div class=head> <!--begin-logo--> |
|
50 | 37 | <h1>CSS Grid Template Layout Module</h1> |
51 | 38 | <!--=================================================================--> |
52 | 39 | <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft |
53 | | - 21 March 2012</h2> |
| 40 | + 29 March 2012</h2> |
54 | 41 |
|
55 | 42 | <dl> |
56 | 43 | <dt>This version: |
57 | 44 |
|
58 | 45 | <dd><a |
59 | | - href="http://www.w3.org/TR/2012/ED-css3-layout-20120321/">http://www.w3.org/TR/2012/ED-css3-layout-20120321/</a> |
| 46 | + href="http://www.w3.org/TR/2012/ED-css3-layout-20120329/">http://www.w3.org/TR/2012/ED-css3-layout-20120329/</a> |
60 | 47 |
|
61 | 48 |
|
62 | 49 | <dt>Latest version: |
|
0 commit comments