RFR: 8179413: Fix remaining minor HTML5 issues in java.base module
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri Apr 28 01:10:53 UTC 2017
On 04/27/2017 05:53 PM, Martin Buchholz wrote:
> Thanks.
>
> On Thu, Apr 27, 2017 at 5:25 PM, Jonathan Gibbons
> <jonathan.gibbons at oracle.com <mailto:jonathan.gibbons at oracle.com>>
>
> After these minor changes, all remaining issues in java.base are
> related to the use and appearance of tables.
>
>
> Aside: most tables can probably be modified to do simply
> <table border=1>
> even if their appearance then changes slightly
Tables need to be addressed, and next up is a survey of the uses of
tables. If we can get away with "<table border=1>" that would be nice,
but that will default to no padding for the cells, which is ugly. We may
need to change the stylesheet but I am wary of changing the default
style for all tables in the main javadoc tool stylesheet.
We will investigate the options.
If anyone wants to volunteer to clean up tables (borders, summary,
caption, padding, etc) in javadoc comments that they look after, that
would be most helpful ;-)
-- Jon
More information about the core-libs-dev
mailing list