diff options
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 8856825d..88de079c 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -204,8 +204,9 @@ public: //BUG: for now everything is public Dstr *attr_data; /* Buffer for attribute value */ - int32_t link_color; - int32_t visited_color; + int32_t non_css_link_color; /* as provided by link attribute in <body> */ + int32_t non_css_visited_color; /* as provided by vlink attribute in <body> */ + int32_t visited_color; /* as computed according to CSS */ /* -------------------------------------------------------------------*/ /* Variables required after parsing (for page functionality) */ |