From d97c9eda43563ca95b11e1da7ad43fd2a320d8e0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 6 Oct 2015 12:33:59 +0200 Subject: epub: Implement style 'visibility' attribute. --- include/mupdf/html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mupdf/html.h b/include/mupdf/html.h index d1519284..8f4e5073 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -94,6 +94,7 @@ enum { POS_STATIC, POS_RELATIVE, POS_ABSOLUTE, POS_FIXED }; enum { TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY }; enum { VA_BASELINE, VA_SUB, VA_SUPER, VA_TOP, VA_BOTTOM }; enum { BS_NONE, BS_SOLID }; +enum { V_VISIBLE, V_HIDDEN, V_COLLAPSE }; enum { WS_COLLAPSE = 1, @@ -138,6 +139,7 @@ struct fz_css_style_s fz_css_number padding[4]; fz_css_number border_width[4]; fz_css_number text_indent; + char visibility; char white_space; char text_align; char vertical_align; -- cgit v1.2.3