PDF→EPUB: Add another accessibility-advice.
This commit is contained in:
parent
dad938ce69
commit
fff0822930
|
@ -140,6 +140,12 @@ Do not use `<i>` or `<b>` tags to emphasize, do not use `font-style: italic` or
|
|||
`font-style: bold`. Use `<em>` for emphasis and `<strong>` for
|
||||
importance so screen readers will be able to pronounce the text differently.
|
||||
|
||||
Make your books as accessible as possible. Using the right tags and not just
|
||||
`<div>` and `<span>` for everything is a good start, using `epub:type` and/or
|
||||
`role` as well as `aria-label` or `aria-labelledby` is even better. Read more at
|
||||
link:{url-ap-semantics}[AccessiblePublishing: EPUB Semantics, ARIA Roles, &
|
||||
Metadata].
|
||||
|
||||
== Add text to the book
|
||||
|
||||
Add a new `.xhtml` file in Calibre and write in the heading of the first
|
||||
|
|
Loading…
Reference in New Issue
Block a user