Actions
Bug #25852
closedrtehtmlarea ignores attributes with "-" (like in the HTML5 data attributes)
Start date:
2011-04-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The RTE (rtehtmlarea) is correctly configured to take over own html attributes in the link-element.
But when I try to take an attribute with a "-" in it, it will automatically get removed from the element.
For example:
"data-role" will not be taken over.
"datarole" will be taken over.
In HTML5 it is common to use "-"-Lines for data-attributes.
Actions