Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/5d5081eb5788315f8ce7b60af05fe6d071672edd
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/5d5081eb5788315f8ce7b60af05fe6d071672edd
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/5d5081eb5788315f8ce7b60af05fe6d071672edd

The branch, master has been updated
       via  5d5081eb5788315f8ce7b60af05fe6d071672edd (commit)
      from  abdab90859a7299b2cf7eb6c3f6e68df9d17d1d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=5d5081eb5788315f8ce7b60af05fe6d071672edd
commit 5d5081eb5788315f8ce7b60af05fe6d071672edd
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

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

diff --git a/content/handlers/css/hints.c b/content/handlers/css/hints.c
index 9fe9ffb..9dfcf40 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:


-----------------------------------------------------------------------

Summary of changes:
 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 9fe9ffb..9dfcf40 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:


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to