0Pricing
Web Accessibility Academy · 강의

2.2 추가 기준: 포커스 표시와 대상 크기

최신 버전에 새로 추가된 기준을 적용합니다.

2.2 추가 기준: 포커스 표시와 대상 크기은(는) CoddyKit의 무료 Web Accessibility Academy 강의입니다. 이것은 4개 중 2번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 Web Accessibility Academy 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. Web Accessibility Academy 강의에는 총 4개의 강의가 포함되어 있습니다.

이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.

What 2.2 Brought

WCAG 2.2 added nine new success criteria in 2023. Two of the most practical for everyday UI are Focus Appearance and Target Size.

Focus Not Obscured

New rule 2.4.11 (Focus Not Obscured) at AA says the focused element must not be fully hidden behind sticky headers or cookie bars.

Why Hidden Focus Hurts

If a sticky banner covers the focused control, keyboard users lose track of where they are. They must see the item they just tabbed to.

Focus Appearance at AAA

Criterion 2.4.13 (Focus Appearance) is AAA. It specifies a minimum indicator area and 3:1 contrast so the focus ring is unmistakable.

Target Size (Minimum)

The AA rule 2.5.8 (Target Size Minimum) asks that tap targets be at least 24 by 24 CSS pixels, or have enough spacing around them.

Why 24 Pixels

Small targets are hard for people with tremors or large fingers. A 24px floor cuts mis-taps without forcing a chunky design everywhere.

The Spacing Exception

A target under 24px can still pass if a 24px circle around its center does not overlap a neighbor. Spacing buys back the size.

Sizing a Target in CSS

Give small buttons a real minimum size so they comfortably clear the 24px floor.

button {
  min-width: 24px;
  min-height: 24px;
}

Inline Links Are Exempt

Links inside a sentence are exempt from 2.5.8, since shrinking text just to enlarge them would harm the reading experience.

Consistent Help: 3.2.6

Another 2.2 add, 3.2.6 (Consistent Help) at A, keeps help links and contact info in the same relative spot across pages.

Redundant Entry: 3.3.7

Criterion 3.3.7 (Redundant Entry) at A says do not make users re-type info they already gave, unless it is essential like a password.

Quick Check

Recall the minimum touch target size from WCAG 2.2.

Recap: The 2.2 Additions

2.2 added focus and target rules: keep focus visible, make targets 24px or well spaced, and stop redundant entry. Next: dragging and authentication. 🎯

자주 묻는 질문

“2.2 추가 기준: 포커스 표시와 대상 크기” 강의는 무료인가요?

네 — “2.2 추가 기준: 포커스 표시와 대상 크기” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Web Accessibility Academy 강의 전체를 잠금 해제할 수 있습니다. Web Accessibility Academy 강의에는 총 4개의 강의가 포함되어 있습니다.

“2.2 추가 기준: 포커스 표시와 대상 크기”에서 뭘 배우나요?

최신 버전에 새로 추가된 기준을 적용합니다. 브라우저에서 직접 실행하는 실습 코드로 Web Accessibility Academy을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.

Web Accessibility Academy을(를) 시작하는 데 경험이 필요한가요?

사전 경험은 필요하지 않습니다. CoddyKit의 Web Accessibility Academy은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 2번째 강의입니다.

“2.2 추가 기준: 포커스 표시와 대상 크기” 강의는 얼마나 걸리나요?

대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.

이 Web Accessibility Academy 강의에서 코드를 작성하고 실행할 수 있나요?

네. 모든 Web Accessibility Academy 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.

이 강의의 모든 강의

  1. A, AA, AAA: 올바른 목표 선택하기
  2. 2.2 추가 기준: 포커스 표시와 대상 크기
  3. 끌기 동작과 접근 가능한 인증
  4. 근거를 갖춘 적합성 선언문 작성하기
← Web Accessibility Academy(으)로 돌아가기