List Checks


Refresh the Accessibility Checker after completing a set of steps.
  • List Items

    List Items <LI> must be children, or nested, within List <L> tags. List Items <LI> cannot exist by themselves.

    1. In the Accessibility Tags side panel in the right-rail toolbar, select the Options menu (ellipses).
    2. Select New Tag... The New Tag dialog box will open.
    3. Set Type to List.
    4. Select OK.
    5. Select all <LI> tags and drag them so they nest within the <L> tag.

    A list with three items in the Accessibility Tags should follow this structure:

    • <L>
      • <LI>
        • <Lbl>
        • <LBody>
      • <LI>
        • <Lbl>
        • <LBody>
      • <LI>
        • <Lbl>
        • <LBody>
  • Lbl and LBody

    This test will fail if a List Item <LI> contains a tag other than Label <Lbl> or List Body <LBody>.

    1. In the Accessibility Tags side panel in the right-rail toolbar, locate and expand the List <L> tag.
    2. Expand all List Item <LI> tags.
    3. If any of the List Item's <LI> children is not a Label <Lbl> or List Body <LBody> tag, right-click or Shift + F10 with the tag selected to open the context menu.
    4. Select Delete Tag from the context menu.