
[E] Blocked aria-hidden on an element because its descendant retained focus
·
💻 Language/JavaScript : 자바스크립트
JavaScript + BootStrap 사용 환경에서 모달 창을 닫을 때 브라우저 도구에 다음과 같은 오류가 발생하는 것이 확인되었다. 기능 동작에는 문제가 없지만, 지속적으로 경고가 뜨는 모습에 해결이 필요할 것 같아 찾아본 내용을 정리한다.Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prev..