Actions
Bug #99411
closedIncorrect handling of target attribute for xhtml_11 and xhtml_strict
Start date:
2022-12-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 handles XHTML 1.1 and XHTML 1.0 Strict in a way that there is no "target" attribtue allowed on links, which is not the case (in XHTML 1.1 second revision from 2010) but only invalid for iframes. I think this should be allowed as well.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77200
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77200
Updated by Benni Mack almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 022a69469fc36262c4772395fc1b8950466164f7.
Actions