0.4.6
Patch Changes
-
f7c1981#288 Thanks @eps1lon! - Drop node 13 supportWe only stopped testing. Probability of breakage should be very low.
New policy:
Only active node versions are supported.
Inactive node versions can stop working in a SemVer MINOR release.
-
fa53c51#210 Thanks @eps1lon! - Implement accessbile description computationimport { computeAccessibleDescription } from "dom-accessibility-api"; const description = computeAccessibleDescription(element);
Warning: It always considers
titleattributes if the description is empty.
Even if thetitleattribute was already used for the accessible name.
This is fails a web-platform-test.
The other failing test is due toaria-labelbeing ignored for the description which is correct by spec.
It's likely an issue with wpt.
The other tests are passing (13/15).