Page 1 of 1

List types capitalisation issue

Posted: Wed Mar 11, 2015 9:51 pm
by MikeGale
With html ordered lists it's possible to set the list character like this <ol type="A">.

When doing this a is not the same as A.

The validator gives this message for the above sample

"In XHTML, enumerated attribute values are case-sensitive and must be lowercase. Instead of "A", use "a". This is in contrast to HTML, where values are normally not case-sensitive."

(HTML5 and version 15.02)

This appears to be incorrect.

Re: List types capitalisation issue

Posted: Wed Mar 11, 2015 10:33 pm
by Albert Wiersch
Thanks Mike. I should be able to get this fixed in the next update.

UPDATE: Fixed!