You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #49977 [VarDumper] Reduce stylesheet assignments via JavaScript in HtmlDumper (ohader)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[VarDumper] Reduce stylesheet assignments via JavaScript in `HtmlDumper`
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | *none*
| License | MIT
The dynamic `<style>` element in the JavaScript variable `refStyle` can be replaced by static CSS and element states.
The new rule `.sf-dump-hover:hover` substitutes JavaScript event handling for `mouseover` events.
This is a preparation to have the possibility to assign `nonce` HTML attributes to inline `<script>` and `<style>` nodes, e.g. shown as proof-of-concept at
https://review.typo3.org/c/Packages/TYPO3.CMS/+/78512/2/typo3/sysext/adminpanel/Classes/Utility/HtmlDumper.php
Commits
-------
53046a3 [VarDumper] Reduce stylesheet assignments via JavaScript in `HtmlDumper`
0 commit comments