On Sat, 25 Apr 2026 06:49:07 GMT, Jeremy Wood <[email protected]> wrote:
>> This reverts a PR from a few months ago and applies a simpler 1-word >> 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 incrementally with two additional > commits since the last revision: > > - 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. You are reverting to usage of the deprecated property-based accessibility API. Why? This code is not recommended to use unless you have some concern that may not be addressed within the new implementation (inside a11y/ folder). ------------- PR Comment: https://git.openjdk.org/jdk/pull/30910#issuecomment-4321657395
