Bug #101173
closedf:asset.css -> argument "importance" is outdated
0%
Description
hi,
could it be that, the argument "importance" in Viewhelper asset.css is outdated?
https://github.com/TYPO3/typo3/blob/03f9d4ab83ba0ba93f73fc83aeeebcd8483b4a0b/typo3/sysext/fluid/Classes/ViewHelpers/Asset/CssViewHelper.php#L94C38-L94C48
Found only that note on "importance":
Fetch Priority was first experimented with in Chrome as an origin trial in 2018 and then again in 2021 using the importance attribute.
https://web.dev/fetch-priority/#history
Updated by Susanne Moog over 1 year ago
- Status changed from New to Accepted
this should nowadays be the attribute fetchPriority.
We should deprecate `importance` and use fetchPriority instead.
Updated by Markus Klein 8 months ago
- Target version set to Candidate for Major Version
Updated by Georg Ringer 5 months ago
- Related to Feature #97765: [FEATURE] Add fetchpriority attribute to images added
Updated by Garvin Hicking 4 months ago
With #104443 all specific registration of fluid tag attributes that are just "passed along" has ben changed. These attributes no longer are specifically registered.
Integrators using this tag would use them just as normal HTML tag attributes, beyond the scope of TYPO3 - so they either use this deprecated/outdated argument, or not. But it is no longer advocated/propagated by TYPO3/fluid.
Because of this I'm now closing this issue.