View Single Post
Old 06-23-2025, 12:32 PM   #64
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
I'd prefer this symbol: (U+21A9)

Since screen readers might read the name of Unicode character (=leftwards arrow with hook), an aria-hidden attribute might be useful. So a slightly over-engineered example might look like this:

Code:
<a epub:type="backlink" role="doc-backlink" href="#ref1" aria-label="Back to footnote reference 1">
  <span aria-hidden="true">↩</span>
</a>
However, I don't know how well aria-hidden="true" is supported. Maybe you could test it with VoiceOver on your Mac.

Last edited by Doitsu; 06-23-2025 at 12:34 PM.
Doitsu is offline   Reply With Quote