Manifest position 407 · CrUX rank bucket 1000
https://blacktoon414.com
Coverage complete
Coverage-complete audit of the requested alias, its canonical redirect page, and the primary outbound hand-off.
All 58 atomic check outcomes
| Principle / check | Status | Confidence | Evidence or reason |
|---|---|---|---|
respect-user-preferencesrespects-color-scheme | issues | high | Dark and default captures are identical; colorScheme is normal and fixed white cards do not retint. F-theme medium: The fixed palette does not respond to the user’s color-scheme preference. |
respect-user-preferencesrespects-reduced-motion | pass | high | No active animations were present, and Bootstrap transition rules include prefers-reduced-motion overrides. |
respect-user-preferencesrespects-contrast | pass | high | All text and controls remain present and distinguishable in the high-contrast preference capture. |
implement-natural-interactionsview-transitions | not-applicable | high | This single static page has no same-document or same-origin state/route transition; its destinations are external and open in new tabs. |
implement-natural-interactionsscroll-driven-animations | not-applicable | high | The page has no parallax, scrollytelling, carousel, or scroll-linked animation to implement. |
implement-natural-interactionsphysical-gestures | pass | high | All interaction uses native anchors and normal document scrolling; there are no custom pointer handlers or platform-fighting gestures. |
provide-guided-navigationscroll-state-aware-chrome | not-applicable | high | There is no sticky or affixed navigation chrome whose state needs to react to scrolling. |
provide-guided-navigationanchored-positioning | not-applicable | high | The page has no tooltip, popover, menu, or anchored overlay. |
provide-guided-navigationdirects-attention | pass | high | A linear card list and strong full-width buttons clearly guide attention to each destination without focus being moved to injected content. |
maximize-content-reduce-noiseno-intrusive-interruptions | pass | high | No popup, banner, consent wall, or interstitial obscures content on load. |
maximize-content-reduce-noisesemantic-dismissible-primitives | not-applicable | high | No disclosure, modal, picker, select, or transient overlay is present, so no dismissible primitive is needed. |
maximize-content-reduce-noisereduced-chrome | pass | high | The page uses a content-first single column with minimal global chrome and no persistent application frame. |
adapt-to-the-form-factorresponsive-no-horizontal-scroll | pass | high | At 360 px, scrollWidth equals clientWidth (360 px), horizontal overflow is 0, and viewport metadata is present. |
adapt-to-the-form-factorcomponent-level-responsiveness | not-applicable | high | Each card is used only in the same single-column sizing context; there is no component reused in independently sized containers. |
adapt-to-the-form-factorinput-modality-aware | issues | high | Primary controls are 370x56 CSS px but all four compute outline:none when focused. F-focus high: Keyboard focus is invisible on all four primary destination buttons. |
support-core-task-successclear-purpose-and-primary-action | pass | high | The H1 explains this is the BlackToon URL page and the first card presents a prominent primary destination action. |
support-core-task-successprimary-flow-completion | pass | high | The first “바로가기” href resolves and the destination loads usable content, completing the hub’s primary hand-off. |
support-core-task-successclear-system-state-and-recovery | issues | high | The invalid path silently renders the same redirected homepage with no error explanation or recovery state. F-recovery low: Unknown paths silently become the homepage instead of explaining the recovery. |
be-fast-and-stablegood-core-web-vitals | pass | high | Lighthouse reports LCP 1.8 s; trace LCP is 1.70 s, TBT 36 ms, and layout CLS is 0. |
be-fast-and-stablevisual-stability | pass | high | Both layout captures report CLS 0 with no shift entries; the page has no images. |
be-fast-and-stableefficient-main-thread | pass | high | Trace reports one 86 ms long task and 36 ms total blocking time, proportionate to the simple load. |
be-fast-and-stableefficient-resource-delivery | issues | high | The 301 costs an estimated 820 ms and full Bootstrap is a confirmed VeryHigh-priority parser stylesheet; analytics is async and was not misclassified as blocking. F-delivery medium: The alias redirect and blocking full Bootstrap stylesheet delay an otherwise tiny page. |
be-fast-and-stabletrim-unused-and-duplicate-code | issues | high | Lighthouse estimates 23 KiB unused CSS and 68 KiB unused JS; GTM is 166,674 transferred bytes. F-unused medium: Unused framework CSS and analytics JavaScript dominate the minimal page. |
be-inclusivenames-roles-labels | pass | high | All six controls are native named anchors, no images require alt text, and axe reports no name/role/label violation. |
be-inclusivesufficient-contrast | issues | high | Four card paragraphs measure 3.97:1 against white, below WCAG AA 4.5:1. F-contrast high: Card descriptions fail WCAG AA text contrast. |
be-inclusivestructure-and-focus | issues | high | The page jumps H1 to H3, and the four primary anchors have no visible focus outline. F-structure medium: The heading hierarchy skips level two. F-focus high: Keyboard focus is invisible on all four primary destination buttons. |
be-inclusivelegible-text | pass | high | Body and heading text remain readable, centered within bounded cards, with no clipping or cramped mobile wrapping. |
be-inclusivezoom-reflow-targets-and-media | pass | high | Viewport allows scaling, mobile has no horizontal overflow, all primary targets are 56 px tall, and no media needs captions. |
follow-best-practicesno-console-errors | pass | high | Lighthouse best-practices scores 1.0 and reports no console-error audit failure. |
follow-best-practicessound-document-and-assets | issues | high | Doctype and UTF-8 are valid and there are no images, but a one-template page ships 23 KiB estimated unused Bootstrap CSS. F-unused medium: Unused framework CSS and analytics JavaScript dominate the minimal page. |
follow-best-practicesbrowser-platform-hygiene | pass | high | Best-practices scores 1.0; no permission prompts, paste blockers, or runtime deprecation failures were observed. |
be-discoverabletitle-and-description | pass | high | The page has a descriptive Korean title and meta description, both present in raw HTML. |
be-discoverablecrawlable-and-mobile-friendly | issues | high | Links have real hrefs, viewport metadata exists, and robots permits search, but four distinct primary links all say “바로가기”. F-links medium: Every primary link has the same generic “바로가기” text. |
be-discoverablecanonical-and-indexing-signals | issues | high | The input host redirects to another domain, no canonical link is present, and the requested host sitemap returns 403. F-indexing medium: Canonical and sitemap signals do not clearly connect the requested alias to the rendered domain. |
be-discoverablestructured-and-shareable-metadata | issues | high | No JSON-LD or Open Graph metadata describes this public BlackToon link service. F-share low: The public link hub has no social preview or structured entity metadata. |
be-private-and-securesecure-transport-and-headers | issues | high | HTTPS is used and no insecure cookies or secrets were found, but all baseline security headers are absent. F-headers high: The rendered page lacks baseline browser security headers. |
be-private-and-securedata-minimisation-and-third-parties | issues | high | GTM and Google Analytics run on load; five of six requests and 194,421 bytes are third-party relative to the requested host. F-analytics medium: Analytics runs on load and carries disproportionate privacy and resource cost. |
be-private-and-securein-context-permissions-and-modern-auth | not-applicable | high | The page requests no browser permissions and provides no authentication surface, so passkeys or auth handling do not apply. |
be-private-and-securedefensive-browser-policies | issues | high | No HSTS, clickjacking defense, CSP, Referrer-Policy, or Permissions-Policy is present. F-headers high: The rendered page lacks baseline browser security headers. |
be-resilientprogressive-enhancement | pass | high | Discoverability reports 100% raw/rendered content coverage, no JS shell, and matching crawler/browser views. |
be-resilientresilient-runtime-behaviour | pass | high | The page has no menus/overlays or conditional async UI; its native links and static cards remain intact at mobile and desktop sizes. |
be-resilientoffline-and-installable | not-applicable | high | This is a small public redirect/link page rather than an app; installability and an offline app shell are not proportionate to its purpose. |
be-resilientnetwork-and-http-failure-states | issues | high | An unknown path silently redirects to the homepage rather than returning a useful 404 recovery state. F-recovery low: Unknown paths silently become the homepage instead of explaining the recovery. |
be-internationalisedlang-dir-and-logical-properties | issues | high | The Korean page declares html lang=en; Bootstrap also contributes many physical-direction rules, though the authored single-column layout is LTR-neutral. F-lang high: The Korean page is incorrectly declared as English. |
be-internationalisedlocale-aware-data | not-applicable | high | The page displays no dates, numbers, currencies, durations, calendars, or locale-sensitive input. |
be-internationalisedtime-zone-correctness | not-applicable | high | The page contains no times, events, schedules, recurring intervals, or time-zone-sensitive data. |
be-trustworthyno-dark-patterns | pass | high | The audited hub has no consent wall, forced continuity, hidden pricing, disguised ads, or confirmshaming; links are presented as links. |
be-trustworthyhumane-error-handling | not-applicable | high | There are no forms or user-entered values to validate. |
be-trustworthytrustworthy-input-assistance | not-applicable | high | There are no input fields or autofill-relevant tasks. |
be-trustworthysafe-commercial-and-account-flows | not-applicable | high | The audited hub has no commercial commitment, account, authentication, or cancellation flow. |
be-sustainableoptimised-assets | pass | high | The page contains no img elements or decorative image payloads; only a 788-byte favicon is transferred. |
be-sustainableno-wasteful-work | issues | high | An automatic analytics page-view loads a 166,674-byte script for a tiny static link hub, while Lighthouse estimates 68 KiB of JS unused. F-unused medium: Unused framework CSS and analytics JavaScript dominate the minimal page. F-analytics medium: Analytics runs on load and carries disproportionate privacy and resource cost. |
be-sustainablethird-party-and-media-budget | issues | high | Third parties account for 194,421 of 194,824 transferred bytes, dominated by GTM; there is no media whose value offsets this cost. F-analytics medium: Analytics runs on load and carries disproportionate privacy and resource cost. |
be-agent-readystructured-agent-capabilities | not-applicable | high | This static link directory exposes no transactional or productivity capability that needs WebMCP; crawlable native links are sufficient for agents. |
be-agent-readyon-device-inference | not-applicable | high | The page has no summarisation, generation, or language-model task where on-device inference would improve the experience. |
be-memory-efficientno-leak-under-repeated-interaction | not-applicable | high | This static one-shot page has no representative open/close, route-and-back, editor, or feed interaction to repeat ten times without fabricating a test. |
be-memory-efficientbounded-footprint | pass | medium | The loaded page uses 4,731,679 bytes of V8 self size across 110,130 nodes, proportionate to a static page plus analytics. |
be-memory-efficientno-detached-dom-or-unbounded-listeners | pass | medium | No Detached* constructor appears among retained constructor populations; the page has no dynamic DOM lifecycle or repeating interaction that would accumulate listeners/timers. |
Provenance
Canonical report: results/atomic/reports/0407-blacktoon414_com.json
Report SHA-256: def875bb7b53989016fa5fa3827fc3bd70949d90fc7586f91bb873b165d0a64a
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/blacktoon414_com/2026-07-20T14-08-33-055Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/blacktoon414_com/2026-07-20T14-08-33-055Z
Catalog SHA-256: sha256:78ccfdb2d483f4c57d9dafed80fd86c6265585a56457c8dcfddc254b80fb44d7
Raw screenshots, HARs, traces, heaps, and other browser artifacts are retained at the local evidence root and intentionally are not committed. Artifact paths in the canonical report are relative to that root.