Open uuf6429 opened 2 years ago
Especially since domino does not execute scripts, one would expect <noscript> to work. However this does not seem to be the case at the moment: https://stackblitz.com/edit/node-a2jfmn?file=index.js
<noscript>
By treating the content of noscript as a text node, it implies that the parser is in fact executing scripts. 😆
Especially since domino does not execute scripts, one would expect
<noscript>
to work. However this does not seem to be the case at the moment: https://stackblitz.com/edit/node-a2jfmn?file=index.jsBy treating the content of noscript as a text node, it implies that the parser is in fact executing scripts. 😆