Cumulative Layout Shift (CLS)

Tips

Always use a non-color indicator to style links within paragraphs, not only on hover. Always underline links within paragraphs.

a {
  text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-underline-offset: 0.25em;
}

a:hover {
  text-decoration-thickness: 3px;
}

Don't use ARIA when possible

Twitter tips from diego, a11y comprehender

tool

For Devs

For Users

courses

Links