Skip to main content
  1. All Posts/

Parsing – Accessibility Guidelines

Accessibility GSA Section 508

In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features.

Note: Start and end tags that are missing a critical character in their formation, such as a closing angle bracket or a mismatched attribute value quotation mark are not complete.

Development Considerations

  • Validate code meets requirements
  • Start and end tags that are missing a critical character in their formation, such as a closing angle bracket, or a mismatched attribute value quotation mark, are not complete.
  • IDs MUST be unique.