A few minor changes incoming after feedback on the [focusgroup spec PR in WHATWG](https://github.com/whatwg/html/pull/11723): * The focusgroup attribute is now a token list instead of a string. * Focusgroup tokens are allowed to be put in any order, with the first valid behavior applied. See: * [OpenUI PR](https://github.com/openui/open-ui/pull/1450) * Chromium PRs: * [Parser change](https://chromium-review.googlesource.com/c/chromium/src/+/7871960) * [Move to token list](https://chromium-review.googlesource.com/c/chromium/src/+/7871961)
A few minor changes incoming after feedback on the focusgroup spec PR in WHATWG:
See: