Automatic update from web-platform-tests
[A11y] Support spaces in IDs used for aria-activedescendant
Spaces in IDs aren't legal HTML, but authors still use them, and they are supported for some other APIs like getElementById(). Prior to https://crrev.com/c/5836703, they were also able to be used for aria-activedescendant attributes, which only take a single ID, and authors have depended on this behaviour.
This change restores the old functionality, and adds a regression test.
Bug: 382526983
AX-Relnotes: n/a
Change-Id: I3ad56399686d653e4db2ca6076a84e505c70bb4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6133178
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1402994}
--
wpt-commits: 48fa0bbd6155d26c7441fcd837886eb46e11f536
wpt-pr: 49941