Accessibility

.sraCSS

The ".sraCSS" property contains the inline styling values that render screen reader accessible hidden text.

.sraCSSClear()

The ".sraCSSClear()" method clears all CSS styles previously set using sraCSS.

.role

The "role" property sets the beginning and ending screen reader accessible hidden boundary text for an AccDC Object.

.accStart

The "accStart" property sets the beginning screen reader accessible hidden text for an AccDC Object.

.accEnd

The "accEnd" property sets the ending screen reader accessible hidden text for an AccDC Object.

.ariaLevel

The "ariaLevel" property sets the heading level of an AccDC Object for screen reader users.

.showHiddenBounds

The "showHiddenBounds" property enables/disables the rendering of screen reader accessible hidden boundary text for screen reader users.

.accClose

The "accClose" property sets the Text for the screen reader accessible hidden close link at the end of an AccDC Object.

.showHiddenClose

The "showHiddenClose" property enables/disables rendering of the screen reader accessible hidden close link at the end of an AccDC Object.

.displayHiddenClose

The "displayHiddenClose" property controls whether the screen reader accessible hidden close link will appear in the tab order for keyboard users.

.tabRole

The "tabRole" property sets the screen reader accessible hidden role text for an AccDC Tab Control, which is added to the triggering element.

.tabState

The "tabState" property sets the screen reader accessible hidden state text for an AccDC Tab Control, which is added to the triggering element.

.toggleRole

The "toggleRole" property sets the screen reader accessible hidden role text for an AccDC Toggle Control, which is added to the triggering element.

.toggleState

The "toggleState" property sets the screen reader accessible hidden state text for an AccDC Toggle Control, which is added to the triggering element.

.forceFocus

The "forceFocus" property determines if focus is automatically moved to the beginning of an AccDC Object when opened.

.returnFocus

The "returnFocus" property determines if focus is automatically returned to the triggering element when an AccDC Object is closed.

.announce

The ".announce" property specifies that the textual content of an AccDC Object will automatically be announced to screen reader users when opened.

.announce()

The "$A.announce()" method announces the text of any string or DOM node to screen reader users.

String.announce.baseDelay

The "String.announce.baseDelay" property determines the initial delay in milliseconds when the "$A.announce()" method queues messages to be announced sequentially.

String.announce.charMultiplier

The "String.announce.charMultiplier" property determines the delay in milliseconds when a message using "$A.announce()" contains two or more words including punctuation.

String.announce.clear()

The "String.announce.clear()" method clears the message stack of all queued message strings waiting to be announced.