Bug 202431
Summary: | AX: VoiceOver doesn't read the attribute alt when h1->img[src]=.svg | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jorge Fernandes <jorge.f> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cfleizach, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 12 | ||
Hardware: | Mac | ||
OS: | macOS 10.14 |
Jorge Fernandes
The alt of the img[src]= .svg element is not read by VoiceOver. If img[src]=.png VO reads correctly the alt. If img svg inside a p VO reads.
Here is an example:
<h1 class="navbar-brand_h1”>
<img alt="ePortugal.gov.pt" id="imgLogoHeader" src="https://eportugal.gov.pt/o/servgov-theme/images/e_Portugal.svg”>
</h1>
source: https://eportugal.gov.pt
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/55888899>
chris fleizach
*** This bug has been marked as a duplicate of bug 160705 ***