HighDots Forums  

Bold numbers in ordered lists

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Bold numbers in ordered lists in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
dorayme
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-26-2008 , 08:47 PM






In article <8adfb$48b49b7c$40cba7ac$4899 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Quote:
dorayme wrote:
In article <a99be$48b3f723$40cba7c7$6378 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:
In article <ba9a0$48b37525$40cba7c7$22582 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:


I will answer your post later. Obviously, I am not going to get you to
see what I mean by semantic equivalence between an ordered list and a 2
col table easily, you putting up every kind of block from seeing what is
essentially a simple observation of mine.

Maybe because they are semantically different might have something to do
with it.
You forget to add:

"and this is glaringly obvious to everyone but you (dorayme)".

Here's a possibility that understandably escapes your mention: that you
(and many others) are operating with an essentially false or
dilettantish idea of what it is for two things to mean the same.

I will think of a way to take you through my thoughts as best as I can,
the previous clearly not having done the job.

--
dorayme


Reply With Quote
  #22  
Old   
dorayme
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 01:03 AM






In article <a99be$48b3f723$40cba7c7$6378 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Quote:
dorayme wrote:
In article <ba9a0$48b37525$40cba7c7$22582 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:

Whether you use an ordered list or a table, you are conveying more or
less the same thing.

No not really. A list is a list, with a singular "linear" relationship:
start a 1, then to 2 then to 3...


Not really. The relationship between the number of an ordered list item
and the list item itself is one relationship you miss considering.

I would argue that the ordinal numbers is a list are not at all the same
as the data within a table. It is not really the "data" makes little
difference if

1. fee
2. fie
3. foe
4. fum

A) fee
B) fie
C) foe
D) fum

or implied:

* fee
* fie
* foe
* fum

Where as the first column of a table's data is relevant and the
relationship by row and column is significant.

fin | fish | water
foot | dog | land
wing | bird | air

With or without ordinal numbers a tabular data within has a significance
with respect to row column position. It is that organizational
relationship that differentiates it from a list.
OK, now, Jonathan where were we? O yes, you think the number in an
ordered list can never be the same as data in a column in a table? And
you have an argument. Your argument begins with a few particularly
distracting ungrammatical sentences and others later. I am having
trouble understanding you. I have spent 15 minutes thinking of
charitable interpretations and come up with only obviously acceptable
and uncontroversial things that I start with myself.

Perhaps we can take things slowly.

Did you have any difficulty with my

1. "An ordered list has the major characteristic as part of its meaning
that the order in which the list items appear is crucial to
understanding the meaning. This understanding can be assisted by
adjacent numbers." ?

or

2. "let us assume that the paradigm is a bread making algorithm where
the numbers are not mere labels. They are both an aid to the reader to
keep track of the order and a crucial indicator that it is an ordered
rather than an unordered list. An ordered list must be read in a certain
way." ?

or, crucially and what you seem to simply miss in your above "argument":

3. "A column of bread making instructions could be represented in a
table, the left column having the numbers, the right showing the
procedure at the corresponding number. It is a tabular affair at heart.
The numbers mean something as can be seen by *imagining* column
headings, the left column might be "Order" and the right col heading
might be "Do this"." ?

I know you had difficulty with my

4. "Whether you use an ordered list or a table, you are conveying more
or less the same thing. That is what I meant by semantic equivalence." ?

I ask because none of these detailed sentences did *you* take up in any
shape or form. You did not question any of the sentences in particular
so I am fighting here to understand what difficulty you or anyone is
having with my oft stated view that an ordered list is in all essentials
a two col table of a special type.

It is particularly frustrating to me that you do not take up my 3. which
summarises the crucial idea. It pinpoints the type of table that is a
semantic equivalent. Not *any* table will do. An ordered list showing a
cooking algorithm is not going to be matched by any old table. A
particular ordered list has its counterpart table with particular
characteristics.

For me, meaning is information. I have no idea what it is for you. If I
use an ordered list to tell someone how to get the head off a Triumph
Trophy and get the valves out and grind the seats, I expect that they
understand that it is an ordered list and not an unordered one. If I put
in the numbers (by, say, leaving list-style-type as default) I expect
the reader to read the numbers in a particular way.

