Load the Chrome Cleaner partner logo SVG with <embed>.
The logo now has a title attr in it for screen readers. But when its set as the background of a <span>, or as an <img> src, screen readers don't look at the tags inside. For the screen reader to view the tag, it seems the <svg> element must be part of the DOM tree, such as when it's added with <embed>. Bug: 767130 Change-Id: I5d28030fc90c269aa6a13a605f24c698915f6c5d Reviewed-on: https://chromium-review.googlesource.com/c/1352822Reviewed-by:Hector Carmona <hcarmona@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#612409}
Showing
Please register or sign in to comment