godot/misc/extension_api_validation
Nolan Darilek 6304e9f876 Accessibility: Fix text field character count and line navigation
Two fixes for text field accessibility:

1. Fix character count being off by one due to trailing newline always
   being appended to the last line. Add `is_last_line` parameter to
   `accessibility_create_sub_text_edit_elements()` to control this.

2. Link adjacent TextRuns via `previous_on_line`/`next_on_line` so
   screen readers can properly navigate lines. Without these links,
   AccessKit treats each TextRun as a separate line, causing incorrect
   announcements when arrowing through multi-line text.
2025-12-03 07:19:05 -05:00
..
4.0-stable_4.1-stable.expected CI: Compare API compatibility against both 4.0 and 4.1 2023-08-30 23:33:09 +02:00
4.1-stable_4.2-stable.expected Update expected API validation files for the releases of Godot 4.2 & 4.3 2024-08-15 14:50:54 -07:00
4.2-stable_4.3-stable.expected [RTL] Add tooltip support to meta/url tag. 2024-12-02 15:26:14 +02:00
4.3-stable_4.4-stable.expected Bump version to 4.5-dev 2025-03-03 17:27:40 +01:00
4.4-stable_4.5-stable.expected Bump version to 4.6-dev 2025-09-15 15:50:22 -05:00
4.5-stable.expected Accessibility: Fix text field character count and line navigation 2025-12-03 07:19:05 -05:00