Skip to content
https://tistory.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
63
GRADE
D
FIX
4
REVIEW
6
PASS
3
INFO
0
Checks
13
3 PASS 6 REVIEW 4 FIX
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
1 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
3 landmarks
REVIEW
3 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Info::
No contentinfo (footer) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN CONTENTINFO (missing!)

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

C
404 Error Page
Action
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
4 icon(s) detected
REVIEW
4 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 3 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

17 pass 3 fail WCAG AA
a
3.36:1
#000000
on
#8F4D54
needs 4.5:1 (normal text)
16px · above the fold · over background image/gradient
a 피드
2.11:1
#000000
on
#8A0025
needs 4.5:1 (normal text)
16px · above the fold
a 스킨
2.16:1
#000000
on
#8B0822
needs 4.5:1 (normal text)
16px · above the fold

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)
ElementRatioRequiredFGBGResult
h2 서비스 주요 메…7.01:13.0:1
#000000
#979683
Pass
h2 검색5.21:13.0:1
#000000
#AE6D6E
Pass
h2 공지사항8.90:13.0:1
#000000
#CA9E9E
Pass
h2 로그인 정보14.45:13.0:1
#000000
#D6D6D6
Pass
h2 오늘의 티스토…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 오늘의 티스토…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 오늘의 티스토…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 오늘의 티스토…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 인기글 베스트21.00:13.0:1
#000000
#FFFFFF
Pass
h2 여행·맛집21.00:13.0:1
#000000
#FFFFFF
Pass
h2 나의 티스토리21.00:13.0:1
#000000
#FFFFFF
Pass
h2 서비스정보21.00:13.0:1
#000000
#FFFFFF
Pass
h2 문의목록21.00:13.0:1
#000000
#FFFFFF
Pass
title 티스토리21.00:14.5:1
#000000
#FFFFFF
Pass
a 본문 바로가기21.00:14.5:1
#000000
#FFFFFF
Pass
a 메뉴 바로가기21.00:14.5:1
#000000
#FFFFFF
Pass
span 티스토리9.24:14.5:1
#000000
#ADACA8
Pass
a 3.36:14.5:1
#000000
#8F4D54
Fail
a 피드2.11:14.5:1
#000000
#8A0025
Fail
a 스킨2.16:14.5:1
#000000
#8B0822
Fail

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.

B
Lighthouse Accessibility Audits
Score 80/100 — 5 failing, 23 passed
REVIEW
80

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.

