*Joris Huizer* <joris_huizer@yahoo.com>: > > Now, I think it would be best to represent the data > using a ondered list - but it's also a table A list is more or less just a one-dimensional table (at least ol and ul) and a table an n-dimensional list, thus I don't see the problem here. If you wanted auto generated numbers, you /could/ use CSS: tbody tr::before {content: counter(charts)} The most I could think of that HTML could do here, was to offer an attribute for specifying by which column or row a table is sorted and how, like (fictitious): <col sorted="numeral" id="pos"><col id="song"><col id="artist">... But what would UAs do with that piece of information? Christoph PäperReceived on Friday, 24 January 2003 02:05:08 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 July 2008 07:54:22 GMT