Web Hosting CSS & Stylesheet Forums

Add Me

User Name
Password
Go Back   CSS & Stylesheet Forums > CSS Forumz: Main > Style Sheet In General

Welcome to the CSS & Stylesheet Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Tags:



Reply
  #11 (permalink)  
Old 08-26-2008, 02:47 PM
Jonathan N. Little
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Jonathan N. Little wrote:
> Andreas Prilop wrote:
>> On Mon, 25 Aug 2008, Jonathan N. Little wrote:
>>
>>>> I don't know what you mean by "semantic equivalent" - but I certainly
>>>> cannot get automatic numbering in a table.
>>> content: counter(item) ": ";

>>
>> In which browser?

>
> Oh, don't expect it to work in IE!
>
> Firefox, SeaMonkey, Opera... the browser must support css counters.
>


Also Konqueror 3.5.8 so I assume Safari will also work.

--
Take care,

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


Sponsored Links
  #12 (permalink)  
Old 08-26-2008, 02:47 PM
Ed Mullen
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Jonathan N. Little wrote:
> Jonathan N. Little wrote:
>> Andreas Prilop wrote:
>>> On Mon, 25 Aug 2008, Jonathan N. Little wrote:
>>>
>>>>> I don't know what you mean by "semantic equivalent" - but I certainly
>>>>> cannot get automatic numbering in a table.
>>>> content: counter(item) ": ";
>>>
>>> In which browser?

>>
>> Oh, don't expect it to work in IE!
>>
>> Firefox, SeaMonkey, Opera... the browser must support css counters.
>>

>
> Also Konqueror 3.5.8 so I assume Safari will also work.
>


It does.

--
Ed Mullen
http://edmullen.net
I used to be schizophrenic, but we're all right now.
Reply With Quote


  #13 (permalink)  
Old 08-26-2008, 02:47 PM
Steve Swift
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Jonathan N. Little wrote:
> Also Konqueror 3.5.8 so I assume Safari will also work.


Certainly my Safari (Under Windows). Not IE8 beta though.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Reply With Quote


  #14 (permalink)  
Old 08-26-2008, 02:47 PM
Roy A.
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

On 25 Aug, 16:50, Andreas Prilop <prilop4...@trashmail.net> wrote:
> On Mon, 25 Aug 2008, Jonathan N. Little wrote:
> >> I don't know what you mean by "semantic equivalent" - but I certainly
> >> cannot get automatic numbering in a table.

>
> > - - content: counter(item) ": ";

>
> In which browser?


Most, even on cellular phones.
Reply With Quote


  #15 (permalink)  
Old 08-26-2008, 02:47 PM
Ed Mullen
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Roy A. wrote:
> On 25 Aug, 16:50, Andreas Prilop <prilop4...@trashmail.net> wrote:
>> On Mon, 25 Aug 2008, Jonathan N. Little wrote:
>>>> I don't know what you mean by "semantic equivalent" - but I certainly
>>>> cannot get automatic numbering in a table.
>>> content: counter(item) ": ";

>> In which browser?

>
> Most, even on cellular phones.


Not IE7 nor (I'm fairly sure) IE6.

--
Ed Mullen
http://edmullen.net
I tried sniffing Coke once, but the ice cubes froze the end of my nose.
Reply With Quote


  #16 (permalink)  
Old 08-26-2008, 02:47 PM
Jonathan N. Little
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Steve Swift wrote:
> Jonathan N. Little wrote:
>> Also Konqueror 3.5.8 so I assume Safari will also work.

>
> Not IE8 beta though.
>


Not surprised.

--
Take care,

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


  #17 (permalink)  
Old 08-26-2008, 02:48 PM
dorayme
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

In article
<Pine.GSO.4.63.0808251615270.2568@s5b004.rrzn.un i-hannover.de>,
Andreas Prilop <prilop4321@trashmail.net> wrote:

> On Sat, 23 Aug 2008, dorayme wrote:
>
> > There is a perfectly good way that uses the semantic equivalent of
> > an ordered list, a two column table,

>
> I don't know what you mean by "semantic equivalent" - but I certainly
> cannot get automatic numbering in a table.


These are two issues. There might be a way to get the latter as a
practical measure. But I will address the first.

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.

There is an issue at this point as to whether the numbers can be mere
labels or must be something deeper - <http://tinyurl.com/54pzce>.

But 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. You do NOT stick the flour in the oven before you add water and
knead ...

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".

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. The
advantage of a table is much greater presentational flexibility.

--
dorayme
Reply With Quote


  #18 (permalink)  
Old 08-26-2008, 02:48 PM
Roy A.
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

On 25 Aug, 21:17, Ed Mullen <e...@edmullen.net> wrote:
> Roy A. wrote:
> > On 25 Aug, 16:50, Andreas Prilop <prilop4...@trashmail.net> wrote:
> >> On Mon, 25 Aug 2008, Jonathan N. Little wrote:
> >>>> I don't know what you mean by "semantic equivalent" - but I certainly
> >>>> cannot get automatic numbering in a table.
> >>> - - content: counter(item) ": ";
> >> In which browser?

>
> > Most, even on cellular phones.

>
> Not IE7 nor (I'm fairly sure) IE6.


Maybe not Internet Explorer Mobile Browser either, but most of the
rest.

Reply With Quote


  #19 (permalink)  
Old 08-26-2008, 02:48 PM
Jonathan N. Little
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

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...

Whereas a table has a "two-dimensional" relationship where the data is
organized in rank and file, row and column. Where the cross-wise
relationship is significant to the data.

> That is what I meant by semantic equivalence. The
> advantage of a table is much greater presentational flexibility.
>



Not sure how a table add more flexibility. Certainly more complexity if
you want to try layouts that deviate from the grid.

--
Take care,

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


  #20 (permalink)  
Old 08-26-2008, 02:48 PM
Steve Swift
Guest
 
Posts: n/a
Diggs:
Default Re: Bold numbers in ordered lists

Jonathan N. Little wrote:
> Not sure how a table add more flexibility. Certainly more complexity if
> you want to try layouts that deviate from the grid.


Talking of lists, I wrote a CGI webpage specifically for generating
lists of instructions. It's one of the most useful pages I've ever created.

I keep lists such as:

- things I have to take on holiday
- things to do when I get a new CD (there are 13 steps)
- the clocks I have to change when we swap between GMT/BST
- the devices I have to reset after a power failure
- the passwords I have to change regularly

These lists aren't numbered (they are mostly not necessarily sequential)
but they each have a checkbox for each step, so I can keep track of
where I have reached. In this case, tables are handy for keeping the
text on the same line as the checkbox.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Reply With Quote


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 09:40 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.




Inactive Reminders By Mished.co.uk