Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 45e1469

Browse files
committed
Change the logo
1 parent 06499f2 commit 45e1469

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html><html lang="en-US"><head>
22
<meta charset="utf-8">
33
<title>Differences from HTML4</title>
4+
45
<style class="not-whatwg">
56
#w3c-doctype { font-size:140%; background-color:white; color:#005A9C; margin-bottom: 0.83em; margin-top: 0.83em; }
67
@media screen { code { color: #D93B00; } code :link, code :visited { color: inherit; } }
@@ -2407,7 +2408,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
24072408
Gordon P. Hemsley,
24082409
Henri Sivonen,
24092410
James Graham,
2410-
Jens Meiert,
2411+
Jens O. Meiert,
24112412
Jeremy Keith,
24122413
Jukka K. Korpela,
24132414
Jürgen Jeka,

Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset=utf-8>
55
<title>Differences from HTML4</title>
6+
<link class=not-w3c rel=icon href=http://resources.whatwg.org/logo-differences.svg>
67
<style class=not-whatwg>
78
#w3c-doctype { font-size:140%; background-color:white; color:#005A9C; margin-bottom: 0.83em; margin-top: 0.83em; }
89
@media screen { code { color: #D93B00; } code :link, code :visited { color: inherit; } }
@@ -23,7 +24,7 @@
2324
-->
2425
<div class="head">
2526
<div class=not-whatwg><!--logo--></div>
26-
<p class=not-w3c><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="http://resources.whatwg.org/logo.svg" width="100"></a></p>
27+
<p class=not-w3c><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="http://resources.whatwg.org/logo-differences.svg" width="100"></a></p>
2728

2829
<hgroup class=not-w3c>
2930
<h1>Differences from HTML4</h1>
@@ -2615,7 +2616,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
26152616
Gordon P. Hemsley,
26162617
Henri Sivonen,
26172618
James Graham,
2618-
Jens Meiert,
2619+
Jens O. Meiert,
26192620
Jeremy Keith,
26202621
Jukka K. Korpela,
26212622
J&uuml;rgen Jeka,

Overview.whatwg.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html><html lang="en-US"><head>
22
<meta charset="utf-8">
33
<title>Differences from HTML4</title>
4+
<link class="not-w3c" href="http://resources.whatwg.org/logo-differences.svg" rel="icon">
45

56

67
<link class="not-w3c" href="http://www.whatwg.org/style/specification" rel="stylesheet">
@@ -15,7 +16,7 @@
1516
-->
1617
<div class="head">
1718

18-
<p class="not-w3c"><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="http://resources.whatwg.org/logo.svg" width="100"></a></p>
19+
<p class="not-w3c"><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="http://resources.whatwg.org/logo-differences.svg" width="100"></a></p>
1920

2021
<hgroup class="not-w3c">
2122
<h1>Differences from HTML4</h1>
@@ -2370,7 +2371,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
23702371
Gordon P. Hemsley,
23712372
Henri Sivonen,
23722373
James Graham,
2373-
Jens Meiert,
2374+
Jens O. Meiert,
23742375
Jeremy Keith,
23752376
Jukka K. Korpela,
23762377
Jürgen Jeka,

0 commit comments

Comments
 (0)