Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ------- 53046a3bac [VarDumper] Reduce stylesheet assignments via JavaScript in `HtmlDumper`
- Loading branch information