I'm needing the document that is being edited to have a namespace added so that some namespaced (non-standard) tags can be styled with CSS.
Most browsers don't require this -- but I'm needing to get this working in IE8, which will allow you to style non-HTML namedspaced-tags as long as you declare the namespace in the HTML tag.
<html xmlns:ok>
So essentially I'm trying to get that 'xmlns:ok' added to the HTML document that internally backs the editor
Anybody do this already?
