Skip to content

Commit

Permalink
Add color depth semantics to titlepage, imprint, and colophon images
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jun 24, 2020
1 parent ff6b000 commit 0b4b38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/epub/text/colophon.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="colophon" epub:type="colophon">
<header>
<h2 epub:type="title">Colophon</h2>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo"/>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:color-depth.black-on-transparent"/>
</header>
<p><i epub:type="se:name.publication.book">Villette</i><br/>
was published in 1853 by<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/imprint.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="imprint" epub:type="imprint">
<header>
<h2 epub:type="title">Imprint</h2>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo"/>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:color-depth.black-on-transparent"/>
</header>
<p>This ebook is the product of many hours of hard work by volunteers for <a href="https://standardebooks.org">Standard Ebooks</a>, and builds on the hard work of other literature lovers made possible by the public domain.</p>
<p>This particular ebook is based on a transcription produced for <a href="https://www.gutenberg.org/ebooks/9182">Project Gutenberg</a> and on digital scans available at the <a href="https://archive.org/details/villettenovel00bronuoft">Internet Archive</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/titlepage.xhtml
Expand Up @@ -7,7 +7,7 @@
</head>
<body epub:type="frontmatter">
<section id="titlepage" epub:type="titlepage">
<img alt="The titlepage for the Standard Ebooks edition of Villette, by Charlotte Brontë" src="../images/titlepage.svg"/>
<img alt="The titlepage for the Standard Ebooks edition of Villette, by Charlotte Brontë" src="../images/titlepage.svg" epub:type="se:color-depth.black-on-transparent"/>
</section>
</body>
</html>

0 comments on commit 0b4b38a

Please sign in to comment.