[Webkit-unassigned] [Bug 183021] AX: AOM: Dispatch accessiblesetvalue event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 28 13:07:28 PST 2018


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

--- Comment #4 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 334758
  --> https://bugs.webkit.org/attachment.cgi?id=334758
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=334758&action=review

>> Source/WebCore/accessibility/AccessibilityObject.cpp:2172
>> +    if (!canSetValueAttribute())
> 
> do you think we want to check this here? are there going to be cases where this doesn't match up? technically nothing stopping someone from responding to a set value event on any element right?

I did this because from the spec this event is limited to some roles:
"combobox", "scrollbar", "slider", "textbox"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180228/f700a13b/attachment-0001.html>


More information about the webkit-unassigned mailing list