A modal panel that
is not currently shown
EXAMPLE
Perhaps the most heavily-repeated pattern in
JavaScript-based page manipulation is
showing and hiding content. Tabbed interfaces.
Collapsible elements. Accordion widgets. It
crops up nearly everywhere. In and of itself,
this pattern is not a bad thing, but few people
realize how profoundly your choice of hiding
mechanism can influence the accessibility of
your content to assistive technologies like
screen readers.
When building custom
JavaScript-based widgets, it’s quite easy to
fully control the hiding mechanism, but when
you begin working with animation libraries like
jQuery or Scriptaculous, the hiding mechanism
is typically dictated by the library, leaving you
little control over the accessibility of your
Are you sure?
NO
YES