I have html as below after entering the code into TinyMCE then role attribute is getting strip only in IE 11. Whereas in Mozilla it loads fine.
<div class="container"><div class="row" role="author">....</div>
Wherever role attribute is there it is getting removed.
TeamSite 7.5
Can somebody share any idea on this ?
custom_config.js has already * for this as below:
"extended_valid_elements", "*[*]"
Does the TinyMCE custom config used on that field includes a "valid_elements" entry that specifies "role" as a valid attribute for the DIV element?
Thank you mstradling for the reply.
Issue is fixed after unchecking IE "Compatibility view settings".
Cheers!
enKay.