Name Description Size Coverage
accessibility.js The AccessibilityActor is a top level container actor that initializes accessible walker and is the top-most point of interaction for accessibility tools UI for a top level content process. 3728 -
accessible.js Get node inforamtion such as nodeType and the unique CSS selector for the node. @param {DOMNode} node Node for which to get the information. @return {object} Information about the type of the node and how to locate it. 17160 -
audit -
constants.js Constants used in accessibility actors. 2064 -
moz.build 470 -
parent-accessibility.js A getter that indicates if accessibility service is enabled. @return {boolean} True if accessibility service is on. 5165 -
simulator.js The SimulatorActor is responsible for setting color matrices based on the simulation type specified. 1994 -
walker.js Helper function that determines if nsIAccessible object is in stale state. When an object is stale it means its subtree is not up to date. @param {nsIAccessible} accessible object to be tested. @return {boolean} True if accessible object is stale, false otherwise. 38790 -
worker.js Import `createTask` to communicate with `devtools/shared/worker`. 3277 -