I have in my HTML documents a style comment line ("if IE 5") for Internet Explorer 5 that I'd like to eliminate.
With IE 5 having such a tiny share of total browsers in use, would it be acceptable to get rid of that code?
It's just one more thing I have to pay attention to if I want to make any changes and the coder I hired said that it could not be included in the external style sheet, so it's on every page, which is a pain.