GetCSSValue Keyword Usage

Oh boy… there’s a can of worms here best avoided if you can.

If I were you, I’d take a pragmatic approach:

  if(n > 17.5 && n < 18.5) 
    pass
  else
    fail
1 Like