You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worthwhile to map HTML based name changes to appropriate events in HTML-aam. For example, the <label> of a form control, or the innerText of a <button> or <a href>.
The text was updated successfully, but these errors were encountered:
I think what likely needs to be done here is this needs to be specifically called out at the start or end of of a general naming algorithm (there is a lot of redundancy that could be cut down here) to indicate that if the name changes, to ensure that changed name is exposed via the platform's event for this.
Core-AAM provides mappings for name change events that occur via
aria-label
andaria-labelledby
.It might be worthwhile to map HTML based name changes to appropriate events in HTML-aam. For example, the
<label>
of a form control, or theinnerText
of a<button>
or<a href>
.The text was updated successfully, but these errors were encountered: