Re: Table feedback

On Thu, 25 Dec 2008, Ben Millard wrote:
> Ian Hickson wrote:
> > [...] it required the algorithm to now make a decision about whether 
> > cells are column headers or row headers  [...]
> > 
> > Thus, the algorithm is likely going to support far fewer table types 
> > without attributes, which is going to result in a net decrease in the 
> > number of tables that are accessible.
>
> Which types are those?

For example, in this table:

http://james.html5.org/tables/table_inspector.py?algorithm=html5c&uri=&input_type=type_source&source=%3Ctable%3E%0D%0A%3Ctr%3E%3Cth%3Ea%3Ctd%3Ed%3Ctd%3Eg%0D%0A%3Ctr%3E%3Ctd%3Eb%3Ctd%3Ee%3Ctd%3Eh%0D%0A%3Ctr%3E%3Ctd%3Ec%3Ctd%3Ef%3Ctd%3Ei%0D%0A%3C%2Ftable%3E

...the data cells have no headers, but in the old algorithm, the "a" 
header cell would apply to at least some data cells.

Maybe the validator should warn when there is a header cell that doesn't 
apply to any data cells?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 31 January 2009 21:20:18 UTC