Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-6178

Crowd directories: Missing description list markup

    XMLWordPrintable

Details

    Description

      Issue Summary

      On the "Crowd directories" page, the content under "Last synchronization" heading lacks description list.

      Steps to Reproduce

      1. Open Crowd directories page.
      2. Navigate to the content under Last synchronization heading.
      3. Inspect the code.
      4. Observe the mentioned content missing description list.

      Actual Results

      The "Started20 November 2023 06:32:27 UTC," "Time taken10 seconds", "Node ID2a291834-dea6-4125-bb25-2c131f7d2eea" and so on sections are visually communicated as key-value pairs. However, this structure has not been programmatically defined. As a result, screen reader users will not be able to understand the page's content structure efficiently.

      Expected Results

      Key and value pairs must use description list semantics to communicate the relationship between terms and their descriptions. Markup the description list using <dl>, <dt>, and <dd>. Make sure that each set of list items is contained in a single <dl>, contain each individual term within <dt> tags, and each description within <dd> tags. Only use separate <dl> tags when the list items are contained logically and visually in separate, distinct lists.

      Code snippet

      <dl>

      <dt>Started</dt>

      <dd>20 November 2023 06:32:27 UTC</dd>

      <dt>Time taken</dt>

      <dd>10 seconds</dd>

      ...

      </dl>

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      Environment

      MacBook Pro (16-inch, 2021)
      macOS: Sonoma 14.1.
      Chrome - Version 118.0.5993.70 (Official Build) (arm64)
      Firefox- Version 92.0 (64-bit)
      Safari- Version 17.0 (19616.1.27.211.1)
      JAWS- Version 2023
      NVDA- Version 2021.2
      Voiceover - Version Latest

      Attachments

        Activity

          People

            Unassigned Unassigned
            75e99cd1893f Naeem Solkar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: