• Dominic Mazzoni's avatar
    The BODY element shouldn't be unignored just because it has a tabindex. · d4c6044e
    Dominic Mazzoni authored
    We made a change to the ignored calculation in crrev.com/c/990537 that
    ended up making it so that <body tabindex=-1> would no longer be ignored,
    but this leads to weird side effects.
    
    Note that in our accessibility tree now, the root "web area" element is
    not the same as the HTML BODY element, which is usually ignored. Firefox
    seems to treat the BODY as the root of the tree, in comparison. It'd be
    interesting to try to fix that, but that'd be a huge change.
    
    Bug: 862100
    Change-Id: Ibfa54570bd20205d76cb66f50211431a32704bb2
    Reviewed-on: https://chromium-review.googlesource.com/1179075Reviewed-by: default avatarAaron Leventhal <aleventhal@chromium.org>
    Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#585262}
    d4c6044e
body-tabindex.html 113 Bytes