I expect them to see "1" and relate it to the text on the right of it.
And for the number "2" etc. If I did this in a two col table I would
expect *exactly* the same thing.

In a table I would even be able to help the simpler type of home
mechanic to read it right. I could put in a col heading that makes it
clear that the order is represented by the numbers below. An ordered
list in itself has no such provisions as represented in a browser. One
can, of course, make it clear in some prelimininary text.

If a sighted person sees an ordered list on a website, it might, unknown
to him, be coded by ol or by a two col table. The sighted user would be
none the wiser by simple reading. Imagine two identical sets of
instructions, one on one webpage coded ol, the other on another page
coded table. What difficulty do you have or does anyone have with the
idea that the objects (as seen by website users) are equivalent in
meaning? Do you at least understand this semantic equivalence?

You can look at the source and say "Ah, this is a table" or "This is an
ordered list". But from the point of view of the reader, it is a piece
of text that means something and it means exactly the same thing whether
it be a 2 col table or an ol behind the scenes.

Lets move on to another aspect of semantic equivalence now. A blind man
is being read an algorithm. "1" the voice says, "Remove the fuel tank",
"2", the voice continues, "Clean top of engine with degreaser" etc.

But another blind man on another website has the table version and he is
read very similar instructions. He understands via the left column
*heading* that this is the order, and the instruction is paired to the
right col on the same row.

I am not arguing for the moment which is best or simpler or which is
more convenient for either author or listener or reader. I am saying
that when all is said and done, the two have understood the information
conveyed, they have understood pretty well the same thing. An algorithm
of how to strip a head and grind the valve seats in. These are the
things that make the alternative constructions semantically equivalent.
Information conveyed and received. One person is not in possession of
some secret meaning that the other is not in possession of.

You might have some sort of ghost idea of meaning. I don't. I am a
practical person and have the idea of practical meaning. Words and
constructions have a meaning according to how they are used and
received. And I am saying to you and you are dismissing or snipping or
oddly replying without taking up my words.

I have no idea at all why this is so.

I will take up the greater flexibility question you put later, I better
stop!

--
dorayme


Reply With Quote
  #23  
Old   
Ben C
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 05:38 AM



On 2008-08-26, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote:
[...]
Quote:
Quite often, in my experience, if an idea is so coldly received, it is
because it is communicated in a form that makes it sound simply false or
crazy, there being no handle for the receiver to intelligently discuss
it. Hence your first dismissive response where you repeated so
innocently that a list was a list, one thing after another and a table
was a table, things relating blah blah. I do not blame you.
[...]

I think it's sort of OK to call an ordered list a kind of table. But
it's only possible to judge it in the very dim light available.

A table is really a visual thing as everyone knows. Then people started
saying you can only use an HTML table for abstract "tabular data". But
we can only imagine what "tabular data" really is.

People have their own definitions but none of them are authoritative.

Really it comes down to choosing the element that fits best out of the
choice available.

Since there is an OL element that's usually going to be a better choice
for an ordered list than a TABLE.

And if you do use a TABLE instead because it's easier to style it the
way you want you could be accused of using tables for presentation,
which is the dreaded thing everyone is trying to avoid.

It's much easier to answer the practical questions "why are you using a
table?" and "why aren't you using an OL?" than "is your data tabular?".

Your argument that the numbers are like a corresponding column so that
we can look up the third thing to do on the list etc. does work but how
is that different from the argument that a linter is a kind of
validator?


Reply With Quote
  #24  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 10:21 AM



dorayme wrote:

Quote:
The relation between a number and a list item has a certain practical
significance and meaning. So does the relation between some types of
cells in tables that I have described at length as relevant in this
context.
It may and it may not. Could be significant in the order of things like
procedural steps:

1. Untie laces
2. Pull off shoe
3. Pull off sock
4. Bare foot.

But may be just arbitrary,

Needed from store:

1. eggs
2. milk
3. bread
4. apples

With tables and tabula data the order may not be important but the row
to column interrelationship is important:

1 | nose
2 | ears
2 | feet
8 | fingers
10 | toes

the order is not so significant, this would have the same meaning:

2 | feet
8 | fingers
10 | toes
1 | nose
2 | ears

