From 3881e3cf9611b6c096251a617f75255d912415a3 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Fri, 22 Dec 2017 00:07:10 +0800 Subject: [PATCH] Update support for list-style --- docs/features.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 72ea435d7..b6e495214 100644 --- a/docs/features.md +++ b/docs/features.md @@ -36,6 +36,10 @@ Below is a list of all the supported CSS properties and values. - height - left - letter-spacing + - list-style + - list-style-image + - list-style-position + - list-style-type - margin - max-height - max-width @@ -71,7 +75,6 @@ These CSS properties are **NOT** currently supported - [font-variant-ligatures](https://github.com/niklasvh/html2canvas/pull/1085) - [mix-blend-mode](https://github.com/niklasvh/html2canvas/issues/580) - [object-fit](https://github.com/niklasvh/html2canvas/issues/1064) - - [list-style](https://github.com/niklasvh/html2canvas/issues/177) - [repeating-linear-gradient()](https://github.com/niklasvh/html2canvas/issues/1162) - word-break - [word-wrap](https://github.com/niklasvh/html2canvas/issues/664)