Task #82110
closedDeprecate value and noscript options in SVG content object
100%
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.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted 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 https://review.typo3.org/53712
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53712
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53712
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53712
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53712
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53712
Updated by Frank Nägler over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6550812f1867ba78a90cd9f48b9e5b47bcdc5214.
Updated by Christian Kuhn over 4 years ago
- Related to Task #91655: Remove forgotten deprecated options "value" and "noscript" in ScalableVectorGraphicsContentObject added
Updated by Christian Kuhn over 4 years ago
- Related to Task #87479: Remove deprecated code from ScalableVectorGraphicsContentObject added