summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.h b/html.h
index 148ea6f0..b73a3a4b 100644
--- a/html.h
+++ b/html.h
@@ -51,7 +51,9 @@ enum html_attr {
HTML_ATTR_REL = 5,
HTML_ATTR_HREF = 6,
HTML_ATTR_WIDTH = 7,
- HTML_ATTR_ALIGN = 8
+ HTML_ATTR_ALIGN = 8,
+ HTML_ATTR_VALIGN = 9,
+ HTML_ATTR_NOWRAP = 10
};
enum html_type {