v1.2.4
Bug Fixes
- #1709 - synthetic-shadow: Refine the focus delegation behavior. The focus delegation polyfill assumed that any element with an
href
attribute was sequentially focusable via keyboard. This was tightened to only considera
andarea
tags withhref
attributes. In addition,iframe
s have also been added to the list of sequentially focusable elements.