Fix image annotations output in ChromeVox
The change https://chromium-review.googlesource.com/c/chromium/src/+/2112512 inadvertently changed the way undefined names were exposed. Previously an AXNode without a name would return |undefined| to the js layer. With the above change, it returns |''|. Fix this to once again return undefined. AX-Relnotes: Makes ChromeVox output automatic image labels once again. Fixed: 1126176 Change-Id: I08a84059065452c95114b2a2b38bdc1d7d554ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401970 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#806050}
Showing
Please register or sign in to comment