WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: the state of contenteditable

for

From: Bryan Garaventa
Date: May 29, 2014 1:45AM


I did a bit of testing to see how it works in JAWS15 and the latest NVDA, and there still appears to be a few bugs in each.

Sample markup:

<div contenteditable tabindex="0" role="textbox" aria-multiline="true" aria-label="Message" ></div>

In JAWS and IE11, it works well.
However, using JAWS and FF and Chrome, pressing Enter to add a line break will automatically exit Forms Mode.

Using NVDA in FF and Chrome, it works well.
However, using NVDA in IE11, none of the typed content is readable using the arrow keys.