Making unordered lists work like ordered lists. Why?

This forum is for all Flare issues not related to any of the other categories.
Post Reply
awinnefeld
Propeller Head
Posts: 32
Joined: Thu May 17, 2018 1:55 am
Location: Germany

Making unordered lists work like ordered lists. Why?

Post by awinnefeld »

I just realized a strange thing in the Project I've "inherited" some weeks ago. For some reason, my predecessor made the <ul> Element work as an <ol> Element. She defined a list item class <li class="number"> and gave it a list-style: decimal property in the style sheet. Question is: why? Is there any reasonable explanation why you would prefer to do this instead of just using <ol>?
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Making unordered lists work like ordered lists. Why?

Post by Psider »

Maybe the source came from a legacy system that didn't use standard html? I seem to remember that I had problems getting older versions of Word to use nice-ish list code when saving to html. (Having said that, I would have been checking the lists as I edited topics, to convert them properly. :) )
awinnefeld
Propeller Head
Posts: 32
Joined: Thu May 17, 2018 1:55 am
Location: Germany

Re: Making unordered lists work like ordered lists. Why?

Post by awinnefeld »

Thanks, maybe this really is the simple explanation to this little mystery... I guess I'll just edit them whenever I encounter them and check if hell breaks loose in any of the output targets :oops:
Post Reply