ARIA

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
오늘의 티스토리 붉은 밥풀때기 유유자적한 나날 div.inner_tistory_today > div.swiper > div.swiper-wrapper > div.swiper-slide
오늘의 티스토리 [수확자] 오디오북 후기 밤하늘 div.inner_tistory_today > div.swiper > div.swiper-wrapper > div.swiper-slide
오늘의 티스토리 [ 내가 죽기 일주일 전 ] 오디오북 후기 밤하늘 div.inner_tistory_today > div.swiper > div.swiper-wrapper > div.swiper-slide
오늘의 티스토리 2026 지중해 7박8일 크루즈 1인 120만원대 예약방법 (~04.26 예약, 5~10월 출발) 앨리스의 여행과 일상 div.inner_tistory_today > div.swiper > div.swiper-wrapper > div.swiper-slide

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
48 div.item_cont > div.item_info > div.btn_like > span.num_g
46 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
32 div.item_cont > div.item_info > div.btn_like > span.num_g
26 div.item_cont > div.item_info > span.link_cmt > span.num_g
1일 전 div.item_cont > div.item_info > span.num_data > span.num_g
24 div.item_cont > div.item_info > div.btn_like > span.num_g
42 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
633 div.item_cont > div.item_info > div.btn_like > span.num_g
26 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
16 div.item_cont > div.item_info > span.link_cmt > span.num_g
3일 전 div.item_cont > div.item_info > span.num_data > span.num_g
만찬때마다 앉던 지정석이다. "> 크루즈에서 식사는 늘 자유롭게 하지만저녁 만찬은 원하는 사람만 미리 예약해서 지정석에서 코스 요리로 즐기수 … a.wrap_item > div.item_cont > div > p.desc_cont
50 div.item_cont > div.item_info > div.btn_like > span.num_g
79 div.item_cont > div.item_info > span.link_cmt > span.num_g
2일 전 div.item_cont > div.item_info > span.num_data > span.num_g
어서와 한국은 처음이지 프랑스 파코, 치킨집 어디? 특집 DAY 4 마지막 한국 식사는 치킨치킨 문의 세상으로, 드디어 맛보는 치킨의 세계MB… a.wrap_item > div.item_cont > div > p.desc_cont
12 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
42 div.item_cont > div.item_info > div.btn_like > span.num_g
77 div.item_cont > div.item_info > span.link_cmt > span.num_g
6일 전 div.item_cont > div.item_info > span.num_data > span.num_g
10 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
17 div.item_cont > div.item_info > span.link_cmt > span.num_g
6일 전 div.item_cont > div.item_info > span.num_data > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
10 div.item_cont > div.item_info > div.btn_like > span.num_g
18 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
/ 7 span.inner_btn > span.txt_btn > span.txt_g > span.txt_type1
/ 16 span.inner_btn > span.txt_btn > span.txt_g > span.txt_type1
주말 나들이 갈만한 곳을 알아보세요. 진정한 J라면 월요일부터 주말 계획을 세워야 하니까요. div.tistory_focus > div.inner_tistory_focus > div.wrap_tit_focus > p.desc_focus
16 div.item_cont > div.item_info > div.btn_like > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
79 div.item_cont > div.item_info > div.btn_like > span.num_g
34 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
68 div.item_cont > div.item_info > div.btn_like > span.num_g
6일 전 div.item_cont > div.item_info > span.num_data > span.num_g
32 div.item_cont > div.item_info > div.btn_like > span.num_g
56 div.item_cont > div.item_info > span.link_cmt > span.num_g
5일 전 div.item_cont > div.item_info > span.num_data > span.num_g
30 div.item_cont > div.item_info > div.btn_like > span.num_g
72 div.item_cont > div.item_info > span.link_cmt > span.num_g
2026.04.14 div.item_cont > div.item_info > span.num_data > span.num_g
커피 한 잔의 여유를 아는 품격있는 당신. 달달이와도 함께 할 수 있는 공간을 소개합니다. div.tistory_focus > div.inner_tistory_focus > div.wrap_tit_focus > p.desc_focus
1일 전 div.item_cont > div.item_info > span.num_data > span.num_g
28 div.item_cont > div.item_info > span.link_cmt > span.num_g
6일 전 div.item_cont > div.item_info > span.num_data > span.num_g
19 div.item_cont > div.item_info > div.btn_like > span.num_g
16 div.item_cont > div.item_info > span.link_cmt > span.num_g
1일 전 div.item_cont > div.item_info > span.num_data > span.num_g
13 div.item_cont > div.item_info > div.btn_like > span.num_g
23 div.item_cont > div.item_info > span.link_cmt > span.num_g
2일 전 div.item_cont > div.item_info > span.num_data > span.num_g
10 div.item_cont > div.item_info > div.btn_like > span.num_g
10 div.item_cont > div.item_info > span.link_cmt > span.num_g
2일 전 div.item_cont > div.item_info > span.num_data > span.num_g
© AXZ Corp. article.content-article > footer.doc-footer > small > a.txt_corp

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.wrap_today > a.item_today > div.wrap_img > img.img_g div.wrap_today > a.item_today > div.wrap_img > img.img_g

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.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
석화의 여행이야기 마지막 만찬.. 만찬때마다 앉던 지정석이다. "> 크루즈에서 식사는 늘 자유롭게 하지만저녁 만찬은 원하는 사람만 미리 예약… div.tistory_trend > div.inner_tistory_trend > ul#travel > li
룰루TV리뷰공유 어서와 한국은 처음이지 파코 치킨, 치킨무, 간장치킨, 프라이드치킨 치킨집 호프집 어디? 드디어 맛보는 치킨의 세계 어서와 … div.tistory_trend > div.inner_tistory_trend > ul#travel > li
짜장 먹고 싶다 숯불닭갈비와 비빔막국수가 맛있는 설악IC 맛집, 서락비 설악막국수 춘천닭갈비 좋아요 42 댓글 77 작성시간 6일 전 div.tistory_trend > div.inner_tistory_trend > ul#travel > li
켈리의 맛집탐방 죽기 전에 먹어봐야 하는 지리산 흑돼지 맛집! 웨이팅하는 찐 목살, 삼겹살 맛집 지리산청 좋아요 1 댓글 10 작성시간 5일 전 div.tistory_trend > div.inner_tistory_trend > ul#travel > li
만행투어 홍천 소노벨 좋아요 0 댓글 17 작성시간 6일 전 div.tistory_trend > div.inner_tistory_trend > ul#travel > li
갈비돼지의 일상 성심당 콘바게트 산다고 갔다가 먹게 된 DCC 신상 4종 간단한 후기 좋아요 1 댓글 8 작성시간 5일 전 div.tistory_trend > div.inner_tistory_trend > ul#travel > li
소소한 행복 찾기 동물을 좋아하고 힐링이 필요하신 분들께 적극 추천 화성 할아버지 동물 농장 좋아요 10 댓글 18 작성시간 5일 전 div.tistory_trend > div.inner_tistory_trend > ul#travel > li

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

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.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Elements with the `role=text` attribute do not have focusable descendents.
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
20 headings
PASS
20 headings
Info::
Single H1 present
  • H1 티스토리
  • H2 서비스 주요 메뉴
  • H2 검색
  • H2 공지사항
  • H2 로그인 정보
  • H2 오늘의 티스토리
  • H2 오늘의 티스토리
  • H2 오늘의 티스토리
  • H2 오늘의 티스토리
  • H2 인기글 베스트
  • H2 여행·맛집
  • H2 FOCUS
  • H2 FOCUS
  • H2 나의 티스토리
  • H2 스토리 크리에이터
  • H2 구독 급상승
  • H2 티스토리 운영 Tip
  • H2 스킨 스토어
  • H2 서비스정보
  • H2 문의목록
A+
Alt Text Quality
All 58 images OK
PASS
All 58 images OK
Info::
2 decorative image(s) correctly marked
Info::
56 image(s) with good alt text
58 images 56 good alt text 2 decorative
All images have appropriate alt text.
A
Form Accessibility
1 of 1 controls have issues
PASS
1 of 1 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">
1 controls
0 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
inputtext(검색어 입력)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback