Author: john
Description:
Add a class to the HTML element to identify clients that have Javascript on would aid developers in hiding things that are Javascript only and do not have a fallback, without having to add them via Javascript.
Example:
.client-nojs #someThing { display: none }
Would hide the #someThing element from showing when Javascript was off, and
.client-js #gizmo { color: blue;
Would set #gizmo to have a blue text color when javascript was on
Version: 1.17.x
Severity: enhancement