|
|
|
|
|
by ricardobeat
5023 days ago
|
|
Not really, if you add style="display:none" inline, or use the `hidden` attribute, it will be correctly ignored by all screen readers. <script type="whatever"> is mostly used because it's completely ignored. It's safely hidden, difficult to be accidentally messed with, and doesn't take parsing/rendering time from the browser. |
|
Regarding the `hidden` attribute, there is no support for it in IE (at least up to and including 9).