TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
151 stars 93 forks source link

[BUGFIX] Allow override of universal attributes #877

Closed s2b closed 2 months ago

s2b commented 2 months ago

With the introduction of arbitrary attributes for TagBasedViewHelpers, the predefined universal tag attributes have been removed, since they will be added to the resulting HTML tag without any additional configuration. However, there are cases (vhs does this) where those global attributes are overridden by a concrete ViewHelper implementation. To make the change non-breaking, we restore those pre-defined attributes for now and remove them with the next major version of Fluid.