microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

fix: Exclude the win32 IP address control from the SiblingUniqueAndFocusable rule #1038

Closed codeofdusk closed 1 month ago

codeofdusk commented 2 months ago

Details

The Win32 IP address control consists of a pane of edit fields, one per octet of an IPV4 address. As such, the SiblingUniqueAndFocusable rule is not appropriate for this control.

Pull request checklist