Fixes aria-owns to work with reparenting children.
The spec is unclear on whether or not this is actually a bug with aria-owns. It was discovered during implementation of Element Reflection that nodes were unable to be aria-owned by other nodes, if they had previously been aria-owned. This change allows for nodes to be reparented, providing the previous relationship has been removed. BUG=981423 R=dmazzoni, aleventhal, chrishall Change-Id: Ie6757868c6165df28b5217e5bb41a4bd00eb0478 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942593 Commit-Queue: Meredith Lane <meredithl@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#721398}
Showing
Please register or sign in to comment