Sure Jon we can do that
-Priya
On 8/16/2018 11:06 PM, Jonathan Gibbons wrote:
Priya,
I guess white will do. I'll take a look at the webrev.
This is another area where it would be good to see a summary written
description (specification) of the use of color
in the pages. I don't mean at the detail level of the specific styles
in the stylesheet, but rather, an overview of
the design and use of what sort of colors we should see in what sort
of places, such as the navbar, table headers,
table rows etc.
One thought is that if we wrote this as an HTML document, and included
sample fragments of content (not screenshots)
then we could "test" the design for accessibility using the standard
accessibility tools. Obviously, this is not a replacement
for testing the generated docs as well, using the official stylesheet,
but it would give us a reference for the intent of
the design when we do need to change the stylesheet.
The more I think of it, we could have two "sample" docs (or two parts
to the doc).
One part would be "standalone" and have embedded styles (i.e. <style>
tags in the <head>) and illustrate
the abstract design concepts.
The other part would/should be visually the same, but the content
would use styles from standard stylesheet.
-- Jon
On 08/15/2018 09:04 PM, Priya Lakshmi Muthuswamy wrote:
Hi Jon,
For hover, yes I see color variation.
My proposal :
Since its just for hover and also as we need to provide contrast
color other than black/blue, I am suggesting white
Normal:
hover:
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8209052/webrev.01/
Thanks,
Priya
On 8/15/2018 3:26 AM, Jonathan Gibbons wrote:
Priya,
Even superficial playing with the JDK API confirms that javadoc uses
a different color for hovering over links.
I think the same should apply to these summary caption links as well.
-- Jon
On 08/13/2018 04:58 PM, Jonathan Gibbons wrote:
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