> This reverts a PR from a few months ago and applies a simpler 2-line solution. > > This is briefly alluded to here: > https://github.com/openjdk/jdk/pull/30251#issuecomment-4307964833 > > The unit test > /jdk/test/jdk/javax/accessibility/8377745/VoiceOverHyperlinkRole.java is > unchanged, and it passes in this PR. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Jeremy Wood has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: - Merge remote-tracking branch 'origin/master' into 8377745 - 8377745: applying 2-line solution via accessibilityRole() This is discussed here: https://github.com/openjdk/jdk/pull/30910#issuecomment-4321657395 https://github.com/openjdk/jdk/pull/30251#issuecomment-4307964833 - Revert "8377745: applying simpler link solution" This reverts commit a5cec360aa727f662b224d55a139773a362dcf97. This is in response to: https://github.com/openjdk/jdk/pull/30910#issuecomment-4321657395 - 8377745: applying simpler link solution This is briefly alluded to here: https://github.com/openjdk/jdk/pull/30251#issuecomment-4307964833 (Although at the time that was discussing a 2-line change, and this is a one-word change.) - Revert "8377745: applying simpler solution via accessibilityRole()" This reverts commit 94de57066023ec623227bb8c8f7c464e868a319b. - 8377745: applying simpler solution via accessibilityRole() This is briefly discussed here: https://github.com/openjdk/jdk/pull/30251#issuecomment-4307964833 - 8377745: reverting previous solution ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30910/files - new: https://git.openjdk.org/jdk/pull/30910/files/dbbecb8a..35c2cb5a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30910&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30910&range=02-03 Stats: 57434 lines in 382 files changed: 4125 ins; 52578 del; 731 mod Patch: https://git.openjdk.org/jdk/pull/30910.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30910/head:pull/30910 PR: https://git.openjdk.org/jdk/pull/30910
