Actions
Task #54409
closedRemove acronym without removing abbr
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2013-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
'acronym' has been removed from HTML5. 'abbr' should be used instead. Removing the tag is easy, but the problem is, that 'acronym' and 'abbr' share the same button, which is 'acronym'.
So to avoid invalid markup one currently has to enable a 'depreciated' button to get a non-depreciated tag.
Actions