microsoft / axe-windows

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

[General Question] False positive for "The Name property must not include the element's control type." #987

Closed MarcoMusculiato closed 9 months ago

MarcoMusculiato commented 9 months ago

Issue As our developers are working and validating the 508 properties for the controls, there is a situation where the rule detects control type strings within Name property incorrectly return an error. In our specific case, this screen contains a group where its filters apply the Group By used by the report. In this situation, we do not have any other option but name the group control, Group By.

image

Is there any work-around on this situation to fix this issue? This might be related to https://github.com/microsoft/axe-windows/issues/330

Thanks, Marco.

v-viyada commented 9 months ago

This is know false positive. There is no available work around and you can ignore the error.