Files
John MacFarlane 757bbeba0f SelfContained: Add title element to embedded inline svgs...
from the alt attribute. This works around the fact that present-day
screen readers ignore the alt attribute on an svg element.

Suggestion is from
https://stackoverflow.com/questions/4697100/accessibility-recommended-alt-text-convention-for-svg-and-mathml

Addresses #9525.

Potential drawbacks:

- Should we use the title attribute instead if there is one on the
  image?  Otherwise the results may be unexpected.
- Is it a drawback that this alt text will display as popup text when
  you hover over the image? Can this be suppressed?  What about using
  desc instead of title?
2024-02-29 09:32:14 -08:00
..
2024-02-03 22:19:29 -08:00
2024-01-23 14:13:51 -08:00
2023-12-30 22:09:13 -07:00
2024-01-29 10:53:51 -08:00
2024-02-28 11:31:05 -08:00