Skip to content

Commit 203964c

Browse files
committed
Filled in some acks, removed the .fixme style block.
1 parent 4b7ad29 commit 203964c

2 files changed

Lines changed: 4 additions & 39 deletions

File tree

css-variables/Overview.html

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,6 @@
1010
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
1212

13-
<style type="text/css">
14-
/* delete this block when you've cleared out all the .replaceme elements */
15-
.replaceme {
16-
border: solid red;
17-
padding: 0 0.5em;
18-
margin: 0 0.1em;
19-
background: yellow;
20-
color: green;
21-
}
22-
.replaceme:before {
23-
content: "FIXME(";
24-
color: black;
25-
}
26-
.replaceme:after {
27-
content: ")";
28-
color: black;
29-
}
30-
</style>
31-
3213
<style>
3314
pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
3415
pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
@@ -819,7 +800,9 @@ <h3 id=cr-exit-criteria><span class=secno>6.6. </span> CR Exit Criteria</h3>
819800

820801
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
821802

822-
<p><var class=replaceme>[acknowledgments]</var>
803+
<p>Thanks to Daniel Glazman and Dave Hyatt for writing the original
804+
Variables draft in 2008. Thanks to many WG members for keeping the idea of
805+
variables alive through the years.
823806

824807
<h2 class=no-num id=references>References</h2>
825808

css-variables/Overview.src.html

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@
55
<title>CSS Variables Module Level 1</title>
66
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
77
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
8-
<style type="text/css">
9-
/* delete this block when you've cleared out all the .replaceme elements */
10-
.replaceme {
11-
border: solid red;
12-
padding: 0 0.5em;
13-
margin: 0 0.1em;
14-
background: yellow;
15-
color: green;
16-
}
17-
.replaceme:before {
18-
content: "FIXME(";
19-
color: black;
20-
}
21-
.replaceme:after {
22-
content: ")";
23-
color: black;
24-
}
25-
</style>
268
<style>
279
pre.idl { border:solid thin; background:#eee; color:#000; padding:0.5em }
2810
pre.idl :link, pre.idl :visited { color:inherit; background:transparent }
@@ -517,7 +499,7 @@ <h3 id="cr-exit-criteria">
517499

518500
<h2 class=no-num id="acknowledgments">Acknowledgments</h2>
519501

520-
<p><var class="replaceme">[acknowledgments]</var></p>
502+
<p>Thanks to Daniel Glazman and Dave Hyatt for writing the original Variables draft in 2008. Thanks to many WG members for keeping the idea of variables alive through the years.</p>
521503

522504
<h2 class=no-num id="references">References</h2>
523505

0 commit comments

Comments
 (0)