Skip to content

Commit 4a28a02

Browse files
committed
Add favicon to several specs.
1 parent b680f33 commit 4a28a02

File tree

17 files changed

+59
-51
lines changed

17 files changed

+59
-51
lines changed

css-counter-styles-3/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<title>CSS Counter Styles Level 3</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
55
<link rel="stylesheet" type="text/css" href="../default.css">
6+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
67
<style>
78
pre.stylesheet { white-space: pre-wrap; }
89
</style>

css-display-3/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css"
10-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
9+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1111
<style type="text/css">
1212
/* delete this block when you've cleared out all the .replaceme elements */
1313
.replaceme {

css-module/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css"
10-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
9+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1111
<style type="text/css">
1212
/* delete this block when you've cleared out all the .replaceme elements */
1313
.replaceme {

css-variables/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Cascading Variables Module Level 1</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
89
</head>
910

css3-align/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css"
10-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
9+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1111
<style type="text/css">
1212
body, html { max-width: 85em; }
1313
.issue th:first-child { text-align: left !important; }

css3-cascade/Overview.src.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4-
<title>CSS Cascading and Inheritance Level 3</title>
4+
<title>CSS Cascading and Inheritance Level 3</title>
55

6-
<link href="../default.css" rel="stylesheet" type="text/css">
7-
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
6+
<link href="../default.css" rel="stylesheet" type="text/css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
8+
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
89
</head>
910

10-
<body>
11-
1211
<div class="head">
13-
1412
<!--logo-->
1513

1614
<h1>CSS Cascading and Inheritance Level 3</h1>

css3-conditional/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CSS Conditional Rules Module Level 3</title>
77
<link rel="stylesheet" type="text/css" href="../default.css">
8-
<link rel="stylesheet" type="text/css"
9-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
8+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
9+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1010
<!--
1111
<script src="http://test.csswg.org/harness/annotate.js#CSS3-CONDITIONAL_DEV"
1212
type="text/javascript" defer></script

css3-content/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"default.css" rather than "../default.css"
1010
-->
1111
<link rel="stylesheet" type="text/css" href="../default.css">
12+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
1213
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
1314
</head>
1415

css3-flexbox/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Flexible Box Layout Module</title>
66
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
89
<style>
910
code.one-line { white-space: pre; }

css3-grid-layout/Overview.src.html

+34-33
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
22
<html lang="en">
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5-
<title>CSS Grid Layout</title>
6-
<link href="../default.css" rel=stylesheet type="text/css">
7-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css">
8-
<style type="text/css">
9-
.example {
10-
clear:both
11-
}
12-
13-
th {
14-
text-align:left
15-
}
16-
17-
.pseudo-code {
18-
font-family:monospace
19-
}
20-
.pseudo-code > ol {
21-
list-style-type:decimal
22-
}
23-
.pseudo-code > ol > li > ol {
24-
list-style-type:lower-latin
25-
}
26-
.pseudo-code > ol > li > ol > li > ol {
27-
list-style-type:lower-roman
28-
}
29-
.pseudo-code ul {
30-
list-style-type:disc
31-
}
32-
33-
dd > p:nth-child(1) {
34-
margin-top:0
35-
}
36-
</style>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<title>CSS Grid Layout</title>
6+
<link href="../default.css" rel=stylesheet type="text/css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
8+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css">
9+
<style type="text/css">
10+
.example {
11+
clear:both
12+
}
13+
14+
th {
15+
text-align:left
16+
}
17+
18+
.pseudo-code {
19+
font-family:monospace
20+
}
21+
.pseudo-code > ol {
22+
list-style-type:decimal
23+
}
24+
.pseudo-code > ol > li > ol {
25+
list-style-type:lower-latin
26+
}
27+
.pseudo-code > ol > li > ol > li > ol {
28+
list-style-type:lower-roman
29+
}
30+
.pseudo-code ul {
31+
list-style-type:disc
32+
}
33+
34+
dd > p:nth-child(1) {
35+
margin-top:0
36+
}
37+
</style>
3738
</head>
3839
<body>
3940
<div class="head">

css3-hierarchies/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<title>CSS Hierarchies Module Level 3</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
89
<style type="text/css">
910
/* delete this block when you've cleared out all the .replaceme elements */

css3-images/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Image Values and Replaced Content Module Level 3</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
89
</head>
910

css3-lists/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<title>CSS Lists and Counters Module Level 3</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
55
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
6+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
67
<style>
78
code.inline { white-space: nowrap; }
89
.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }

css3-sizing/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css"
10-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
9+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1111
</head>
1212

1313
<div class="head">

css3-syntax/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css"
10-
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
9+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1111
<link rel="stylesheet" type="text/css" href="railroad-diagrams.css">
1212
<style type="text/css">
1313
/* delete this block when you've cleared out all the .replaceme elements */

css3-values/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
td > small { display: block; }
1818
</style>
1919
<link rel="stylesheet" type="text/css" href="../default.css">
20+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
2021
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
2122
</head>
2223

css4-images/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Image Values and Replaced Content Module Level 4</title>
66
<link rel="stylesheet" type="text/css" href="../default.css">
7+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
78
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
89
</head>
910

0 commit comments

Comments
 (0)