On 2/13/2014 20:19, Always Learning wrote: > Further to my very recent concerns that > > <ol type="a"> > > gives digits. type="a" was "depreciated" in HTML 4.1. "depreciated" > means to me to be of a lesser value The word in the spec is certainly "deprecated". No "i". Depreciated is a different word. > I now discover that > > <ol style="list-style-type:lower-alpha;"> > > also produces digits. It works here. I tested with this document: <html> <head> <title>Test</title> <head> <body> <ol style="list-style-type:lower-alpha"> <li>Hello</li> <li>World</li> </ol> </body> </html> > Where should a BUG report be filled ? With Centos, the provider of > Firefox ESR 24.3.0, or its parent Red Hat ? The Mozilla Bugzilla: https://bugzilla.mozilla.org/ But first, be sure of your facts. I suspect Firefox isn't the problem.