Socket
Socket
Sign inDemoInstall

dom-accessibility-api

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

0.6.3

Diff

Changelog

Source

0.6.3

Patch Changes

eps1lon
published 0.6.2 •

Changelog

Source

0.6.2

Patch Changes

  • #978 0128d16 Thanks @hiebj! - Add explicit typings location to support use in TypeScript ESM modules
eps1lon
published 0.6.1 •

Changelog

Source

0.6.1

Patch Changes

eps1lon
published 0.6.0 •

Changelog

Source

0.6.0

Minor Changes

eps1lon
published 0.5.16 •

Changelog

Source

0.5.16

Patch Changes

  • #902 df97b80 Thanks @eps1lon! - Fix a case of maximum call stack size exceeded when a node referenced itself in aria-labelledby.
eps1lon
published 0.5.15 •

Changelog

Source

0.5.15

Patch Changes

  • #893 d5af41d Thanks @eps1lon! - Don't consider title in 2E

    Effectively ensures that title will not have precedence over name from content. For example, the option in <option title="Title">Content</option> will now have "Content" as its accessible name instead of "Title".

eps1lon
published 0.5.14 •

Changelog

Source

0.5.14

Patch Changes

  • #827 a1daca5 Thanks @nolanlawson! - Follow aria-labelledby and aria-describedby if they point to elements in the same shadow root.
eps1lon
published 0.5.13 •

Changelog

Source

0.5.13

Patch Changes

  • #811 5b0f48e Thanks @eps1lon! - Prefer button subtree over title attribute.

     const name = computeAccessibleName(<button title="from-title">from-content</button>);
    -'from-title' === name
    +'from-content' === name
    

    <button title="from-title">from-content</button> would previously compute the accessible name "from-title". This is correct in ACCNAME 1.2 but is changed in the latest editors draft. The latest editors draft specifically refers to HTML-AAM which says that the subtree should take precedent over the title attribute. computeAccessibleName now calculates "from-content" as the accessible name.

eps1lon
published 0.5.12 •

Changelog

Source

0.5.12

Patch Changes

  • #800 de554b0 Thanks @pablo-abc! - Remover circular dependency, which fixes warnings thrown in certain environments.
eps1lon
published 0.5.11 •

Changelog

Source

0.5.11

Patch Changes

  • #796 cb38778 Thanks @calebeby! - <input type="number" /> now maps to role spinbutton (was textbox before).
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc