WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: NVDA and object tag

for

Number of posts in this thread: 1 (In chronological order)

From: Jens Korff
Date: Sun, Jul 31 2011 8:15PM
Subject: NVDA and object tag
No previous message | No next message

Hi community,

I would like to test the alternative content within an object tag in HTML with my NVDA screen reader.

But so far NVDA did not speak any content. It did not even mention the presence of an object tag (when tested in Firefox). It only speaks the heading. Am I doing something wrong? Here's my sample code:

<h1>Embedded objects and screen readers</h1>
<object data="path/to/image" type="image/jpg">
Alternative description goes here.
</object>

Thank you,
Jens