Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FLink & Button QualityAction13 issue(s) across 251 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://store-jp.nintendo.com/ | ストア | new tab | Add '(opens in new tab)' to text |
| https://accounts.nintendo.com/portal | ログイン | new tab | Add '(opens in new tab)' to text |
| ./switch2/index.html | (empty) | empty | Add link text or aria-label |
| ./hardware/switch/index.html | (empty) | empty | Add link text or aria-label |
| ./games/switch2/index.html | Nintendo Switch 2 であそべ… | img no alt | Add alt attribute to the image |
| ./games/switch/index.html | Nintendo Switchであそべる… | img no alt | Add alt attribute to the image |
| ./games/app/index.html | スマートフォン向けア… | img no alt | Add alt attribute to the image |
| ./nintendo-switch-app/index.html | Nintendo Switch App | img no alt | Add alt attribute to the image |
| ./for-parents/app/index.html | Nintendo みまもり Switch | img no alt | Add alt attribute to the image |
| http://www.kirby.jp/ | カービィ | new tab | Add '(opens in new tab)' to text |
| /jp/games/switch2/aadla/index.html | (empty) | empty | Add link text or aria-label |
| /jp/switch/blfga/special/index.html | (empty) | empty | Add link text or aria-label |
| /jp/movie/super-mario-galaxy/index.html | (empty) | empty | Add link text or aria-label |
| https://www.nintendo.com/jp/topics/artic… | (empty) | empty | Add link text or aria-label |
| /jp/character/pikmin/video/index.html | (empty) | empty | Add link text or aria-label |
| https://www.nintendo.com/jp/topics/artic… | 『スプラトゥーン レ… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 「Hello! インディー」… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 『スーパーマリオギャ… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 『スーパーモンキーボ… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | ニンテンドーeショッ… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | あなたが作ったMiiたち… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 「Hello! インディー」… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 「Hello! インディー」… | img no alt | Add alt attribute to the image |
| https://www.nintendo.com/jp/topics/artic… | 「Hello! インディー」… | img no alt | Add alt attribute to the image |
| # | (empty) | empty | Add link text or aria-label |
| #top | (empty) | empty | Add link text or aria-label |
| https://store-jp.nintendo.com/ | 会員向けオンラインス… | new tab | Add '(opens in new tab)' to text |
| https://my.nintendo.com/ | ポイントサービスマイ… | new tab | Add '(opens in new tab)' to text |
| http://www.kirby.jp/ | 星のカービィ | new tab | Add '(opens in new tab)' to text |
| https://www.nintendo.com/region-selector… | Region Selector | new tab | Add '(opens in new tab)' to text |
| https://www.nintendo.com/region-selector… | Region Selector | new tab | Add '(opens in new tab)' to text |
| http://www.kirby.jp/ | 星のカービィ | new tab | Add '(opens in new tab)' to text |
| https://www.nintendo.com/region-selector… | Region Selector | new tab | Add '(opens in new tab)' to text |
| https://www.nintendo.com/region-selector… | Region Selector | new tab | Add '(opens in new tab)' to text |
| <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.
./switch2/index.html; ./hardware/switch/index.html; /jp/games/switch2/aadla/index.html; /jp/switch/blfga/special/index.html; /jp/movie/super-mario-galaxy/index.html; https://www.nintendo.com/jp/topics/article/03c14694-3e04-46b9-9d7a-c357281bd70c; /jp/character/pikmin/video/index.html; #; #top
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.
https://store-jp.nintendo.com/; https://accounts.nintendo.com/portal; http://www.kirby.jp/; https://store-jp.nintendo.com/; https://my.nintendo.com/; http://www.kirby.jp/; https://www.nintendo.com/region-selector/; https://www.nintendo.com/region-selector/; http://www.kirby.jp/; https://www.nintendo.com/region-selector/ (+1 more)
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.nc3-js-carouselNav__left (#326 on page); button.nc3-js-carouselNav__right (#331 on page); button.nc3-js-scroller__prev (#1215 on page); button.nc3-js-scroller__next (#1230 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 66/100 — 5 failing, 12 passedFIX
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 |
|---|
form.nc3-as-box > div.nc3-c-search > div.nc3-c-search__recommend > button.nc3-js-carouselNav__left form.nc3-as-box > div.nc3-c-search > div.nc3-c-search__recommend > button.nc3-js-carouselNav__left |
form.nc3-as-box > div.nc3-c-search > div.nc3-c-search__recommend > button.nc3-js-carouselNav__right form.nc3-as-box > div.nc3-c-search > div.nc3-c-search__recommend > button.nc3-js-carouselNav__right |
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#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent |
div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent |
div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent |
div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent |
div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent div#local-kv__inner > div.local-kv__container > div.nc3-js-switcher__content > a.local-kv__switcherContent |
div#local-schedule__container > div#local-schedule__item > div.nc3-c-softCard > a div#local-schedule__container > div#local-schedule__item > div.nc3-c-softCard > a |
div.nc3-c-gfooter-breadcrumb > div.l-footer-topic-path-inner > div.footer-topic-path-back-to-top > a.footer-topic-path-back-to-top-btn div.nc3-c-gfooter-breadcrumb > div.l-footer-topic-path-inner > div.footer-topic-path-back-to-top > a.footer-topic-path-back-to-top-btn |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026.4.17 div.nc3-c-articleCard > a > div.nc3-c-articleCard__sub > div.nc3-c-articleCard__dateAndPrice |
2026.4.16 div.nc3-c-articleCard > a > div.nc3-c-articleCard__sub > div.nc3-c-articleCard__dateAndPrice |
2026.4.16 div.nc3-c-articleCard > a > div.nc3-c-articleCard__sub > div.nc3-c-articleCard__dateAndPrice |
2026.4.16 div.nc3-c-articleCard > a > div.nc3-c-articleCard__sub > div.nc3-c-articleCard__dateAndPrice |
2026.4.21 ul#local-whatsnew > li.local-new__row > a.local-new__link > span.local-new__date |
公式サイト li.local-new__row > a.local-new__link > div.local-new__badgeWrapper > span.local-new__badge |
採用 li.local-new__row > a.local-new__link > div.local-new__badgeWrapper > span.local-new__badge |
インタビュー li.local-new__row > a.local-new__link > div.local-new__badgeWrapper > span.local-new__badge |
その他 li.local-new__row > a.local-new__link > div.local-new__badgeWrapper > span.local-new__badge |
その他 li.local-new__row > a.local-new__link > div.local-new__badgeWrapper > span.local-new__badge |
お客様へのお知らせ div.nc3-l-innerWidth > div.local-announcement__inner > p.local-announcement__headline > span |
任天堂公式ソーシャルメディアアカウント footer#nc3-c-gfooter > div.nc3-c-gfooter-container > div.nc3-c-gfooter-sns > div.nc3-c-gfooter-sns__headline |
会員向けオンラインストア li.nc3-c-gfooter-service__item > a > p.nc3-c-gfooter-service__text > span.nc3-c-gfooter-service__smallText |
ポイントサービス li.nc3-c-gfooter-service__item > a > p.nc3-c-gfooter-service__text > span.nc3-c-gfooter-service__smallText |
スマートフォン向けアプリ li.nc3-c-gfooter-service__item > a > p.nc3-c-gfooter-service__text > span.nc3-c-gfooter-service__smallText |
有料オンラインサービス li.nc3-c-gfooter-service__item > a > p.nc3-c-gfooter-service__text > span.nc3-c-gfooter-service__smallText |
These are opportunities to improve the legibility of your content.
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.loader-type-default html.loader-type-default |
These items highlight common accessibility best practices.
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title 任天堂ホーム… | 4.37:1 | 4.5:1 | #000000 | #E60012 | Fail |
| span さがす | 4.37:1 | 4.5:1 | #000000 | #E60012 | Fail |
| span ストア | 4.37:1 | 4.5:1 | #000000 | #E60012 | Fail |
| span ログイン | 6.84:1 | 4.5:1 | #000000 | #F06671 | Pass |
| span 本体 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ・ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span グッズ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ゲームソフト | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span トピックス | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span キャラクター | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span サポート | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span さがす | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span マリオ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ドンキーコン… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ゼルダの伝説 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span どうぶつの森 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span スプラトゥー… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ピクミン | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ポケモン | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 星のカービィ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
A+Heading Hierarchy1 headingsPASS
- H1 (empty)
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
A+Alt Text QualityAll 94 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (キーワードを入力してください) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search">
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