fix: add ariaHidden to br hack nodes #180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "trailing-break-hidden"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the same spirit as https://github.com/ProseMirror/prosemirror-view/pull/118 this makes the BR hack node be hidden to screen readers
These nodes are present in most web-based editors, and screen readers seem to be able to handle them gracefully in my experience. What kind of issues are you running into, when using a screen reader, that would require this attribute?
@marijnh one of our clients report that the
it is been announced by the screen reader.
please take a look on the following image
c.c. @nperez0111
How does the reader announce these? What do they sound like?
Don't know to be honest they just sent us this image with
been announced by the NVDA speech viewer, like you can see in the image above
What I'm seeing with NVDA is that it says 'blank' on blank lines, whether they have the
<br>or not, and nothing more. Until I actually understand the problem, I'm afraid I'm not going to merge this patch.Pull request closed