The name attribute of an <a> tag is invalid html5 and I need to remove it from all the anchor tags in my ckeditor-generated content, leaving the id attribute in place.
Is there any way to fix this? If I strip it from the source-view the whole tag disappears. If I make a[name] disallowed via the config the anchor flag button disappears.
