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.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33993
Updated by Stanislas Rolland about 10 years ago
- Tracker changed from Bug to Task
- Assignee set to Stanislas Rolland
- Target version set to 7.0
- TYPO3 Version changed from 6.1 to 7
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33993
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 84fe98dff50fc1c988d02995c07af411927dd1db.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions