Skip to content

Commit 28d3747

Browse files
committed
[css-module-bikeshed] Remove the whole replaceme mess now that bikeshed has reduced the set down to a single one, which should be obvious that it needs replacing.
1 parent 2489777 commit 28d3747

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

css-module-bikeshed/Overview.bs

+6-21
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,17 @@ Abstract: This module introduces the 'foo' property and related values, which do
1414
Ignored Terms: div, dl, dfn
1515
</pre>
1616

17-
<style type="text/css">
18-
/* delete this block when you've cleared out all the .replaceme elements */
19-
.replaceme {
20-
border: solid red;
21-
padding: 0 0.5em;
22-
margin: 0 0.1em;
23-
background: yellow;
24-
color: green;
25-
}
26-
.replaceme:before {
27-
content: "FIXME(";
28-
color: black;
29-
}
30-
.replaceme:after {
31-
content: ")";
32-
color: black;
33-
}
34-
</style>
35-
3617
Introduction {#intro}
3718
=====================
3819

3920
<em>This section is not normative.</em>
4021

41-
<var class="replaceme">Provide background, motivation, etc.</var>
42-
22+
Due to the need to have example specifications,
23+
the CSS community found a great need to have a 'foo' property.
24+
This specifications addresses this need in
25+
a very simply way.
26+
While it provides a very limited set of features for authors,
27+
it effectively demonstrates how to write a CSS specification.
4328

4429
Sample section {#sample-topic}
4530
==============================

0 commit comments

Comments
 (0)