Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction13 of 48 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 image(s) |
| filename | 4 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction33 issue(s) across 243 links and 26 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| javascript:; | More D… | new tab | Add '(opens in new tab)' to text |
| javascript:; | Trade In | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | 위시리스트 추가 … | img no alt | Add alt attribute to the image |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| https://www.patagonia.co.kr/shop/goodsLi… | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/275 | (empty) | empty | Add link text or aria-label |
| /stories/view/266 | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/265 | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/264 | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/263 | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/262 | (empty) | empty | Add link text or aria-label |
| /stories/filmDetail/261 | (empty) | empty | Add link text or aria-label |
| /sports/community/003007001000000 | (empty) | empty | Add link text or aria-label |
| /sports/community/003004001000000 | (empty) | empty | Add link text or aria-label |
| /sports/community/003002001000000 | (empty) | empty | Add link text or aria-label |
| /sports/community/003003001000000 | (empty) | empty | Add link text or aria-label |
| /sports/community/003005001000000 | (empty) | empty | Add link text or aria-label |
| /sports/community/003001001000000 | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; javascript:;; javascript:;; javascript:;; https://www.patagonia.co.kr/shop/goodsList/001005001000000; https://www.patagonia.co.kr/shop/goodsList/001005081000000; https://www.patagonia.co.kr/shop/goodsList/001003003001000; https://www.patagonia.co.kr/shop/goodsList/001005007000000; https://www.patagonia.co.kr/shop/goodsList/001002003000000; https://www.patagonia.co.kr/shop/goodsList/001005014000000 (+16 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
javascript:;; javascript:;
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.navigation-search (#261 on page); button.navigation-hamburger (#266 on page); button.navigation-search (#267 on page); button.navigation-hamburger (#271 on page); button.btnClose (#353 on page); button.back-gnb (#375 on page); button.back-gnb (#378 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy21 headings, 1 skip(s)REVIEW
- H1 (empty)
- H2 main visual section
- H3 Capilene® Cool Sun
- H3 Capilene® Cool Sun
- H2 카테고리 배너
- H2 midBanner section
- H3 Baggies™
- H3 Baggies™
- H2 카테고리 배너
- H2 최신글
- H2 Sports Category Slide
- H4 Footer skipped
- H5 모든 제품을 보증합니다.
- H5 사회와 환경에 책임을 다합니다.
- H5 환경 단체를 지원합니다.
- H5 제품을 오래 쓸 수 있습니다.
- H5 수익을 지구에 바칩니다.
- H6 파타고니아코리아 멤버십 가입하기
- H6 Need Help?
- H6 더보기
- H3 제목
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CFavicon & BrandingAction6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 main visual section | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 카테고리 배너 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 midBanner section | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 카테고리 배너 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 최신글 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sports Category Slid… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Baggies™ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Baggies™ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 제목 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title 파타고니아코… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a 퀄리티랩 | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a 풀뿌리 환경 운… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 스토리즈 | 8.07:1 | 4.5:1 | #000000 | #73A6CD | Pass |
| strong Free Shipping on Ord… | 4.59:1 | 3.0:1 | #000000 | #3F79B2 | Pass |
| p Orders are shipped w… | 4.97:1 | 4.5:1 | #000000 | #447FB8 | Pass |
| a More … | 5.52:1 | 4.5:1 | #000000 | #4E87BD | Pass |
| strong Let Your Gear Live A… | 6.54:1 | 3.0:1 | #000000 | #6494C0 | Pass |
| p Why not trade it in?… | 7.86:1 | 4.5:1 | #000000 | #80A2C2 | Pass |
| a Trade In | 10.38:1 | 4.5:1 | #000000 | #B7B6B6 | Pass |
| span 메뉴 닫기버튼 | 8.64:1 | 4.5:1 | #000000 | #A8A6A2 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
CLighthouse Accessibility AuditsActionScore 77/100 — 6 failing, 21 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#navigation > div.fb__header__menu > div.ptg__drawer__menu-container > button.navigation-hamburger div#navigation > div.fb__header__menu > div.ptg__drawer__menu-container > button.navigation-hamburger |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
div.card__inner > div.card__products > div.card__image-wrapper > img div.card__inner > div.card__products > div.card__image-wrapper > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fb__header__menu > div.ptg__drawer__menu-container > h1.logo > a div.fb__header__menu > div.ptg__drawer__menu-container > h1.logo > a |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link ul.swiper-wrapper > li.swiper-slide > div.card__wrap > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link div.swiper > ul.swiper-wrapper > li.swiper-slide > a.ptg__category__block-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Footer body#main > footer#footer > footer.ptg__footer > h4.hidden |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #devHeaderSearchText | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" id="devHeaderSearchText">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2