Skip to content

Commit 25c7171

Browse files
Merge f022aa5 into 153f500
2 parents 153f500 + f022aa5 commit 25c7171

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

source/NVDAObjects/IAccessible/adobeAcrobat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# H1 to H6 handled separately
3737
# Span, Quote, Note, Reference, BibEntry, Code, Figure
3838
"Formula": controlTypes.Role.MATH,
39-
"Form": controlTypes.Role.FORM,
39+
# form: a form field - MSAA roles are already much more specific here.
4040
}
4141

4242

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ What's New in NVDA
2626
- In Firefox, NVDA no longer fails to report items in web pages when aria-rowindex, aria-colindex, aria-rowcount or aria-colcount attributes are invalid. (#13405)
2727
- The cursor does not switch row or column anymore when using table navigation to navigate through merged cells. (#7278)
2828
- NVDA will no longer incorrectly remove text from Java widgets when presenting to the user. (#13102)
29+
- When reading non-interactive PDFs in Adobe Reader, the type and state of form fields (such as checkboxes and radio buttons) are now reported. (#13285)
2930
-
3031

3132

0 commit comments

Comments
 (0)