I'm using the RTE in our text component and have found I cannot add an aria-describedby attribute in an a tag.
For example, in the RTE, I'm using the HTML editor to try to add:
<a href="https://www.google.com" aria-describedby="test-id">TEST</a>
For some reason, the aria-describedby attribute is being stripped out. Does anyone know why this might be happening and how to fix it?