Bug 118023
Summary: | Improve contenteditable accessibility notifications | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cfleizach, jcraig, samuel_white, webkit-bug-importer |
Priority: | P2 | Keywords: | BlinkMergeCandidate, InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/92a5fdae6f39c174618a9460bc38e9bc6df7483e
We want a contentEditable region or an element with role=textbox to
behave the same as an <input> or <textarea> for assistive technology
when the user is typing - it should send both a "value changed"
notification and a "selected text changed" (really means "selection
changed") on the node playing the role of the text box.
The logic was wrong in a few places. This cleans it up and fixes it, and adds a new test.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16014148>