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.
Updated by Chris Müller almost 2 years ago
- Related to Bug #98463: Nu HTML Validator (the one from validator.w3.org) changed how they validate self-closing tags added
Updated by Georg Ringer almost 2 years ago
- Status changed from New to Closed
thanks for creating the issue. this is the result of a change in the validation. as this is a duplicate of #98463 I am closing this issue
Actions