Skip to content

Commit 3c3f9e5

Browse files
committed
add dark mode meta tags to rs and a11y specs
1 parent 4f5e6a9 commit 3c3f9e5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

epub33/a11y/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>EPUB Accessibility 1.1</title>
6+
<meta name="color-scheme" content="light dark">
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script src="../common/js/fix-errata.js" class="remove"></script>
89
<script src="../common/js/css-inline.js" class="remove"></script>

epub33/core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="color-scheme" content="light dark">
65
<title>EPUB 3.3</title>
6+
<meta name="color-scheme" content="light dark">
77
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
88
<script src="./biblio.js" class="remove"></script>
99
<script src="../common/js/fix-errata.js" class="remove"></script>

epub33/rs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>EPUB Reading Systems 3.3</title>
6+
<meta name="color-scheme" content="light dark">
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script src="../common/js/fix-errata.js" class="remove"></script>
89
<script src="../common/js/css-inline.js" class="remove"></script>

0 commit comments

Comments
 (0)