jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8325690: The scrollable element <div> with non-interactive content is not tabbable

Open psoujany opened this issue 1 year ago • 11 comments

The scrollable element <div> with non-interactive content is not tabbable. Grid columns in the javadoc stylesheet has overflow: auto, which is failing Accessibility checks. https://bugs.openjdk.org/browse/JDK-8325690


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8325690: The scrollable element <div> with non-interactive content is not tabbable (Enhancement - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/17819/head:pull/17819
$ git checkout pull/17819

Update a local copy of the PR:
$ git checkout pull/17819
$ git pull https://git.openjdk.org/jdk.git pull/17819/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 17819

View PR using the GUI difftool:
$ git pr show -t 17819

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/17819.diff

Webrev

Link to Webrev Comment

psoujany avatar Feb 13 '24 06:02 psoujany

:wave: Welcome back psoujany! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Feb 13 '24 06:02 bridgekeeper[bot]

@psoujany The following label will be automatically applied to this pull request:

  • javadoc

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

openjdk[bot] avatar Feb 13 '24 06:02 openjdk[bot]

By default, a grid item cannot be smaller than the size of its content. overflow: auto on grind columns is causing accessibility checker to fail. Hence we propose to remove this property on the grid columns.

psoujany avatar Feb 13 '24 06:02 psoujany

@hns Could you please review this PR. Thank you.

psoujany avatar Feb 19 '24 06:02 psoujany

❗ This change is not yet ready to be integrated. See the Progress checklist in the description for automated requirements.

openjdk[bot] avatar Mar 13 '24 20:03 openjdk[bot]

@hns Could you please review the changes. Thank you.

psoujany avatar Apr 30 '24 10:04 psoujany

@hns Could you please review the changes. Thank you.

psoujany avatar May 07 '24 07:05 psoujany

⚠️ @psoujany This pull request contains merges that bring in commits not present in the target repository. Since this is not a "merge style" pull request, these changes will be squashed when this pull request in integrated. If this is your intention, then please ignore this message. If you want to preserve the commit structure, you must change the title of this pull request to Merge <project>:<branch> where <project> is the name of another project in the OpenJDK organization (for example Merge jdk:master).

openjdk[bot] avatar Jun 13 '24 11:06 openjdk[bot]

@hns Thank you for the review. I tried to read more about table/grids and their associated ARIAs. As per MDN, I added role=table aria-label for a table which doesn't has unique name and role=table aria-labelledby for the table having unique name and role=row tabindex=0 to the table rows making them tabbable. Could you please review these changes. Thank You.

psoujany avatar Jun 14 '24 11:06 psoujany

@hns Could you please review the changes. Thank you.

psoujany avatar Jul 01 '24 15:07 psoujany

@psoujany This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

bridgekeeper[bot] avatar Jul 30 '24 17:07 bridgekeeper[bot]

@psoujany This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the /open pull request command.

bridgekeeper[bot] avatar Sep 10 '24 15:09 bridgekeeper[bot]