According to these docs: When toolparamdescription isn't set the browser uses the content within the associated <label> and skips descendants that are labelable. If there isn't a label, the browser refers to the aria-description.
Some existing sites use aria-label in place of <label> for some fields and actions. It would be helpful if aria-label was included in the determination of the toolparamdescription value, for instance, in order of priority:
<label>
aria-label
aria-description
According to these docs: When
toolparamdescriptionisn't set the browser uses the content within the associated<label>and skips descendants that are labelable. If there isn't a label, the browser refers to thearia-description.Some existing sites use
aria-labelin place of<label>for some fields and actions. It would be helpful ifaria-labelwas included in the determination of thetoolparamdescriptionvalue, for instance, in order of priority:<label>aria-labelaria-description