Correction & for completeness: I forgot a closing parenthesis in Javascript (but this isn’t causing the unused character map issue, of course…):
On 22.06.2022 11:53, Imsieke, Gerrit, le-tex wrote:
<script> alert('You are in ' + (document.compatMode==='CSS1Compat'?'Standards':'Quirks') + ' mode and 1
0 is ' + (1 > 0)</script>
<script> alert('You are in ' + (document.compatMode==='CSS1Compat'?'Standards':'Quirks') + ' mode and 1
0 is ' + (1 > 0) )</script>