> - Create implementation of protocol; > - Wire new implementation to TEXT_AREA and TEXT_FIELD roles; > - Add supporting method to store and request java side role; > - Add method to retrieve node attribute for the specified parameter; > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: - Fix issue where VoiceOver treats non-editable text element as editable. Both ways of shielding setters and an old style selector returning if value is settable are required to work on all supported macOS versions. ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2130/files - new: https://git.openjdk.org/jfx/pull/2130/files/35c66635..7c19ec7e Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2130&range=03 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2130&range=02-03 Stats: 40 lines in 4 files changed: 37 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jfx/pull/2130.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2130/head:pull/2130 PR: https://git.openjdk.org/jfx/pull/2130
