Skip to content

Commit 8f1ec20

Browse files
nschonnitabatkins
andauthored
[css-print] Remove duplicate metadata (#5947)
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
1 parent 448b13b commit 8f1ec20

File tree

1 file changed

+21
-32
lines changed

1 file changed

+21
-32
lines changed

css-print/Overview.bs

+21-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD Bikeshed 2016-09//EN">
3-
<html lang="en">
4-
<head>
5-
<meta charset="utf-8" />
6-
<title>CSS Print Profile</title>
7-
<style type="text/css">
8-
th { background: #005A9C; color: white; }
9-
tr.yes { background: aqua; }
10-
tr.no { background: transparent; }
11-
tr.enh { background: yellow; }
12-
.new { color : blue } /* added during 11/4 pwg review */
13-
.tableNotes { font-size: 75%;font-style: italic; margin-bottom: 0in; padding-bottom: 0}
14-
.aTableNote { font-size: 75%; margin:0; margin-left: .125in; padding: 0;}
15-
.editorial { display: block; font-family: arial, helvetica, sans-serif;
16-
font-size: 80%;
17-
margin-left: .5in; margin-right: 1in ; padding: 0.125in;
18-
background: #FFFFDD ;
19-
}
20-
21-
.editorial:after { content: "Ed."}
22-
div.editorial pre {padding: 0; margin: 0 0 0 0;color:maroon;
23-
font-family: helvetica, sans-serif; font-size:90%;}
24-
table.keys td { vertical-align:top; margin-top: 5px;}
25-
.RFC2119 { text-transform: lowercase; font-style: italic }
26-
em em.RFC2119 { text-transform: lowercase; font-style: normal }
27-
</style>
28-
</head>
29-
<body>
301
<pre class="metadata">
312
Title: CSS Print Profile
323
Shortname: css-print
@@ -100,6 +71,27 @@ urlPrefix:https://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-
10071
}
10172
</pre>
10273

74+
<style>
75+
th { background: #005A9C; color: white; }
76+
tr.yes { background: aqua; }
77+
tr.no { background: transparent; }
78+
tr.enh { background: yellow; }
79+
.new { color : blue } /* added during 11/4 pwg review */
80+
.tableNotes { font-size: 75%;font-style: italic; margin-bottom: 0in; padding-bottom: 0}
81+
.aTableNote { font-size: 75%; margin:0; margin-left: .125in; padding: 0;}
82+
.editorial { display: block; font-family: arial, helvetica, sans-serif;
83+
font-size: 80%;
84+
margin-left: .5in; margin-right: 1in ; padding: 0.125in;
85+
background: #FFFFDD ;
86+
}
87+
88+
.editorial:after { content: "Ed."}
89+
div.editorial pre {padding: 0; margin: 0 0 0 0;color:maroon;
90+
font-family: helvetica, sans-serif; font-size:90%;}
91+
table.keys td { vertical-align:top; margin-top: 5px;}
92+
.RFC2119 { text-transform: lowercase; font-style: italic }
93+
em em.RFC2119 { text-transform: lowercase; font-style: normal }
94+
</style>
10395

10496
<!-- ****************** -->
10597
<!-- OVERVIEW -->
@@ -1390,6 +1382,3 @@ the <a href="http://www.pwg.org/">Printer Working Group</a>, a
13901382
program of and through the IEEE Industry Standards and Technology
13911383
Organization, Inc. The editor wishes
13921384
to express her gratitude to all those who contributed to it.</p>
1393-
1394-
</body>
1395-
</html>

0 commit comments

Comments
 (0)