Bug 202431 - AX: VoiceOver doesn't read the attribute alt when h1->img[src]=.svg
Summary: AX: VoiceOver doesn't read the attribute alt when h1->img[src]=.svg
Status: RESOLVED DUPLICATE of bug 160705
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 12
Hardware: Mac macOS 10.14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-01 13:55 PDT by Jorge Fernandes
Modified: 2021-03-15 12:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge Fernandes 2019-10-01 13:55:20 PDT
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
Comment 1 Radar WebKit Bug Importer 2019-10-01 13:58:20 PDT
<rdar://problem/55888899>
Comment 2 chris fleizach 2021-03-15 12:31:45 PDT

*** This bug has been marked as a duplicate of bug 160705 ***