Re: Complex Table Examples

On Wed, 23 May 2007 17:26:37 +0200, Laura Carlson  
<laura.lee.carlson@gmail.com> wrote:
> How does your revision parse on a per cell basis in screen readers?

You'd have a traversal algorithm that would collect the headers for a  
given cell based on the table model. As opposed to splitting the headers  
attribute on space characters and then invoking getElementById() on the  
returned values. If there are lots of tables out there that currently use  
the headers= attribute and end users rely on them I suppose the traversal  
algorithm should take that into account, as Maciej suggested earlier.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 23 May 2007 15:46:12 UTC