RFR XS,docs,13 JDK-8226593 Fix HTML in com/sun/jdi/doc-files/signature.html

Lance Andersen lance.andersen at oracle.com
Fri Jun 21 19:02:50 UTC 2019


+1
> On Jun 21, 2019, at 2:58 PM, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
> 
> Please review a fix for an accessibility issue reported by Axe in
> src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
> 
> The issue is a conflict between an explicit `<div role="main">...`</div>`  specified in the file and the automatic `<main>` added by javadoc.  The fix is just to remove the `<div>` element.
> 
> JBS: https://bugs.openjdk.java.net/browse/JDK-8226593
> 
> -- Jon
> 
> 
> $ hg diff -R open
> diff -r 97c75e545302 src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html
> --- a/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html Fri Jun 21 11:41:29 2019 -0700
> +++ b/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html Fri Jun 21 11:52:35 2019 -0700
> @@ -40,7 +40,6 @@
>  </STYLE>
>  </HEAD>
>  <BODY style="background-color:white">
> -<div role="main">
>  <h1>JDI Type Signatures</h1>
>  <Table Border="0">
>  <caption style="font-size:x-large"><b>JDI Type Signatures</b></caption>
> @@ -74,6 +73,5 @@
>  </pre>has the following type signature:
>  <pre>    (ILjava/lang/String;[I)J
>  </pre>
> -</div>
>  </BODY>
>  </HTML>
> 

 <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>





More information about the core-libs-dev mailing list