Both list-style-type: lower-latin
and list-style-type: lower-alpha
results in list like this:
a. item1
b. item2
c. item3
...
Is there any difference between these two values, or they are exactly the same?
List-style is simply the shorthand version for styling your list. List style type specifically refers to the indicator to the left such as the ever popular none, or disc, decimal, etc.
The list-style-position property defines where to position the list marker, and it accepts one of two values: inside or outside.
lower-alpha. The marker is lower-alpha (a, b, c, d, e, etc.) Demo ❯ lower-greek. The marker is lower-greek.
The list-style-type property in CSS specifies the appearance of the list item marker (such as a disc, character, or custom counter style) if 'list-style-image' has the value 'none'.
I've just checked it out on W3C, there doesn't seem to be any difference. Lower-latin
couldbe a new attribute.
Im not sure, but they display the same. So i'd say they are the same.
Note: : IE8, and earlier versions won't display lower-latin
Update
I'vejust found this on QuirksMode, these guys are usually pretty good. But even their not sure.
http://www.quirksmode.org/css/lists.html
If anyone has any ideas, let us know? Seems strange to have two attributes that appear to do the same.
One though I had is that, maybe they are for different charsets?
Update Update
Source links
http://www.w3schools.com/cssref/pr_list-style-type.asp
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_list-style-type_ex
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With