Quote:
Originally Posted by Solitaire1
To me, this is an argument for direct formatting in some cases in an ebook. Why not just enter the uppercase letter manually? I wonder if it is due to some typefaces not being available on the ereader so a substitute typeface replaced it?
|
It would have been uppercase letters originally.
No, it's just bad design/production. It could have been done with the capitals from the source. Someone added something without a transform CSS for first letter capitals, fixed it the wrong way (manually direct formatted to LC), then someone removed the initial stuff and it wasn't proof read.
They broke 1st rule of production: NEVER directly edit the source in the HTML, use CSS transforms, ONLY edit content in the source!