[Webkit-unassigned] [Bug 193371] AXSelected attribute on RadioButton should not be settable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 07:31:43 PST 2019


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

--- Comment #7 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 359439
  --> https://bugs.webkit.org/attachment.cgi?id=359439
Patch

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

> LayoutTests/accessibility/set-selected-editable.html:93
> +              var axElement = accessibilityController.accessibleElementById("test" + i);

probably simpler if you encode the true/false values into the DOM as a attribute on the nodes

<div selected-expected-value="true"

then you don't neeed this list

-- 
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/20190118/a25429e9/attachment.html>


More information about the webkit-unassigned mailing list