mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
CSS: Handle presentational hint for HR's "width" attribute.
This commit is contained in:
parent
abdab90859
commit
5d5081eb57
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user