but change the row to column interrelationship and you will have problems:

1 | feet
2 | fingers
2 | toes
8 | nose
10 | ears

or a freak of nature.



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #25  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 10:27 AM



dorayme wrote:
Quote:
In article <a99be$48b3f723$40cba7c7$6378 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:
In article <ba9a0$48b37525$40cba7c7$22582 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:

Whether you use an ordered list or a table, you are conveying more or
less the same thing.
No not really. A list is a list, with a singular "linear" relationship:
start a 1, then to 2 then to 3...

Not really. The relationship between the number of an ordered list item
and the list item itself is one relationship you miss considering.
I would argue that the ordinal numbers is a list are not at all the same
as the data within a table. It is not really the "data" makes little
difference if

1. fee
2. fie
3. foe
4. fum

A) fee
B) fie
C) foe
D) fum

or implied:

* fee
* fie
* foe
* fum

Where as the first column of a table's data is relevant and the
relationship by row and column is significant.

fin | fish | water
foot | dog | land
wing | bird | air

With or without ordinal numbers a tabular data within has a significance
with respect to row column position. It is that organizational
relationship that differentiates it from a list.

OK, now, Jonathan where were we? O yes, you think the number in an
ordered list can never be the same as data in a column in a table? And
you have an argument. Your argument begins with a few particularly
distracting ungrammatical sentences and others later. I am having
trouble understanding you. I have spent 15 minutes thinking of
charitable interpretations and come up with only obviously acceptable
and uncontroversial things that I start with myself.
Sorry should get someone else to proof my messages before posting.
Numbers in a list are only significant if they represent procedural
step, but that may not aways be the case. See my other reply...



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #26  
Old   
dorayme
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 05:46 PM



In article <4585d$48b55e97$40cba7c2$15166 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Quote:
dorayme wrote:

The relation between a number and a list item has a certain practical
significance and meaning. So does the relation between some types of
cells in tables that I have described at length as relevant in this
context.

It may and it may not. Could be significant in the order of things like
procedural steps:


But may be just arbitrary,

And therefore totally irrelevant.

Quote:
With tables and tabula data the order may not be important but the row
to column interrelationship is important.

The significance and relevance of this being?

--
dorayme


Reply With Quote
  #27  
Old   
dorayme
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 05:48 PM



In article <98a2b$48b55fe4$40cba7c2$15284 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Quote:
Numbers in a list are only significant if they represent procedural
step, but that may not aways be the case.
This is either false or ambiguous or both.

--
dorayme


Reply With Quote
  #28  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 06:27 PM



dorayme wrote:
Quote:
In article <98a2b$48b55fe4$40cba7c2$15284 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Numbers in a list are only significant if they represent procedural
step, but that may not aways be the case.

This is either false or ambiguous or both.

How so?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #29  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 06:30 PM



dorayme wrote:
Quote:
In article <4585d$48b55e97$40cba7c2$15166 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

dorayme wrote:

The relation between a number and a list item has a certain practical
significance and meaning. So does the relation between some types of
cells in tables that I have described at length as relevant in this
context.
It may and it may not. Could be significant in the order of things like
procedural steps:


But may be just arbitrary,


And therefore totally irrelevant.

With tables and tabula data the order may not be important but the row
to column interrelationship is important.


The significance and relevance of this being?

The difference in semantics of list data verses tabular data, the
significance is they are different.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #30  
Old   
dorayme
 
Posts: n/a

Default Re: Bold numbers in ordered lists - 08-27-2008 , 07:23 PM



In article <f1455$48b5d43e$40cba7c6$32397 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Quote:
dorayme wrote:
In article <98a2b$48b55fe4$40cba7c2$15284 (AT) NAXS (DOT) COM>,
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote:

Numbers in a list are only significant if they represent procedural
step, but that may not aways be the case.

This is either false or ambiguous or both.

I forgot to add "or vague" and change "or both" to "or all three"

Quote:
How so?
The "that" could refer to either the fact of significance or the
canvassing of the possibility of the conditional not being true.

The vaguesness refers to the possibility of some other meaning that is
not clear and is neither of the ones mentioned above.

And the falsity refers to there being cases of ordered lists that do not
literally represent a procedure to be followed.

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.