Box construction: Don't handle IMAGE specially.

This commit is contained in:
Michael Drake 2018-12-13 12:29:50 +00:00
parent 3d12bfe595
commit 0a3a40c23e
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ static const struct element_entry element_table[] = {
{"embed", box_embed},
{"frameset", box_frameset},
{"iframe", box_iframe},
{"image", box_image},
{"img", box_image},
{"input", box_input},
{"noscript", box_noscript},