W3C

Edit comment LC-1531 for Accessibility Guidelines Working Group

Quick access to

Previous: LC-841 Next: LC-490

Comment LC-1531
:
Commenter: David MacDonald <Befree@magma.ca>

or
Resolution status:

I recently was evaluating a corporate web site that had image text as a title for a list of links. They had the image in the <p> element so Jaws would not identify it as a heading. I think we need a sufficient technique in 1.3.1 or an example added to H42 that says something like:

"Using heading markup to identify image text that is acting as a heading."

An example would look something like this.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cities of interest</title>
</head>
<body>
<h1><img src="../images/cities_of_interest.jpg" alt="cities of interest" width="91" height="95"/></h1>
<ul>
<li>Barcelona</li>
<li>New York</li>
<li>Paris</li>
</ul>
</body>
</html>
(space separated ids)
(Please make sure the resolution is adapted for public consumption)


Developed and maintained by Dominique Hazaël-Massieux (dom@w3.org).
$Id: 1531.html,v 1.1 2017/08/11 06:41:33 dom Exp $
Please send bug reports and request for enhancements to w3t-sys.org