Relative Content

Tag Archive for javascripthtmlwai-aria

Do `aria-` tags include children elements?

I show and hide some inputs in the same form depending on the status of a radio group. For accessibility, I add and remove aria-hidden=true to the parents of these inputs by writing a JavaScript code.