Minor Changes
- 8e6c074: Add support for
<area>elements with anhrefattribute (image map hotspots),
Patch Changes
- f656723: Treat elements with
visibility: collapseas hidden, the same wayvisibility: hiddenis already handled, so they are no longer considered tabbable or focusable. This matches browser behavior, wherecollapsehides an element (outside of table rows/columns) just likehidden.