Hello I was inspecting source code of my website (joomla 4) in local and noticed that t4 framework injects code related to IE9 compatibility.
<script src="<?php echo JUri::root(true); ?>/media/jui/js/html5.js"></script>
But the issue is that this location is no longer present in Joomla 4 and that script does no longer exist in Joomla 4 only in Joomla 3.
I have removed it from t4 files as I am using Joomla 4 but would be nice to not have to do it again upon next version.
Thank you!