Quote:
Originally Posted by DiapDealer
<strike> is obsolete in HTML4.1 as well, I think.
Sorry deprecated in HTML 4.01 and obsolete in XHTML 1.0, 1.1
|
BTW, the IDPF doesn't like
<strike> in epub2
and epub3 books; epubcheck will flag it as an error:
Code:
ERROR(RSC-005): Error while parsing file 'element "strike" not allowed anywhere; expected the element end-tag, text or element [...]
(
<u> is only flagged in epub2 books.)