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
현재 testing library의 isInaccessible 메서드를 통한 테스트를 진행하고 있는데, 충분하지 않습니다. 해당 메서드는 접근성 트리에 '포함되지 않아야 할' 요소가 접근성 트리에 있는지 검색하는 것이기 때문에, 올바른 접근성을 준수하였는지에 대한 테스트를 하기엔 부족합니다.
Elements, including their descendent elements, that have host language semantics specifying that the element is not displayed, such as CSS display:none, visibility:hidden, or the HTML hidden attribute.
Elements with none or presentation as the first role in the role attribute. However, their exclusion is conditional. In addition, the element's descendants and text content are generally included. These exceptions and conditions are documented in the presentation (role) section.
Description
접근성 테스트를 개선합니다.
Reasons for suggestion
현재 testing library의
isInaccessible
메서드를 통한 테스트를 진행하고 있는데, 충분하지 않습니다. 해당 메서드는 접근성 트리에 '포함되지 않아야 할' 요소가 접근성 트리에 있는지 검색하는 것이기 때문에, 올바른 접근성을 준수하였는지에 대한 테스트를 하기엔 부족합니다.Proposed solution
References
없음
The text was updated successfully, but these errors were encountered: