Actions
Bug #99497
closedHTML Validation: Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2023-01-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Validating an HTML page at W3C gives many hints in the form:
Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
From line 18, column 1; to line 18, column 55
S</title>↩<meta http-equiv="x-ua-compatible" content="IE=edge" />↩<meta
Example: https://validator.w3.org/nu/?doc=https%3A%2F%2Ftypo3.org
Remove closing slash in HTML5 context would solve this infos.
Actions