Skip to content

Commit b28f462

Browse files
author
Simon Pieters
committed
[cssom*] Editorial: style tweak
1 parent f5ad4f3 commit b28f462

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

cssom-values/Overview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
span:not(.secno) { border-bottom:solid red }
2121
.atrisk::before { position:absolute; left:30px; margin-top:-8px; width:25px; height:25px; padding:0 4px 8px; border:1px solid; content:'At risk';
2222
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 }
2327
</style>
2428
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
2529
</head>
@@ -32,7 +36,7 @@
3236

3337
<h1>CSSOM Values Module</h1>
3438

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>
3640

3741
<dl>
3842

@@ -80,15 +84,15 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
8084
can be found in the
8185
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
8286

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
8488
comments to
8589
<a href="mailto:www-style@w3.org?subject=%5Bcssom-values%5D%20">www-style@w3.org</a>
8690
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
8791
with <samp>[cssom-values]</samp> at the start of the subject line.
8892

8993

9094
<!-- 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
9296
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
9397
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
9498
-->

cssom-values/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
span:not(.secno) { border-bottom:solid red }
2323
.atrisk::before { position:absolute; left:30px; margin-top:-8px; width:25px; height:25px; padding:0 4px 8px; border:1px solid; content:'At risk';
2424
font-size:smaller; background:white; color:gray; border-radius:25px; text-align:center }
25+
td { vertical-align:baseline }
26+
td, th { border:solid }
27+
table { border:hidden; border-collapse:collapse }
28+
.propdef { font:inherit; line-height:2.3 }
2529
</style>
2630
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
2731
</head>

cssom-view/Overview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
td { vertical-align:baseline }
2424
td, th { border:solid }
2525
table { border:hidden; border-collapse:collapse }
26+
.propdef { font:inherit; line-height:2.3 }
2627
</style>
2728
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
2829
</head>

cssom-view/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
td { vertical-align:baseline }
2626
td, th { border:solid }
2727
table { border:hidden; border-collapse:collapse }
28+
.propdef { font:inherit; line-height:2.3 }
2829
</style>
2930
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
3031
</head>

cssom/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
span:not(.secno) { border-bottom:solid red }
2121
.atrisk::before { position:absolute; left:30px; margin-top:-8px; width:25px; height:25px; padding:0 4px 8px; border:1px solid; content:'At risk';
2222
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 }
2327
</style>
2428
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
2529
</head>
@@ -35,7 +39,7 @@
3539
<h1>CSS Object Model (CSSOM)</h1>
3640

3741

38-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 3 June 2013</h2>
42+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 4 June 2013</h2>
3943

4044
<dl>
4145

@@ -101,7 +105,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
101105
can be found in the
102106
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
103107

104-
<p class="dontpublish">This is the 3 June 2013 Editor's Draft of CSSOM. Please send comments to
108+
<p class="dontpublish">This is the 4 June 2013 Editor's Draft of CSSOM. Please send comments to
105109
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
106110
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
107111
with <samp>[cssom]</samp> at the start of the subject line.

cssom/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
span:not(.secno) { border-bottom:solid red }
2323
.atrisk::before { position:absolute; left:30px; margin-top:-8px; width:25px; height:25px; padding:0 4px 8px; border:1px solid; content:'At risk';
2424
font-size:smaller; background:white; color:gray; border-radius:25px; text-align:center }
25+
td { vertical-align:baseline }
26+
td, th { border:solid }
27+
table { border:hidden; border-collapse:collapse }
28+
.propdef { font:inherit; line-height:2.3 }
2529
</style>
2630
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
2731
</head>

0 commit comments

Comments
 (0)