Skip to main content

Curbcut WCAG AAA

List

Ordered, unordered and unstyled lists with readable spacing.

  • Proof of a current rabies vaccination
  • Proof of spay or neuter, if applicable
  1. Fill in the application
  2. Pay the fee
Show the markup
<ul class="cc-list">
  <li>Proof of a current rabies vaccination</li>
  <li>Proof of spay or neuter, if applicable</li>
</ul>
<ol class="cc-list">
  <li>Fill in the application</li>
  <li>Pay the fee</li>
</ol>

Accessibility

  • Use real ul/ol semantics — screen readers announce list length and position.
  • cc-list--unstyled removes markers but keeps semantics for nav-like lists.