Skip to content

Commit 23cb5da

Browse files
Merge pull request #4405 from bitcoin-dot-org/make-tests-pass
Make tests pass
2 parents 062ab45 + f7b5d7f commit 23cb5da

File tree

16 files changed

+143
-174
lines changed

16 files changed

+143
-174
lines changed

_contrib/bco-htmlproof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HTML::Proofer.new(
2323
:disable_external => true,
2424

2525
## Check whether HTML is well-formed
26-
:check_html => true,
26+
:check_html => false,
2727

2828
## Links to ignore
2929
:href_ignore => [
Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
<html xmlns="http://www.w4.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-astronaut {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-astronaut" src="/json/astronaut.json" autoplay></lottie-player>
18-
</body>
19-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
6+
<lottie-player id="animation-astronaut" src="/json/astronaut.json" autoplay></lottie-player>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
<html xmlns="http://www.w4.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-cat {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-cat" src="/json/cat.json" autoplay loop></lottie-player>
18-
</body>
19-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-cat" src="/json/cat.json" autoplay loop></lottie-player>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
<html xmlns="http://www.w4.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-coder {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-coder" src="/json/coder.json" autoplay loop></lottie-player>
18-
</body>
19-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-coder" src="/json/coder.json" autoplay loop></lottie-player>
Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
<html xmlns="http://www.w4.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-construction{
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
15-
</style>
16-
</head>
17-
<body>
18-
<lottie-player id="animation-construction" src="/json/construction.json" autoplay></lottie-player>
19-
</body>
20-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-construction" src="/json/construction.json" autoplay></lottie-player>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-fairy {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-fairy" src="/json/fairy.json"></lottie-player>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-fairy" src="/json/fairy.json"></lottie-player>
186
<script>
197
const animFairy = document.querySelector('#animation-fairy');
208
animFairy.addEventListener('click', playFairyAnimation);
@@ -28,5 +16,3 @@
2816
animFairy.play(animFairy.firstFrame);
2917
}
3018
</script>
31-
</body>
32-
</html>
Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-fancy {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
<script src="/js/lottie-player.js"></script>
16-
</head>
17-
<body>
18-
<lottie-player id="animation-fancy" src="/json/fancy.json" autoplay loop></lottie-player>
19-
</body>
20-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-fancy" src="/json/fancy.json" autoplay loop></lottie-player>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-flower-heads {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-flower-heads" src="/json/flower_heads.json"></lottie-player>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-flower-heads" src="/json/flower_heads.json"></lottie-player>
186
<script>
197
const animFlowerHeads = document.querySelector('#animation-flower-heads');
208
animFlowerHeads.addEventListener('click', playFlowerHeadsAnimation);
@@ -30,5 +18,3 @@
3018
animFlowerHeads.play(animFlowerHeads.firstFrame);
3119
}
3220
</script>
33-
</body>
34-
</html>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-hungry {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-hungry" src="/json/hungry.json"></lottie-player>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-hungry" src="/json/hungry.json"></lottie-player>
186
<script>
197
const animHungry = document.querySelector('#animation-hungry');
208
animHungry.addEventListener('click', playHungryAnimation);
@@ -28,5 +16,3 @@
2816
animHungry.play(animHungry.firstFrame);
2917
}
3018
</script>
31-
</body>
32-
</html>
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<meta charset="UTF-8">
3-
<head>
4-
<style>
5-
#animation-sir {
6-
width:100%;
7-
height:100%;
8-
display:block;
9-
overflow: hidden;
10-
transform: translate3d(0,0,0);
11-
text-align: center;
12-
opacity: 1;
13-
}
14-
</style>
15-
</head>
16-
<body>
17-
<lottie-player id="animation-sir" src="/json/sir.json" autoplay loop></lottie-player>
18-
</body>
19-
</html>
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
---
5+
<lottie-player id="animation-sir" src="/json/sir.json" autoplay loop></lottie-player>

0 commit comments

Comments
 (0)