Stepper and Stepper Item - Ensure implicit list markup is avoided - (2036570227) #7837
Labels
1 - assigned
Issues that are assigned to a sprint and a team member.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
c-stepper
Issues that pertain to the calcite-stepper component
design
Issues that need design consultation prior to development.
estimate - 5
A few days of work, definitely requires updates to tests.
p - medium
Issue is non core or affecting less that 60% of people using the library
ready for dev
Issues ready for development implementation.
spike
Issues that need quick investigations for time estimations, prioritization, or a quick assessment.
Milestone
Violation:
Ensure implicit list markup is avoided
WCAG Reference:
Severity:
6
Media Type:
Lists
Areas for Remediation:
Issue
There is content that appears as a list but does not use list markup. Examples include:
User Impact
Screen reader users will have difficulty understanding that this content is a list.
Code Reference
Suggestion
Ensure implicit list markup is avoided. Lists must use
<ul>
,<ol>
,<li>
,<dl>
,<dt>
, and<dd>
elements as appropriate.Compliant Code Example
Additional Resources:
monday.com sync: #6365557217
The text was updated successfully, but these errors were encountered: