You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual: Currently, when tabbing to a bound paragraph in Navigation Mode, the NVDA screenreader announces the bound paragraph's original content, not its override content, which may be confusing and giver users incorrect information of what is displayed on the page.
Expected: The screenreader announces the override content, not the original content.
Step-by-step reproduction instructions
1. Register post meta by adding this snippet to your theme's functions.php
Override the paragraph content by typing into the bound paragraph.
Using the NVDA screen reader, navigate to the bound paragraph in Navigation Mode, and see that the paragraph's original content, rather than its bound content, is announced.
Screenshots, screen recording, code snippet
(Pardon the background noise — I was unable to use my isolated microphone to capture the sound of the screenreader)
accessibility_editable_bound_fields.mp4
Environment info
Testing using NVDA screen reader on Windows Firefox
WP 6.5, Gutenberg 18.7.0-rc.1
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
Actual: Currently, when tabbing to a bound paragraph in Navigation Mode, the NVDA screenreader announces the bound paragraph's original content, not its override content, which may be confusing and giver users incorrect information of what is displayed on the page.
Expected: The screenreader announces the override content, not the original content.
Step-by-step reproduction instructions
1. Register post meta by adding this snippet to your theme's functions.php
2. Add a paragraph block bound to the custom field using the Code Editor
Override the paragraph content by typing into the bound paragraph.
Using the NVDA screen reader, navigate to the bound paragraph in Navigation Mode, and see that the paragraph's original content, rather than its bound content, is announced.
Screenshots, screen recording, code snippet
(Pardon the background noise — I was unable to use my isolated microphone to capture the sound of the screenreader)
accessibility_editable_bound_fields.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes