Ah. I thought <I> was just being ignored by the parser, rather than being interpreted and written out as <I>
The only way to ignore <I> completely would be to ignore all HTML tags, and that would be a very bad plan. The parser needs to recognise it as an HTML tag and then compare against a list of acceptable tags.