Always Learning
2014-Feb-14 03:19 UTC
[CentOS] Centos 5.10, Firefox ESR 24.3.0, Rendering Failure
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 or to be prepared it may be abandoned. It does not, in my version of English English, mean removed from the HTML specification. Therefore it should function 'normally' in modern browsers like FF. HTML 5 has officially resurrected it. I now discover that <ol style="list-style-type:lower-alpha;"> also produces digits. Where should a BUG report be filled ? With Centos, the provider of Firefox ESR 24.3.0, or its parent Red Hat ? Thanks. -- Paul. England, EU. Our systems are exclusively Centos. No Micro$oft Windoze here.
Warren Young
2014-Feb-14 03:30 UTC
[CentOS] Centos 5.10, Firefox ESR 24.3.0, Rendering Failure
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 valueThe 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.