diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-18 16:16:18 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-18 16:16:18 -0400 |
commit | 777f1f5ea25d5ebaeb494f567e678e78c8066368 (patch) | |
tree | 529080162cd374d18f214934bef3a1798f645695 /src/html_common.hh | |
parent | d0225361f2bbce9c0fefc2174fbe8d4878a2789d (diff) |
Implemented Instant client-side redirects (META refresh with delay=0)
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 7a6fda8f..36c6a464 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -185,8 +185,8 @@ public: //BUG: for now everything is public Dstr *attr_data; /* Buffer for attribute value */ - 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 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 */ /* -------------------------------------------------------------------*/ |