Add color depth semantics to titlepage, imprint, and colophon images

This commit is contained in:
Alex Cabal 2020-06-24 17:26:02 -05:00
parent edb682d24d
commit cb988cfb99
3 changed files with 3 additions and 3 deletions

View File

@ -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">Short Fiction</i><br/>
was compiled from short stories written between 1883 and 1910 by<br/>

View File

@ -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/2777">Project Gutenberg</a> and on digital scans available at the <a href="https://archive.org/details/cu31924022067254">Internet Archive</a>.</p>

View File

@ -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 Short Fiction, by O. Henry" src="../images/titlepage.svg"/>
<img alt="The titlepage for the Standard Ebooks edition of Short Fiction, by O. Henry" src="../images/titlepage.svg" epub:type="se:color-depth.black-on-transparent"/>
</section>
</body>
</html>