![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
It's a long list of academic publications [...] Anyway, it's a long list, and for various reasons, not one I think would usefully be split up. I think you're saying it's a write-only list that just "needs" to be there, and nobody is really expected to use it for anything, except to find errors, perhaps. If it were meant to be useful, it would - on the Web - be turned into a simple (or non-simple) data base so that people could make various queries and quickly get the info they are looking for |
|
[...] I think you need to distinguish between: * "back to top" (or worse, "^" etc) * non-list content such as "Index" links in lists because they present different issues. I don't think they are that different. The latter does to a list what "back to top" does to a page. |
#12
| |||
| |||
|
|
Jukka K. Korpela <jkorpela (AT) cs (DOT) tut.fi> wrote: It's a long list of academic publications [...] Anyway, it's a long list, and for various reasons, not one I think would usefully be split up. I think you're saying it's a write-only list that just "needs" to be there, and nobody is really expected to use it for anything, except to find errors, perhaps. If it were meant to be useful, it would - on the Web - be turned into a simple (or non-simple) data base so that people could make various queries and quickly get the info they are looking for To be honest, I think how it will be used will evolve once it's delivered, and more sophisticated requirements will emerge, especially as people realise just what we can do with this information. For now though, we need to start with this list. [...] I think you need to distinguish between: * "back to top" (or worse, "^" etc) * non-list content such as "Index" links in lists because they present different issues. I don't think they are that different. The latter does to a list what "back to top" does to a page. 'Index' (unlike 'back to top' or '^') has semantic content. It makes sense even if it's the first thing the user sees on that page (unlike 'back to top'). It's not referring to an arbitrary position on the page (which may or may not have anything useful on it), but to particular information information on it. However, the points you make about the pollution of lists with non-list information hold for both, and I think they sway the case against having 'Index' links, despite the usability advantages they'd offer for many users. Daniele |
#13
| |||
| |||
|
|
Later we can get as clever as we like with this information, but while other views of the same data may turn out to be useful for numerous other particlar purposes, the long complete list is still required, and for the time being, will be the definitive view. |
#14
| |||
| |||
|
|
OP wants to make a list. He wants it to be a nice usable list. He wants users to be able to understand and negotiate it. It does not matter if he or a thousand others are fixated on all this being possible within in a list. It cannot be done with *just* a list (no matter with classes) and it is the wrong tool for the job. An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. |
|
1990 Back to list index * Joe Bob * Bobo * Dede Wilkes 1991 Back to list index ... 1992 Back to list index ... |
#15
| |||
| |||
|
|
An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. |
#16
| |||
| |||
|
|
In article <doraymeRidThis-2EFA6C.21401612102009 (AT) news (DOT) albasani.net>, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: [snip] OP wants to make a list. He wants it to be a nice usable list. He wants users to be able to understand and negotiate it. It does not matter if he or a thousand others are fixated on all this being possible within in a list. It cannot be done with *just* a list (no matter with classes) and it is the wrong tool for the job. An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. Actually, I was going to suggest this based on the original post. Either that, or split the data into a series of lists with sub-level headings between them. The original post example looked like a table: 1990 Back to list index * Joe Bob * Bobo * Dede Wilkes 1991 Back to list index ... 1992 Back to list index ... So, either (a) a table with first column for year and second column for entries (as rows or a list within a single cell?) |
|
or (2) a set of div id="1990" h2>1990</h2 ul>....</ul /div etc. |
#17
| |||
| |||
|
|
An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. Actually, I was going to suggest this based on the original post. Either that, or split the data into a series of lists with sub-level headings between them. The original post example looked like a table: 1990 Back to list index * Joe Bob * Bobo * Dede Wilkes 1991 Back to list index ... 1992 Back to list index ... So, either (a) a table with first column for year and second column for entries (as rows or a list within a single cell?) And, crucially, for the particular concern about the index link, *one* way to go is to have a third column with links to the index, everything depending on the details of the job. It is well known and understood that a column can span and relate as data to many rows. |
#18
| |||
| |||
|
|
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. Actually, I was going to suggest this based on the original post. .... ... The original post example looked like a table: 1990 Back to list index * Joe Bob * Bobo * Dede Wilkes 1991 Back to list index ... ... And, crucially, for the particular concern about the index link, *one* way to go is to have a third column with links to the index, everything depending on the details of the job. It is well known and understood that a column can span and relate as data to many rows. Links to an index no more items of table data than they are list items - they are navigation furniture. |
#19
| |||
| |||
|
|
In article 1j7kgtc.u36j2b1l6urflN%real-not-anti-spam-address (AT) apple-juice (DOT) co.uk>, real-not-anti-spam-address (AT) apple-juice (DOT) co.uk (D.M. Procida) wrote: dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: An HTML table of data is a way to organise lists, links to indexes are quite the sort of data that might appropriately go into a column and relate to groups of rows. Actually, I was going to suggest this based on the original post. ... ... The original post example looked like a table: 1990 Back to list index * Joe Bob * Bobo * Dede Wilkes 1991 Back to list index ... ... And, crucially, for the particular concern about the index link, *one* way to go is to have a third column with links to the index, everything depending on the details of the job. It is well known and understood that a column can span and relate as data to many rows. Links to an index no more items of table data than they are list items - they are navigation furniture. First, it does not follow that because something is part of navigation furniture, it cannot or should not be rendered in a table. An always visible equivalent to a drop down menu can perfectly semantically and legitimately be made as a table rather than lists and sublists or rather than just lists and sublists. This is not something I am recommending for all situations. But it is not logically wrong. Second, it does not follow that because some things might be navigation furniture, that they cannot be part of some table where the purpose of the table is to display more than very narrow information (for example, *just* navigation matters) In the suggestion for it being a list item, the argument is quite clear: it is *not* part of the list (going by your own sketch of the data (people in years)), it is not part of the type of things the list items are. But you cannot make this judgement in relation to a table a priori without knowing what the nature of the table is. You are simply jumping to conclusions on this, seemingly unable to imagine or grasp that a table can be legitimately manufactured to show all kinds of relationships between items of different kinds. |
#20
| |||
| |||
|
|
In the suggestion for it being a list item, the argument is quite clear: it is *not* part of the list (going by your own sketch of the data (people in years)), it is not part of the type of things the list items are. But you cannot make this judgement in relation to a table a priori without knowing what the nature of the table is. You are simply jumping to conclusions on this, seemingly unable to imagine or grasp that a table can be legitimately manufactured to show all kinds of relationships between items of different kinds. |
![]() |
| Thread Tools | |
| Display Modes | |
| |