From a0d912e0c6ec1aded441f9e8ca8df873d6d1124f Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 4 Jul 2019 14:28:57 +0200 Subject: [PATCH] Update documentation about text-overflow --- docs/features.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/features.rst b/docs/features.rst index c915393c5..0fcd4422d 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -500,14 +500,13 @@ The `CSS Basic User Interface Module Level 3`_ also known as CSS3 UI is a candidate recommendation describing "CSS properties which enable authors to style user interface related properties and values." -Only one new property defined in this document is implemented in WeasyPrint: -the ``box-sizing`` property. +Two new properties defined in this document are implemented in WeasyPrint: +the ``box-sizing`` and ``text-overflow`` properties. Some of the properties do not apply for WeasyPrint: ``cursor``, ``resize``, ``caret-color``, ``nav-(up|right|down|left)``. -The other properties are **not** implemented: ``outline-offset`` and -``text-overflow``. +The ``outline-offset`` property is **not** implemented. .. _CSS Basic User Interface Module Level 3: http://www.w3.org/TR/css-ui-3/