microsoft / axe-windows

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

chore: rename "ke" variables #819

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

There are several places where the test code has things like A11yElement ke, which seems like a very odd naming choice. The A11yElement class was renamed in 2019, and ke was derived from the old class name. This PR renames all instances of ke to element.

Motivation

Clean up remnants of old code

Context

Pull request checklist