Constructor: WCAG20

OpenAjax.a11y.nls.WCAG20

new WCAG20()

WCAG 2.0 information with properties with localized NLS values

Properties:
Name Type Description
nls Array Associative array of WCAG 2.0 information
Source:
  • scripts/wcag20_nls.js, line 24

Methods

<static> addNLS(locale, nls)

Adds a localized version of WCAG 2.0 requirements to the cache

Parameters:
Name Type Description
locale string Language code of WCAG 2.0
nls Object Localized WCAG 2.0 object
Source:
  • scripts/wcag20_nls.js, line 40

<static> getNLS()

Returns an object with a localized version of WCAG 2.0 requirements

Source:
  • scripts/wcag20_nls.js, line 117