RFR: JDK-8311893: Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name [v2]

Jonathan Gibbons jjg at openjdk.org
Tue Jan 16 23:56:02 UTC 2024


On Fri, 8 Dec 2023 05:59:49 GMT, psoujany <duke at openjdk.org> wrote:

>> Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name in javadoc which is failing Accessibility checks.
>> https://bugs.openjdk.org/browse/JDK-8311893
>> https://bugs.openjdk.org/browse/JDK-8311894
>
> psoujany has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add accessible name to role=tabpanel

As a general rule, whenever a change like this is made, we provide or update a regression test, to verify the fix works as expected, and to ensure that it stays fixed.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16148#issuecomment-1894703180


More information about the javadoc-dev mailing list