In most cases, using display:none to hide an element is a bad choice that reduces accessibility. There are alternative techniques that are less likely to cause problems.
Read the outside article: Hiding with CSS: Problems and solutions
Level: Intermediate


