design-system icon indicating copy to clipboard operation
design-system copied to clipboard

[bug]: Radio buttons in arguments table of docs have an invalid ARIA attribute

Open leagrdv opened this issue 6 months ago • 0 comments

🐞 Describe the bug

Radio buttons in arguments table of the documentation are wrapped in a div that has an aria-readonly="false" attribute. As stated in the mdn web docs, aria-readonly should be used in editable content. Either remove the attribute or add a role="radiogroup" to the div to make it valid.

leagrdv avatar Apr 10 '25 06:04 leagrdv