dai11y 09/07/2020

Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

Meaning without markup: Accessibility Object Model

  • Hidde de Vries writes about the Accessibility Object Model proposal for JavaScript, which allows devs to hook into the accessibility tree (like Service Workers are able to hook into the network). It should make code easier to test, and HTML less verbose, since you would operate on the element directly, e.g. el.ariaExpanded = true. This can make canvas-based applications more accessible too, without having to maintain DOM node equivalents that are only for your screen reader users.

Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

Loading...