gecko/accessible
Trevor Saunders 42584173ca bug 852129 - use HyperTextAccessible for invalid img r=surkov, bz
If the img is not valid then its children will be rendered, and the
sensible way to handle that is by giving the img a HyperTextAccessible
instead of an ImageAccessible.  Since the accessible name of such an img
should be the value of the alt attribute we add similar logic as
ImageAccessible::NativeName() to HyperTextAccessible::NativeName()
conditioned on the tag being img.
2013-06-12 05:13:34 -04:00
..
public Bug 577727 - Make pinned tabs distinguishable from other tabs for accessibility. r=marcoz 2013-06-05 17:03:52 +02:00
src bug 852129 - use HyperTextAccessible for invalid img r=surkov, bz 2013-06-12 05:13:34 -04:00
tests bug 852129 - use HyperTextAccessible for invalid img r=surkov, bz 2013-06-12 05:13:34 -04:00
moz.build bug 870594 - remove accessible/build/ r=bsmedberg f=surkov 2013-03-30 18:29:47 -04:00