I ran into a problem when the RTF field in TRidion 2011 removes HTML5 tags while saving the component.
Question:
Source fragment
<div>
<a class="arrow button" data-role="button" data-inline="true" href="www.google.com">Information</a>
</div>
Tridion Saves Above Fragment
<div>
<a class="arrow button" href="www.google.com">Information</a>
</div>
In short, Tridion removes the HTML5 attribute when the component is saved.
Please give some hint on the solution to the above problem.
source
share