attributes file, `../share/graphviz/gvedit/attrs.txt`. This should make it
more relocatable and make its behavior more consistent across operating
systems.
+- `alt` tags are no longer set in the cmap output. #265
### Fixed
gvputs_xml(job, tooltip);
gvputs(job, "\"");
}
- /*
- * alt text is intended for the visually impaired, but such
- * folk are not likely to be clicking around on a graph anyway.
- * IE on the PC platform (but not on Macs) incorrectly
- * uses (non-empty) alt strings instead of title strings for tooltips.
- * To make tooltips work and avoid this IE issue,
- * while still satisfying usability guidelines
- * that require that there is always an alt string,
- * we generate just an empty alt string.
- */
- gvputs(job, " alt=\"\"");
gvputs(job, " coords=\"");
switch (map_shape) {