Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

font-variant: small-caps not supported #2

Open
apgrover opened this issue Jul 7, 2020 · 0 comments
Open

font-variant: small-caps not supported #2

apgrover opened this issue Jul 7, 2020 · 0 comments
Labels
BN Nook For any bug related to BN Nook

Comments

@apgrover
Copy link

apgrover commented Jul 7, 2020

Summary:

font-variant: small-caps is not supported on Nook apps/devices. This is an accessibility issue since the alternative for replicating small caps is hardcoding uppercased letters and reducing font-size.

Scope:

Observed in

  • Nook for iPadOS 13.5.1 v5.2.2
  • Nook for Android 9 (Samsung) v5.2.1.41
  • Nook Glowlight Plus, 2nd Gen v50.0.133/5.0.5.35

Expected:

Native CSS small caps display correctly (uppercased letters remain uppercased, lowercased letters convert to smaller uppercased letters).
Example text: September 30, 1659.—I, poor miserable Robinson Crusoe, being shipwrecked during a dreadful storm in the offing, came on shore on this dismal, unfortunate island...
Apple Books for iPadOS 13.5.1

Observed:

Native CSS small caps gracefully degrade to original casing display.
Example text: September 30, 1659.—I, poor miserable Robinson Crusoe, being shipwrecked during a dreadful storm in the offing, came on shore on this dismal, unfortunate island...
Nook for iPadOS 13.5.1 v5.2.2

Code Example:

HTML

<p><span class="small-caps">September 30, 1659.—I, poor miserable Robinson Crusoe</span>, being shipwrecked during a dreadful storm in the offing, came on shore on this dismal, unfortunate island...</p>

CSS

.small-caps { font-variant: small-caps;}

Example Titles and ISBNs in Market:

Something Needs to Change (9780735291423)

Role in EPUB Ecosystem:

Publisher

@liisamk liisamk added the BN Nook For any bug related to BN Nook label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BN Nook For any bug related to BN Nook
Projects
None yet
Development

No branches or pull requests

2 participants