Actions
Task #82110
closedDeprecate value and noscript options in SVG content object
Start date:
2017-08-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The SVG content object renderer supports the two options "value" and "noscript", which can be used to render the given value into an <script type="image/svg+xml">
tag.
This kind of implementation is very old, and should be deprecated. Imho no browser directly support it.
The SVG content object supports two render variants:
1) the <object>
tag variant (renderMode = object) [default]
2) the <svg>
tag variant (renderMode = inline)
The second one is nearly the same as the script tag variant, so an alternative is still in place.
Actions