design-system
design-system copied to clipboard
[bug]: Radio buttons in arguments table of docs have an invalid ARIA attribute
🐞 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.