Adding noscript element
2026-03-10
The <noscript> element has been added to the smolweb HTML subset.
Since smolweb guidelines already require that sites must be readable without JavaScript, the <noscript> element is a logical addition. It allows authors to provide fallback content for users with JavaScript disabled or unavailable.
If you use <script> tags, it is now recommended to use <noscript> to inform users or provide alternative content.