Accessibility: Improve the handling of ARIA attributes by allowing aria-posinset and aria-setsize on row elements for treegrids, enhancing compliance with accessibility standards.
Accessibility: Prevent crashes on pages with iframes that do not contain headings, ensuring a smoother user experience when navigating such pages.
Accessibility: Ensure that the viewport meta tag does not incorrectly prevent zooming on iframe-embedded pages, allowing users to scale content as needed.
Accessibility: Fix a JavaScript error in the @axe-core/react library caused by a stale reference to headings, improving the reliability of the accessibility checks.
Accessibility: Resolve a presentation role conflict by refining the matching rules, ensuring that accessibility checks are applied correctly based on element roles.
Accessibility: Check that the user-scalable attribute of the viewport meta tag allows for zooming, enhancing usability for users who need to enlarge content.