View Single Post
Old 12-17-2022, 09:25 AM   #7
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,437
Karma: 107078855
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
In fact if you use a wordprocessor and automatic conversion you only get a style pointing to CSS, either in <p class="something"> or <span class="something">

.something {
text-decoration: line-through;
}


You never get <s>, <strike> or <del>

And I agree, that only specialist systems, not real ebooks will ever use <del> or <ins>

I've never actually seen those two in over 25 years of editing HTML and nearly 10 years of making ebooks.

Last edited by Quoth; 12-17-2022 at 09:31 AM.
Quoth is offline   Reply With Quote