[Webkit-unassigned] [Bug 118023] New: Improve contenteditable accessibility notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 21:04:16 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118023

           Summary: Improve contenteditable accessibility notifications
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: james at cookiecrook.com, cfleizach at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list