Quote:
Originally Posted by paperwhite13
It was my unfortunate contribution  (to preserve the exact styling--mixed small caps with regular caps) to the advice that led to that. I think that
<p><small>SO I HAVE HEARD</small>, said Death.</p>
would preserve both the small caps where sighted users are concerned, and the information that Death's words ring differently for everyone else. (Even the previously mentioned Random in Death uses <small> where small caps are concerned  )
|
That won't work. You have lost the actual caps. With this code, the space is correctly preserved.
CSS
Code:
small {
font-size: 0.8333em;
}
HTML
Code:
]<p><small>S<small>O</small> I <small>HAVE</small> <small>HEARD</small>, said Death.</p>