CSS: Handle presentational hint for HR's "width" attribute.

This commit is contained in:
Michael Drake 2017-04-10 09:33:09 +01:00
parent abdab90859
commit 5d5081eb57

View File

@ -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: