Quote:
Originally Posted by ebookscovers
maybe the best thing going forward is to avoid using superscripts and just write 21st as is??
|
Yes, for readability/accessibility—and avoiding all these line-height problems too!—that's exactly what I do.
So instead of:
Code:
<p>In the 21<sup>st</sup> century, this happened.</p>
use this:
Code:
<p>In the 21st century, this happened.</p>
- - -
Side Note: Word defaulting to "superscript ordinals" (st + nd + rd) is one of the worst settings there is.
It's one of the first things I disable + instantly correct whenever I see it inside documents.
- - -
Side Note #2: Like Hitch said, for footnote numbers, we recommend NOT using superscripted numbers:
Code:
<p>In the 21st century.<sup>99</sup></p>
but instead use bracketed numbers:
Code:
<p>In the 21st century.[99]</p>
For more info on that, see:
and even my old post from 2013 which explains why brackets in ebooks are better than superscript notes:
(The same logic still applies all these years later.)
- - -
Side Note #3: One of the only few places I can see <sup>
needing to be used is languages that have a:
- superior letter
- ordinal indicator
- Spanish/Portuguese 'ª' + 'º'
For more info on that, see my post here: