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.
|