Here's a rough list of disallowed tags:
applet
article
aside
audio (HTML5)
basefont
bdi
bdo
button
canvas
datalist (HTML5)
details (HTML5)
dialog (HTML5)
dir
embed (HTML5)
fieldset
form
figcaption
figure
font
footer (HTML5)
form
frame
frameset
header (HTML5)
iframe
input
keygen (HTML5)
label
legend
main (HTML5)
mark (HTML5)
menu
menuitem (HTML5)
meter (HTML5)
nav (HTML5)
noframes
noscript
object
optgroup
option
output (HTML5)
param
progress (HTML5)
rp (HTML5)
rt (HTML5)
ruby (HTML5)
s
script
section
select
source (HTML5)
strike
textarea
time (HTML5)
track (HTML5)
video (HTML5)
wbr (HTML5)
And if you ever decide to move to EPUB 3, here's an additional list of disallowed tags:
acronym (use abbr)
big (use CSS)
center (use CSS)
small (use CSS)
tt (use CSS)
|