Test Case Summary

Test Case ID

TCID: TC13.D-1-pass-1

TC Version: 1

Baseline Version: 3.1

Applicable Standard: WCAG 1.3.1

Test Case Description

Visually apparent lists must also provide indication programatically that the informaton is included in a list. In the code sample included in this test case a visually apparent list is correctly defined as a list programatically.

Applicable ICT Baseline Test

Test Procedure: 13.D Visually Apparent Lists

Baseline Test ID: 13.D-List

Test Instruction: 1

Test Case Detail

Expected Baseline Result

Pass

The visually apparent list is defined as an unordered list programatically.

Test Data

Single-Page URL

Test Case Instruction

Test Instruction Instruction Detail Expected Test Case Result
IC-1 Visually apparent lists. For each list, determine if it appears to be ordered, unordered, or a description list. Ordered lists <ol> are numbered sequentially and, if necessary, hierarchically (e.g., 1, 2, 2a, 2ai, etc.) and are used where sequence or the ability to reference specific items by number/letter is important. Unordered lists <ul> are not numbered and are used where sequence or the ability to reference specific items by number/letter is not important. Description lists <dl> are used to group terms with their descriptions. This code sample includes one visually apparent unordered list.
13.D-1 For each visually apparent list: Check that content that has the visual appearance of a list (with or without bullets) that has no special order or sequence is marked as an unordered list. [SC 1.3.1] Pass - the visually apparent list is correctly defined programatically with <ul>.
13.D-2 For each visually apparent list: Check that content that has the visual appearance of a numbered list is marked as an ordered list. [SC 1.3.1] Not applicable
13.D-3 Check that content is marked as a description list when terms and their descriptions are presented in the form of a list. [SC 1.3.1] Not applicable
Result If the above check fails, Baseline Test 13.D-List fails. PASS