WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Enumeration table accessibility issue #2490

Closed wolenetz closed 1 year ago

wolenetz commented 2 years ago

See https://github.com/w3c/media-source/issues/307#issuecomment-1110865467

tldr: Enum description table would have improved a11y if it had description headers like "Enum Value" and "Description" along with a caption for the overall table. There appear to be 10 such tables in the current ED.

hoch commented 2 years ago

Example commit: https://github.com/w3c/mediacapture-screen-share/pull/221/commits/b5d34884ae1a997bce9f3c6eb61cbb488c92ddac

Our instances: https://webaudio.github.io/web-audio-api/#enumdef-audiocontextstate (There's more...)