[Bug 20317] David MacDonald and Bruce Bailey, members of WCAG, but not speaking for WCAG, comments

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20317

steve faulkner <faulkner.steve@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from steve faulkner <faulkner.steve@gmail.com> ---
have added figure/figcaption + aria to provide grouping and association

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 21 May 2014 12:51:51 UTC