Manifest position 372 · CrUX rank bucket 1000

https://pornoborshch.com

Coverage complete

Coverage-complete audit across homepage, category, video, error, and contact templates.

Attempts
1 / 3
Judged checks
58 / 58
Blocked
0
Not run
0
This report has no published overall score. Blocked and not-run checks are not passes. A coverage-complete report means every check has a judged outcome; it does not mean every check passed.

All 58 atomic check outcomes

Principle / checkStatusConfidenceEvidence or reason
respect-user-preferences
respects-color-scheme
issueshighThe prefers-color-scheme: dark screenshot is pixel-identical in palette to the default screenshot; the CSS feature probe found no prefers-color-scheme rule or color-scheme declaration.
F01 medium: The interface ignores the user’s dark theme preference.
respect-user-preferences
respects-reduced-motion
passhighReduced-motion emulation was active; the page exposed zero running animations and no auto-advance.
respect-user-preferences
respects-contrast
passhighForced-colors plus prefers-contrast: more screenshot retained readable white/yellow text, controls, and image boundaries.
implement-natural-interactions
view-transitions
issueshighThe platform probe found no view-transition CSS and navigation uses ordinary full-page links without a cross-document view-transition declaration.
F02 low: Page changes are abrupt and provide no transition cue.
implement-natural-interactions
scroll-driven-animations
passhighDOM/CSS inspection found no scroll listeners or scroll-linked animation; native scrolling is used without a main-thread animation anti-pattern.
implement-natural-interactions
physical-gestures
passhighDOM/CSS inspection found no custom pointer gesture handlers; the page relies on native links, scrolling, and media controls.
provide-guided-navigation
scroll-state-aware-chrome
passhighThe simple long listing keeps the compact header out of the content area and does not add obstructive sticky chrome; scrolling remains predictable.
provide-guided-navigation
anchored-positioning
not-applicablehighNo tooltip, popover, or menu that needs anchored positioning exists on the sampled templates.
provide-guided-navigation
directs-attention
passhighCategory cards use persistent text labels and destination URLs; the selected destination title and content identify the resulting context.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighLoad screenshots and overlay probe found no popup, consent wall, interstitial, or obscuring banner.
maximize-content-reduce-noise
semantic-dismissible-primitives
not-applicablehighNo transient overlay, modal flow, or disclosure control exists on the sampled templates.
maximize-content-reduce-noise
reduced-chrome
passhighDesktop and mobile screenshots show content-led thumbnail grids with compact navigation and little application frame.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighAt 360x800, home and video layouts reported 0 px horizontal overflow with viewport meta present.
adapt-to-the-form-factor
component-level-responsiveness
passhighThe card grid changes from four to two columns using intrinsic calc widths and media queries; no component is reused in independently sized containers in sampled templates.
adapt-to-the-form-factor
input-modality-aware
issueshighThe authored CSS contains * { outline: none; }; focusing the logo, nav links, and category cards produced outline-style:none and no box shadow.
F03 medium: Keyboard focus is completely suppressed.
support-core-task-success
clear-purpose-and-primary-action
passhighThe first viewport states the site purpose and presents directly labelled category cards; the category and video templates expose their content immediately.
support-core-task-success
primary-flow-completion
passhighHomepage category link → category listing → video detail completed, and the cross-origin player rendered with native controls.
support-core-task-success
clear-system-state-and-recovery
issueshighA request to /this-route-does-not-exist-404 returned 301 Location: /, then the normal homepage; the rendered state offered no explanation or recovery specific to the failed URL.
F05 high: Unknown URLs silently redirect to the homepage instead of presenting a real not-found state.
be-fast-and-stable
good-core-web-vitals
passhighLighthouse measured LCP 1.6 s, CLS 0, and TBT 0 ms; trace measured LCP/FCP 933 ms and no long tasks.
be-fast-and-stable
visual-stability
passhighMobile layout observers on home and video reported CLS 0 and no shifts; CSS reserves 16:9 media space.
be-fast-and-stable
efficient-main-thread
passhighTrace recorded zero long tasks and 0 ms total blocking time; Lighthouse TBT was 0 ms.
be-fast-and-stable
efficient-resource-delivery
passhighHAR recorded 32 successful requests, 358 KB transferred, no missing cache-header signals, redirects, or HTTP errors; Lighthouse performance was 99.
be-fast-and-stable
trim-unused-and-duplicate-code
passhighLighthouse reported no unused JavaScript or CSS savings; scripts totalled 4.5 KB transferred.
be-inclusive
names-roles-labels
passhighLighthouse accessibility scored 100 with no image-alt or label failures; linked thumbnails receive accessible names from adjacent card text.
be-inclusive
sufficient-contrast
passhighLighthouse found no color-contrast failures and forced-colors rendering remained legible.
be-inclusive
structure-and-focus
issueshighThe authored CSS contains * { outline: none; }; focusing the logo, nav links, and category cards produced outline-style:none and no box shadow. DOM probes on the homepage, category, and video templates all found zero h1-h6 elements, despite each page containing a primary topic and long content grid.
F03 medium: Keyboard focus is completely suppressed.
F04 medium: Pages have no heading hierarchy.
be-inclusive
legible-text
passhighDesktop/mobile screenshots show unclipped text, readable line lengths, and stable wrapping; category labels remain visible at 360 px.
be-inclusive
zoom-reflow-targets-and-media
passhighViewport allows scaling, mobile reflow has no horizontal overflow, Lighthouse found no target-size failures, and the embedded player exposes standard controls.
follow-best-practices
no-console-errors
passhighLighthouse errors-in-console audit found zero items.
follow-best-practices
sound-document-and-assets
passhighDOM has HTML doctype and UTF-8 charset; aspect-ratio wrappers reserve card/player geometry; Lighthouse doctype and charset audits pass.
follow-best-practices
browser-platform-hygiene
passhighLighthouse found no deprecations; no permissions prompt, input paste blocker, or vulnerable app library signal appeared in sampled paths.
be-discoverable
title-and-description
passhighHomepage, category, and video routes expose descriptive titles and meta descriptions in raw server HTML.
be-discoverable
crawlable-and-mobile-friendly
passhighLinks use real href values, viewport meta is present, robots permits public pages, and Lighthouse SEO scored 100.
be-discoverable
canonical-and-indexing-signals
issueshighNo canonical URL was present on sampled pages, /sitemap.xml returned 404, and unknown URLs redirect to an indexable homepage. robots.txt otherwise allows public crawling.
F06 medium: Indexing signals are incomplete and error behavior can create soft-404 duplicates.
be-discoverable
structured-and-shareable-metadata
issueshighThe sampled video page contained no JSON-LD, no og:title or og:image, and reused the category title/description; only og:description was present.
F07 medium: Video detail pages lack useful structured and social metadata.
be-private-and-secure
secure-transport-and-headers
issueshighThe HTTPS response lacked CSP, HSTS, X-Content-Type-Options, clickjacking protection, Referrer-Policy, and Permissions-Policy. CDP found cid (365 days) and vctx (30 days), both Secure=false, HttpOnly=false, and SameSite=None on an HTTPS site.
F08 high: Baseline transport and browser security defenses are missing.
F09 high: First-party identifier cookies are sent without Secure and use SameSite=None.
be-private-and-secure
data-minimisation-and-third-parties
issueshighThe page sets a year-long cid and 30-day vctx cookie and contacts counter.yadro.ru. The network footprint is small, but purpose/consent and retention minimisation are not apparent on the primary path.
F10 medium: Persistent identifiers and a third-party counter are used without visible minimisation evidence.
be-private-and-secure
in-context-permissions-and-modern-auth
not-applicablehighNo permission request or authentication surface exists in the representative public paths.
be-private-and-secure
defensive-browser-policies
issueshighThe HTTPS response lacked CSP, HSTS, X-Content-Type-Options, clickjacking protection, Referrer-Policy, and Permissions-Policy. CDP found cid (365 days) and vctx (30 days), both Secure=false, HttpOnly=false, and SameSite=None on an HTTPS site.
F08 high: Baseline transport and browser security defenses are missing.
F09 high: First-party identifier cookies are sent without Secure and use SameSite=None.
be-resilient
progressive-enhancement
passhighRaw HTML is server-rendered; homepage discoverability found 100% rendered-word coverage and no empty JS shell.
be-resilient
resilient-runtime-behaviour
passhighSampled pages are simple server-rendered documents; mobile layouts had no clipping/overflow and the video player loaded in its reserved frame.
be-resilient
offline-and-installable
not-applicablehighThis is a server-rendered streaming/content directory, not an app-like workflow; installability and offline playback are not proportionate requirements.
be-resilient
network-and-http-failure-states
issueshighA request to /this-route-does-not-exist-404 returned 301 Location: /, then the normal homepage; the rendered state offered no explanation or recovery specific to the failed URL.
F05 high: Unknown URLs silently redirect to the homepage instead of presenting a real not-found state.
be-internationalised
lang-dir-and-logical-properties
not-applicablehighThe site is deliberately Ukrainian-language, contains no sampled locale-sensitive dates, prices, numbers, or events, and exposes no multilingual intent; locale-data and time-zone checks do not apply to these templates.
be-internationalised
locale-aware-data
not-applicablehighThe site is deliberately Ukrainian-language, contains no sampled locale-sensitive dates, prices, numbers, or events, and exposes no multilingual intent; locale-data and time-zone checks do not apply to these templates.
be-internationalised
time-zone-correctness
not-applicablehighThe site is deliberately Ukrainian-language, contains no sampled locale-sensitive dates, prices, numbers, or events, and exposes no multilingual intent; locale-data and time-zone checks do not apply to these templates.
be-trustworthy
no-dark-patterns
passhighNo consent wall, forced continuity, disguised action, payment, subscription, or account flow appeared in the sampled pages.
be-trustworthy
humane-error-handling
not-applicablehighNo user-submittable form exists on the sampled public and contact surfaces.
be-trustworthy
trustworthy-input-assistance
not-applicablehighNo input fields exist on the sampled public and contact surfaces.
be-trustworthy
safe-commercial-and-account-flows
not-applicablehighNo checkout, subscription, authentication, or account-management flow exists on the sampled site.
be-sustainable
optimised-assets
issueshighThe image probe found 100/100 images without srcset and 25 legacy PNG/JPEG resources, while the mobile grid displays thumbnails at substantially different sizes. The initial HAR remained modest at 358 KB because lazy loading limited requests.
F11 medium: Thumbnail delivery misses responsive and modern image opportunities.
be-sustainable
no-wasteful-work
passhighHAR recorded only 32 initial requests and trace recorded no long tasks or background processing; lazy loading limited image transfer.
be-sustainable
third-party-and-media-budget
passhighInitial transfer was 358 KB with one 373-byte third-party request; video is user-initiated and not autoplayed.
be-agent-ready
structured-agent-capabilities
not-applicablehighThe publisher explicitly disallows GPTBot in robots.txt and sends X-Robots-Tag: noai, noimageai; no agent-facing capability or on-device inference surface is intended.
be-agent-ready
on-device-inference
not-applicablehighThe publisher explicitly disallows GPTBot in robots.txt and sends X-Robots-Tag: noai, noimageai; no agent-facing capability or on-device inference surface is intended.
be-memory-efficient
no-leak-under-repeated-interaction
passmediumAfter 20 menu-toggle clicks, heap self-size was 3,606,633 bytes versus 3,583,754 baseline (+0.64%) and native nodes stayed effectively flat (+8); no monotonic leak signal appeared.
be-memory-efficient
bounded-footprint
passmediumHeap summary reported 3.58 MB self-size and 61,068 snapshot nodes, proportionate to a 100-image server-rendered directory; runtime JS heap used was ~0.67 MB.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passmediumBefore/after constructor summaries showed no Detached* population; closures rose only 17 after the isolated repeat run and the menu interaction does not create DOM nodes.

Provenance

Canonical report: results/atomic/reports/0372-pornoborshch_com.json
Report SHA-256: cd81e811580325852ba8f7a4ed94549b9fa91a0b570de33246f8f1189b9970c9
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/pornoborshch_com/2026-07-20T07-51-32-990Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/pornoborshch_com/2026-07-20T07-51-32-990Z
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.