Description List - Visually apparent description list identified programmatically

Test Case Summary

Test Case ID

TC13.4-3-pass-2

Test Case Description

Visually apparent description lists must be programatically identified. In the code sample included in this test case a visually apparent description list is defined programatically.

Applicable ICT Baseline Test

13.4 Test Procedure for Visually Apparent Lists

Baseline Test ID: 13.4-List

Test Instruction: 3

Test Case Detail

Expected Baseline Result

PASS

The visually apparent description list is identified programmatically.

Test Data

Single-Page URL

Embedded Code

Code


      <p>For the purpose of the Revised 508 Standards, the terms defined in E103.4 have the indicated meaning.</p>
      <dl>
      <dt>Agency</dt>
        <dd>Any agency or department of the United States as defined in 44 U.S.C. 3502, and the United States Postal Service.</dd>
      <dt>Alteration</dt>
        <dd>A change to existing ICT that affects interoperability, the user interface, or access to information or data.</dd>
      <dt>Application</dt>
        <dd>Software designed to perform, or to help the user to perform, a specific task or tasks.</dd>
      </dl>
  

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 description list.
13.4-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] Not applicable
13.4-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.4-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] Pass - the visually apparent description list is correctly defined programatically.
Result If the above check fails, Baseline Test 13.4-List fails. PASS