- From: Mohammad, Ashraf <Ashraf.Mohammad@sabre.com>
- Date: Mon, 26 Sep 2016 11:53:39 -0500
- To: "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
Hi,
I am currently working on shopping cart implementation which has as structure as shown below:
Shopping Cart
Product1 $10
--------------------------------
Product2 $15 (+)
>price $10
>insurance $5
---------------------------------
Taxes $5 (+)
>Fed tax $2
>State tax $3
覧覧覧覧覧覧
Total $30
(+) stands for toggle expand/collapse button
What would the correct/better(more accessible) choice for implementing this, List(nested) or Table(with rows shown/hidden with js) or some thing better?
Thank you,
Ashraf
Received on Monday, 26 September 2016 16:54:17 UTC