[dev-context] wrong css attr.
Mojca Miklavec
mojca.miklavec.lists at gmail.com
Fri Mar 2 22:34:42 CET 2012
On Fri, Mar 2, 2012 at 17:28, luigi scarso wrote:
> On Fri, Mar 2, 2012 at 5:20 PM, Hans Hagen wrote:
>>
>> On 2-3-2012 11:39, luigi scarso wrote:
>>>
>>> Errata
>>> itemgroup[symbol="5"] { list-style-type : circ ; }
>>> itemgroup[symbol="A"] { list-style-type : alpha ; }
>>> itemgroup[symbol="G"] { list-style-type : upper-greek ; }
>>>
>>> Corrige
>>> itemgroup[symbol="5"] { list-style-type : circle ; }
>>> itemgroup[symbol="A"] { list-style-type : upper-alpha ; }
>>> itemgroup[symbol="G"] { list-style-type : upper-roman ; }
>>>
>>> Note
>>> upper-greek doesn't exist
>>
>>
>> hm, I is upper-roman ... is there no way to get greek?
>>
>> Hans
>
> Not with list-style-type --- maybe list-style-image as svg ?
>
> http://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type
More information about the dev-context
mailing list