UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

15 lines 1.21 kB
�� DC.setOffScreen() Description: Applies offscreen styling to DC.wrapper. Returns: DC Object. Note: Offscreen styling is used to display element content to screen reader users that does not appear visually on the screen. This offscreen styling combination has been thoroughly tested to ensure the widest range of cross platform assistive technology support. Applied properties: { position: "absolute", clip: "rect(1px, 1px, 1px, 1px)", clipPath: "inset(50%)", padding: 0, border: 0, height: "1px", width: "1px", overflow: "hidden", whiteSpace: "nowrap" } Example: DC.setOffScreen();