Skip to content

v6.5.0

Latest

Choose a tag to compare

@stefcameron stefcameron released this 20 Jun 17:19
7dbb9e9

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.