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

psoujany duke at openjdk.org
Wed Jan 17 12:16:55 UTC 2024


On Wed, 17 Jan 2024 11:54:33 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

>> @hns Thanks for your review. Will look into the changes.
>
> @psoujany some of the additional changes such as updating `script.js` and the failing tests are probably quite involved and easier to do by someone familiar with the code, so I could contribute these changes if that's ok with you.

@hns As this PR addresses below comment. I want this PR to be contributed with the below proposal.
`Move the aria-labelledby attribute from the embedded <div> to the <div role="tab-panel"> as proposed, but maintain its current default value (the id of the default tab).`

Others you can handle. Please let me know if this is fine with you. I'll update code and testcases involved with this change as well. Thank you.

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

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


More information about the javadoc-dev mailing list