|
20 | 20 | span:not(.secno) { border-bottom:solid red } |
21 | 21 | .atrisk::before { position:absolute; left:30px; margin-top:-8px; width:25px; height:25px; padding:0 4px 8px; border:1px solid; content:'At risk'; |
22 | 22 | font-size:smaller; background:white; color:gray; border-radius:25px; text-align:center } |
| 23 | + td { vertical-align:baseline } |
| 24 | + td, th { border:solid } |
| 25 | + table { border:hidden; border-collapse:collapse } |
| 26 | + .propdef { font:inherit; line-height:2.3 } |
23 | 27 | </style> |
24 | 28 | <link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet"> |
25 | 29 | </head> |
|
32 | 36 |
|
33 | 37 | <h1>CSSOM Values Module</h1> |
34 | 38 |
|
35 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 3 June 2013</h2> |
| 39 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 4 June 2013</h2> |
36 | 40 |
|
37 | 41 | <dl> |
38 | 42 |
|
@@ -80,15 +84,15 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> |
80 | 84 | can be found in the |
81 | 85 | <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em> |
82 | 86 |
|
83 | | -<p>This is the 3 June 2013 Editor's Draft of CSSOM. Please send |
| 87 | +<p>This is the 4 June 2013 Editor's Draft of CSSOM. Please send |
84 | 88 | comments to |
85 | 89 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-values%5D%20">www-style@w3.org</a> |
86 | 90 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
87 | 91 | with <samp>[cssom-values]</samp> at the start of the subject line. |
88 | 92 |
|
89 | 93 |
|
90 | 94 | <!-- XXX include this text upon FPWD publishing |
91 | | -<p>This is the 3 June 2013 First Public Working Draft of CSSOM, produced by the |
| 95 | +<p>This is the 4 June 2013 First Public Working Draft of CSSOM, produced by the |
92 | 96 | <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part |
93 | 97 | of the <a href="http://www.w3.org/Style/">Style Activity</a>). |
94 | 98 | --> |
|
0 commit comments