From 5d5081eb5788315f8ce7b60af05fe6d071672edd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Apr 2017 09:33:09 +0100 Subject: CSS: Handle presentational hint for HR's "width" attribute. --- content/handlers/css/hints.c | 1 + 1 file changed, 1 insertion(+) diff --git a/content/handlers/css/hints.c b/content/handlers/css/hints.c index 9fe9ffb12..9dfcf402b 100644 --- a/content/handlers/css/hints.c +++ b/content/handlers/css/hints.c @@ -1586,6 +1586,7 @@ css_error node_presentational_hint(void *pw, void *node, css_hint_width(pw, node); break; case DOM_HTML_ELEMENT_TYPE_HR: + css_hint_width(pw, node); css_hint_margin_left_right_hr(pw, node); break; case DOM_HTML_ELEMENT_TYPE_TEXTAREA: -- cgit v1.2.3