<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25401</bug_id>
          
          <creation_ts>2014-04-21 18:16:01 +0000</creation_ts>
          <short_desc>Alt text should refer user to location of long description</short_desc>
          <delta_ts>2014-05-21 13:15:14 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>CR alt techniques [please use LC1 instead]</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="dmacdona">david100</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>lwatson</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>104110</commentid>
    <comment_count>0</comment_count>
    <who name="dmacdona">david100</who>
    <bug_when>2014-04-21 18:16:01 +0000</bug_when>
    <thetext>1) I think screen reader users should be explicitly informed that information below is the alternative... rather than deducing it from the heading above the alternative.

alt=&quot;Flowchart: Dealing with a broken lamp.&quot;&gt;

I would add &quot;full description below&quot;

alt=&quot;Flowchart: Dealing with a broken lamp. Full description below&quot;&gt;
========

alt=&quot;Bar chart: Average rainfall in millimetres by Country and Season.&quot;

Same here

alt=&quot;Bar chart: Average rainfall in millimetres by Country and Season. Table of data below&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105802</commentid>
    <comment_count>1</comment_count>
    <who name="dmacdona">david100</who>
    <bug_when>2014-05-13 01:36:53 +0000</bug_when>
    <thetext>This example does not appear to have an explicit programmatic association between the image and the long description. And there does not appear to be a reference to the data in the alt, to make an implicit association... there is the similarity between the alt and the caption text, but I think we need to provide an example that can be replicated, and there are not many situation where the alt and the title of the long description will be the same.

====Current===

&lt;img src=&quot;rainchart.gif&quot; alt=&quot;Bar chart: Average rainfall in millimetres by Country and Season.&quot;&gt;
  &lt;table&gt;
  &lt;caption&gt;Rainfall in millimetres by Country and Season.&lt;/caption&gt;
  &lt;tr&gt;&lt;td&gt;&lt;th scope=&quot;col&quot;&gt;UK &lt;th scope=&quot;col&quot;&gt;Japan&lt;th scope=&quot;col&quot;&gt;Australia&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Spring &lt;td&gt;5.5 (highest)&lt;td&gt;2.4 &lt;td&gt;2 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Summer &lt;td&gt;4.5 (highest)&lt;td&gt;3.4&lt;td&gt;2 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Autumn &lt;td&gt;3.5 (highest) &lt;td&gt;1.8 &lt;td&gt;1.5 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Winter &lt;td&gt;1.5 (highest) &lt;td&gt;1.2 &lt;td&gt;1 lowest&lt;/tr&gt;
  &lt;/table&gt;

===Suggestion===
&lt;img src=&quot;rainchart.gif&quot; alt=&quot;Bar chart: Average rainfall in millimetres by Country and Season. Table of data follows:&quot;&gt;
  &lt;table&gt;
  &lt;caption&gt;Rainfall in millimetres by Country and Season.&lt;/caption&gt;
  &lt;tr&gt;&lt;td&gt;&lt;th scope=&quot;col&quot;&gt;UK &lt;th scope=&quot;col&quot;&gt;Japan&lt;th scope=&quot;col&quot;&gt;Australia&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Spring &lt;td&gt;5.5 (highest)&lt;td&gt;2.4 &lt;td&gt;2 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Summer &lt;td&gt;4.5 (highest)&lt;td&gt;3.4&lt;td&gt;2 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Autumn &lt;td&gt;3.5 (highest) &lt;td&gt;1.8 &lt;td&gt;1.5 (lowest)&lt;/tr&gt;
  &lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Winter &lt;td&gt;1.5 (highest) &lt;td&gt;1.2 &lt;td&gt;1 lowest&lt;/tr&gt;
  &lt;/table&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105803</commentid>
    <comment_count>2</comment_count>
    <who name="dmacdona">david100</who>
    <bug_when>2014-05-13 01:43:57 +0000</bug_when>
    <thetext>as per Janina&apos;s suggestion &quot;Long description follows&quot; would be better than &quot;below&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>106556</commentid>
    <comment_count>3</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2014-05-21 13:15:14 +0000</bug_when>
    <thetext>fixed by a different method using figure/aria

have added figure/figcaption + aria to provide grouping and association

&lt;figuer role=&quot;group&quot; aria-labelledby=&quot;caption&quot;&gt;
&lt;img src=&quot;rainchart.gif&quot; alt=&quot;Bar chart: Average rainfall in millimetres by
Country and Season.&quot;&gt;    
&lt;table&gt;    
&lt;caption id=&quot;caption&quot;&gt;Rainfall in millimetres by Country and Season.&lt;/caption&gt;  
&lt;tr&gt;&lt;td&gt;&lt;th scope=&quot;col&quot;&gt;UK &lt;th scope=&quot;col&quot;&gt;Japan&lt;th scope=&quot;col&quot;&gt;Australia&lt;/tr&gt;  
&lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Spring &lt;td&gt;5.5 (highest)&lt;td&gt;2.4 &lt;td&gt;2 (lowest)&lt;/tr&gt;    
&lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Summer &lt;td&gt;4.5 (highest)&lt;td&gt;3.4&lt;td&gt;2 (lowest)&lt;/tr&gt;    
&lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Autumn &lt;td&gt;3.5 (highest) &lt;td&gt;1.8 &lt;td&gt;1.5 (lowest)&lt;/tr&gt;    
&lt;tr&gt;&lt;th scope=&quot;row&quot;&gt;Winter &lt;td&gt;1.5 (highest) &lt;td&gt;1.2 &lt;td&gt;1 lowest&lt;/tr&gt;    
&lt;/table&gt;
&lt;/figure&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>