Add support for the CSS list-style-type property
commitb2bc6f5049c4a80d4829b7d35c578ff24d027631
authorFabienne Ducroquet <fabiduc@gmail.com>
Tue, 2 Apr 2013 18:51:56 +0000 (2 20:51 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 7 Sep 2013 08:52:01 +0000 (7 10:52 +0200)
treea5f18d33e4803d58d412eaddf362be4ac99c7ebd
parentad7ff0386d35139c0d9d67d5a96111650d3dde0a
Add support for the CSS list-style-type property

Use the same functions as for the list-style property since only the "type" part
of the list-style property is supported at this stage.

Signed-off-by: Fabienne Ducroquet <fabiduc@gmail.com>
src/document/css/apply.c
src/document/css/property.c
src/document/css/property.h
src/document/dom/util.c