VoiceOver does not echo text insertions and deletions when a contenteditable div has a non editable descendant element with a content editable child
<rdar://problem/75900717>
Created attachment 424404 [details] Patch
Comment on attachment 424404 [details] Patch is there a layout test that can be added?
Created attachment 425447 [details] Patch
(In reply to chris fleizach from comment #3) > Comment on attachment 424404 [details] > Patch > > is there a layout test that can be added? Added layout test.
Comment on attachment 425447 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425447&action=review > Source/WebCore/accessibility/AXObjectCache.cpp:994 > + // FIXME: why walk up the hierarchy of RenderObjects instead of AXObjects? should we change this to AXObject tree and verify no tests fail?
Created attachment 425459 [details] Patch
(In reply to chris fleizach from comment #6) > Comment on attachment 425447 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=425447&action=review > > > Source/WebCore/accessibility/AXObjectCache.cpp:994 > > + // FIXME: why walk up the hierarchy of RenderObjects instead of AXObjects? > > should we change this to AXObject tree and verify no tests fail? Done.
Created attachment 425462 [details] Patch
(In reply to Andres Gonzalez from comment #9) > Created attachment 425462 [details] > Patch Skip test in Mac-wk1.
Created attachment 425507 [details] Patch
(In reply to Andres Gonzalez from comment #11) > Created attachment 425507 [details] > Patch Skip test in Win.
Committed r275664 (236300@main): <https://commits.webkit.org/236300@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425507 [details].