contrast.js |
Get canvas rendering context for the current target window bound by the bounds of the
accessible objects.
@param {Object} win
Current target window.
@param {Object} bounds
Bounds for the accessible object.
@param {Object} zoom
Current zoom level for the window.
@param {Object} scale
Scale value to scale down the drawn image.
@param {null|DOMNode} node
If not null, a node that corresponds to the accessible object to be used to
make its text color transparent.
@return {CanvasRenderingContext2D}
Canvas rendering context for the current window.
|
10150 |
keyboard.js |
Focus specific pseudo classes that the keyboard audit simulates to determine
focus styling.
|
14640 |
moz.build |
|
353 |
text-label.js |
Check if the accessible is visible to the assistive technology.
@param {nsIAccessible} accessible
Accessible object to be tested for visibility.
@returns {Boolean}
True if accessible object is visible to assistive technology.
|
14537 |