<Swing Dev> [12] RFR JDK-8213049:Invalid HTML5 in javax.swing files

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Fri Nov 30 22:26:09 UTC 2018


Hi, Prasanta.

The "summary" attr in our tables was used for accessibility purpose:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4637604

But since this attr is unsupported in html5 it was replaced
by the <caption> with appropriate text:

http://mail.openjdk.java.net/pipermail/swing-dev/2017-May/007355.html
http://mail.openjdk.java.net/pipermail/swing-dev/2017-May/007356.html

On 29/11/2018 22:44, Prasanta Sadhukhan wrote:
> Hi All,
> 
> Please review a doc-fix to comply with HTML5 standard,mainly removing the obsolete "summary" attributes.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8213049
> webrev: http://cr.openjdk.java.net/~psadhukhan/8213049/webrev.0/
> 
> Regards
> Prasanta


-- 
Best regards, Sergey.


More information about the swing-dev mailing list