> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-platform/6/accessibility/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # Accessibility conformance > Accessibility standards, UI framework guidelines, keyboard control, screen reader support, and React specifications for Itential Platform. Making Itential Platform accessible means making it usable by everyone — enabling seamless connection of IT systems with network technologies for end-to-end network configuration, compliance, and automation. This guide covers accessibility information about Platform UI elements and provides UI/UX checklists to verify that key accessibility requirements are met in the design and implementation of the Platform. ## Process and UI framework Itential has built a set of guidelines for creating user interfaces and designs targeting WCAG 2.1 conformance (as recommended by [W3C](https://www.w3.org/WAI/standards-guidelines/wcag/)). * Compliance with WCAG 2 is managed primarily through the RodeoUI library, which controls color, font properties, and other visual details. * Rodeo is built on [Prime React](https://primefaces.org/primereact/showcase/#/), which is fully accessible and compliant with Section 508 standards. * The Itential Style Guide, [Flavor](https://zeroheight.com/8d026cf29/p/38639d-flavor), provides an overview of all UI elements and guidelines for building interfaces with the RodeoUI library. * Specific app designs are based on the Flavor style guide and the Prime React component library. * Informal accessibility audits of live applications are performed pre-release by the Itential Testing and Verification team. ## Visual accessibility The following standards are met by all UI components and patterns in Figma, the vector graphics and prototyping tool used at Itential. * The AA level of conformance is the standard for body text compared to background color. [Color Review](https://color.review/) is used for contrast testing. * Error, warning, and success states use icons along with text and color. [Color Oracle](https://colororacle.org/index.html) is used for colorblind and grayscale testing. * Text style minimum requirements: * Font size: at least 14px * Text enlargement: not to exceed 200% (font magnification, not browser zoom) * Line height: at least 1.5 times the font size * Paragraph spacing: at least two times the font size * Letter spacing: at least 0.12 times the font size * Word spacing: at least 0.16 times the font size ## Functional accessibility Every functional test requirement references a WCAG 2.1 Success Criterion target. * A [project checklist](https://www.a11yproject.com/checklist/) is used to cover most WCAG requirements for accessibility and compliance. * Accessibility is tested across four major browsers: IE11, Edge, Chrome, and Firefox. * Where possible, built-in accessibility checkers are used to inspect a page. In Chrome, select **Audit** → **Accessibility** → **Generate Report**. * If a page is rendered without CSS, it should still be in a logical order and be navigable. ## Keyboard control (no mouse) Users can navigate and interact with Itential Platform using only the keyboard. * Any element that can be clicked, selected, or modified must be accessible via keyboard (tabbing). * For drag-and-drop functionality, a keyboard-based cut-and-paste alternative can be offered, or a separate accessible UI can be enabled. * No keyboard traps — users must always be able to leave a component using the keyboard. * Tabbing must follow a logical top-down, left-right order. A tab index is used to enforce tabbing order where needed. * When a button or link triggers a dialog or modal, the element that had focus when the dialog was launched should regain focus when the dialog is closed. * Keyboard arrows do not trigger events or functions. * Elements with focus have clear visible focus indication. * When an element receives focus, no unexpected action is triggered. * Selecting or changing a checkbox, radio button, or toggle does not trigger unexpected changes in page context or content. | Press this | To do this | | --------------- | ------------------------------------------ | | Enter | Click to action | | Spacebar | Toggle, choose an item, or open a dropdown | | Tab | Navigate in a logical pattern | | Keyboard arrows | Navigate inside a dropdown or container | ## Screen reader Screen reader support enables blind and low-vision users to interact with the Platform. * Users can pause, stop, or hide moving, blinking, or auto-updating content. * Color is not used as the sole means to convey information — icons and text are also used. * All form elements have labels using the `