79255303

Date: 2024-12-05 15:39:27
Score: 1
Natty:
Report link

With Media Queries Level 5, you can use the following and stay XHTML compliant:

<link href="css/stylenojs.css"
      rel="stylesheet"
      media="(scripting: none)" />

See also:
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/scripting
https://caniuse.com/mdn-css_at-rules_media_scripting

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oto Valek