Re: Hierarchies with tabular data...

Henri Sivonen wrote:
> The current draft says that you can put a <table> as the child of 
> <datagrid> and gives an algorithm for UAs to use for populating the 
> initial state of the <datagrid> widget from the nested <table>. The 
> degradation behavior is that the <table> is rendered.

Is that the [default data provider] section? Much of what it says is beyond 
my understanding, but there is a note saying trees cannot be represented 
that way:

[[[
Note: The table-based default data provider cannot represent a tree.
]]]

So <datagrid> does not currently solve the heriarchical tables being 
discussed in this thread unless it is populated via 
<select>+<optgroup>+<option> or via the DOM data provider?

[default data provider] 
<http://www.whatwg.org/specs/web-apps/current-work/multipage/section-interactive-elements.html#the-default>

--
Ben 'Cerbera' Millard
Collections of Interesting Data Tables
<http://sitesurgeon.co.uk/tables/readme.html> 

Received on Tuesday, 16 October 2007 13:37:19 UTC