I'm surprised that you propose to set all of these styles to the same color:
+.constantsSummary caption a:link, .constantsSummary caption a:hover,
.constantsSummary caption a:active,
+.constantsSummary caption a:visited,
Doesn't that mean we won't be able to tell the difference between
non-visited and visited links?
Also, if you specify styles for all "a:link a:hover a:active a:visited",
what's the point of specifying
those cases separately: are there any others? Couldn't you just
collapse those 4 to just "a"?
Not that I'm suggesting that: I think it's better to have some stylistic
variation when you hover
over links or have visited them.
-- Jon
On 8/7/18 6:34 AM, Priya Lakshmi Muthuswamy wrote:
Hi,
Kindly review fix for https://bugs.openjdk.java.net/browse/JDK-8209052
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8209052/webrev.00/
Thanks,
Priya