You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
8e6c074: Add support for <area> elements with an href attribute (image map hotspots),
Patch Changes
f656723: Treat elements with visibility: collapse as hidden, the same way visibility: hidden is already handled, so they are no longer considered tabbable or focusable. This matches browser behavior, where collapse hides an element (outside of table rows/columns) just like hidden.