Version

Accessibility Compliance (igRating)

Rating Accessibility Compliance

All of the Ignite UI for jQuery™ controls and components comply with Section 508, Subpart 1194.22 of the Rehabilitation Act of 1973. Table 1 contains the specific rules of Subpart 1194.22 that pertain to the control. Also detailed is how the control complies with each rule.

To meet the requirements each accessibility rule, in some cases, you may need to interact with the control by to setting a specific property, but in other cases the control does the work for you.

Note: As jQuery controls are client-only, some of the rules are not supported and are marked as limitations.

Table 1: Section 508 compliance description

Rules How We Comply with Rules
(c) Using client-side events, the user can change the attributes of any of the control's DOM elements reflecting the current state.
(d)* The control's markup is not readable without the associated style sheet because it’s a client-side control and depends on CSS rules.
(l) When the control's scripts are changing the page markup, the new created content complies with the screen reader due to the attributes described in rule (c).
(n) By setting the control's ‘focusable’ property to a value equal to true, the control will participate in the tab sequence of the page and receive focus, or get focus, from a mouse click. By default the jQuery Rating control is focusable.
  • RIGHT ARROW – If the control is horizontal, items are hovered from left to right.
  • LEFT ARROW – If the control is horizontal, items are hovered from right to left.
  • UP ARROW – If the control is vertical, items are hovered from bottom to top.
  • DOWN ARROW – If the control is vertical, items are hovered from top to bottom.
  • END – All of the items are hovered.
  • HOME – No items are hovered.
  • PAGE UP - If the control is horizontal, four items are hovered at once from right to left. If the control is vertical, four items are hovered at once from bottom to top.
  • PAGE DOWN - If the control is horizontal, four items are hovered at once from left to right. If the control is vertical, four items are hovered at once from top to bottom.
  • ENTER or SPACE – Sets hovered values.

* - control limitations

Related Links

View on GitHub