Manifest position 451 · CrUX rank bucket 1000
https://luticlip.com
Coverage complete
Coverage-complete audit of four representative public templates and the primary browse-to-watch journey.
All 58 atomic check outcomes
| Principle / check | Status | Confidence | Evidence or reason |
|---|---|---|---|
respect-user-preferencesrespects-color-scheme | issues | high | The dark/reduced probe found a black body and color-scheme "light dark", while screenshots and CSS inspection show no prefers-color-scheme rule. The UI does not offer a preference-driven light variant. F01 low: The site imposes the same dark palette for both color preferences. |
respect-user-preferencesrespects-reduced-motion | pass | high | The reduced-motion probe matched reduce and document.getAnimations() returned no active animations. |
respect-user-preferencesrespects-contrast | pass | high | Forced-colors emulation remained legible in the captured dark surface; Lighthouse contrast failures are separately recorded under the explicit WCAG contrast check. |
implement-natural-interactionsview-transitions | issues | high | The platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation. F02 low: Navigation and state changes have no authored View Transition treatment. |
implement-natural-interactionsscroll-driven-animations | not-applicable | high | No scroll-linked animation exists on the representative listing or detail templates. |
implement-natural-interactionsphysical-gestures | pass | high | Representative listing and detail paths use native scrolling and native video controls; no custom pointermove gesture layer was found. |
provide-guided-navigationscroll-state-aware-chrome | issues | high | The platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation. F02 low: Navigation and state changes have no authored View Transition treatment. |
provide-guided-navigationanchored-positioning | not-applicable | high | No tooltip, popover, or edge-positioned menu was present on the representative paths. |
provide-guided-navigationdirects-attention | issues | high | The platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation. F02 low: Navigation and state changes have no authored View Transition treatment. |
maximize-content-reduce-noiseno-intrusive-interruptions | pass | high | The only load-time modal is a proportionate age-verification gate for an adult site, with clear Yes and No choices. |
maximize-content-reduce-noisesemantic-dismissible-primitives | issues | high | The platform probe identified a DIV with role=dialog, and screenshots show the modal on load. Native dialog focus containment, Escape behavior, and return-focus semantics are therefore hand-implemented or absent. F19 medium: The mandatory age confirmation uses a custom role-dialog instead of the native dialog primitive. |
maximize-content-reduce-noisereduced-chrome | pass | high | Mobile screenshots devote the page primarily to search, listings, and the video player, with compact header chrome. |
adapt-to-the-form-factorresponsive-no-horizontal-scroll | pass | high | Layout at 360x800 reported scrollWidth 360, clientWidth 360, horizontalOverflowPx 0 on both listing and detail templates. |
adapt-to-the-form-factorcomponent-level-responsiveness | issues | high | Mobile layout has no overflow, but CSS inspection found no @container rules on reusable listing cards or navigation components. F18 low: Responsive behavior relies on viewport rules rather than component-level adaptation. |
adapt-to-the-form-factorinput-modality-aware | issues | high | The active focus probe reported outline-style none or a zero-width dotted outline for search, submit, navigation, and card links. F06 high: Keyboard focus is often visually absent. |
support-core-task-successclear-purpose-and-primary-action | pass | high | The first viewport identifies the video catalogue, exposes search, and presents latest content; the detail path exposes native playback controls immediately. |
support-core-task-successprimary-flow-completion | issues | high | The HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards. F03 high: A large share of listing thumbnails fail, undermining browsing and selection. |
support-core-task-successclear-system-state-and-recovery | issues | high | The HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards. F03 high: A large share of listing thumbnails fail, undermining browsing and selection. |
be-fast-and-stablegood-core-web-vitals | issues | high | HAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings. F09 high: Third-party and legacy scripts dominate delivery and delay interactivity. |
be-fast-and-stablevisual-stability | pass | high | Mobile layout observers reported CLS 0 with no captured shifts on listing and detail pages. |
be-fast-and-stableefficient-main-thread | pass | high | Trace found one 54.15ms long task and only 4.15ms total blocking time; layout observed one borderline task. |
be-fast-and-stableefficient-resource-delivery | issues | high | HAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings. F09 high: Third-party and legacy scripts dominate delivery and delay interactivity. |
be-fast-and-stabletrim-unused-and-duplicate-code | issues | high | HAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings. F09 high: Third-party and legacy scripts dominate delivery and delay interactivity. |
be-inclusivenames-roles-labels | issues | high | Lighthouse failed both form-label and link-name audits. The DOM probe shows the search text input and icon submit input without labels or aria-labels, plus multiple empty links. F04 high: Key controls and links lack accessible names or labels. |
be-inclusivesufficient-contrast | issues | high | Lighthouse color-contrast audit failed. Screenshots show muted gray Persian copy and metadata against black or dark gray surfaces. F05 high: Text and essential UI fail minimum color contrast. |
be-inclusivestructure-and-focus | issues | high | The active focus probe reported outline-style none or a zero-width dotted outline for search, submit, navigation, and card links. F06 high: Keyboard focus is often visually absent. |
be-inclusivelegible-text | pass | high | Mobile listing and detail screenshots show text reflowing within the viewport without clipping; contrast defects are recorded separately. |
be-inclusivezoom-reflow-targets-and-media | issues | high | The live meta viewport is width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0; Lighthouse failed meta-viewport. F07 high: The viewport explicitly prevents user zoom. |
follow-best-practicesno-console-errors | issues | high | Lighthouse failed errors-in-console and BFCache audits with three BFCache failure reasons; its best-practices score was 0.73. F10 medium: The page logs browser errors and blocks back-forward cache restoration. |
follow-best-practicessound-document-and-assets | issues | high | The HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards. The image audit found 32 of 32 images without srcset, all 32 in legacy PNG/JPEG formats, 28 below-fold images without loading=lazy, and two images without dimensions. F03 high: A large share of listing thumbnails fail, undermining browsing and selection. F08 medium: Images are not delivered responsively or efficiently. |
follow-best-practicesbrowser-platform-hygiene | issues | high | Lighthouse failed errors-in-console and BFCache audits with three BFCache failure reasons; its best-practices score was 0.73. F10 medium: The page logs browser errors and blocks back-forward cache restoration. |
be-discoverabletitle-and-description | issues | high | Discoverability found title and h1 in raw HTML but metaDescriptionPresentInRaw was null on the audited detail page. F11 medium: Representative detail pages omit a meta description. |
be-discoverablecrawlable-and-mobile-friendly | pass | high | Recon found real href links and a viewport meta; robots allows public content crawling and Lighthouse SEO scored 1.0. |
be-discoverablecanonical-and-indexing-signals | pass | high | Homepage exposes a canonical URL; robots points to a reachable sitemap index and the audited pages returned HTTP 200 without noindex. |
be-discoverablestructured-and-shareable-metadata | pass | high | Recon found an application/ld+json block and Lighthouse SEO scored 1.0 on the representative entry page. |
be-private-and-securesecure-transport-and-headers | issues | high | The header audit found no document Content-Security-Policy. Both Google Analytics cookies were not Secure, SameSite=None, and persisted for 400 days. F12 high: Security policy and cookie posture are incomplete. |
be-private-and-securedata-minimisation-and-third-parties | issues | high | Tracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties. F13 high: The page has a disproportionate advertising and tracking footprint. |
be-private-and-securein-context-permissions-and-modern-auth | issues | high | Recon found password-based login and reset forms with empty autocomplete attributes and no evidence of WebAuthn or passkey registration. F14 medium: Account forms lack modern authentication and autofill affordances. |
be-private-and-securedefensive-browser-policies | issues | high | The header audit found no document Content-Security-Policy. Both Google Analytics cookies were not Secure, SameSite=None, and persisted for 400 days. F12 high: Security policy and cookie posture are incomplete. |
be-resilientprogressive-enhancement | pass | high | Raw HTML returned 200 and retained title, h1, and 68% to 78% of rendered content tokens on listing and detail paths; neither is a JS shell. |
be-resilientresilient-runtime-behaviour | pass | high | Native navigation, video, and the bounded mobile layouts remained usable without overlay clipping on tested paths. |
be-resilientoffline-and-installable | not-applicable | high | This public media catalogue is not presented as an installable application; offline video delivery is not a proportionate expectation. |
be-resilientnetwork-and-http-failure-states | issues | high | The HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards. F03 high: A large share of listing thumbnails fail, undermining browsing and selection. |
be-internationalisedlang-dir-and-logical-properties | issues | high | The DOM reports html lang="en-US" and no dir although primary titles, navigation, and content are Persian. Detail metadata also renders an English date label. F15 high: Persian pages declare English and omit document direction. |
be-internationalisedlocale-aware-data | issues | high | The DOM reports html lang="en-US" and no dir although primary titles, navigation, and content are Persian. Detail metadata also renders an English date label. F15 high: Persian pages declare English and omit document direction. |
be-internationalisedtime-zone-correctness | not-applicable | high | The representative pages expose only publication dates, not scheduled events or cross-zone time coordination. |
be-trustworthyno-dark-patterns | issues | high | DOM recon found empty links, including one directly to adexchangerapid.com, while the tracker probe found numerous ad-tech origins. Users cannot identify the destination before activation. F16 high: Unnamed advertising links make destination and intent opaque. |
be-trustworthyhumane-error-handling | issues | high | The form probes show empty autocomplete values on username, password, email/reset, and search inputs, while several fields also lack explicit labels. F17 medium: Search and account forms provide weak input assistance. |
be-trustworthytrustworthy-input-assistance | issues | high | The form probes show empty autocomplete values on username, password, email/reset, and search inputs, while several fields also lack explicit labels. F17 medium: Search and account forms provide weak input assistance. |
be-trustworthysafe-commercial-and-account-flows | issues | high | Recon found password-based login and reset forms with empty autocomplete attributes and no evidence of WebAuthn or passkey registration. F14 medium: Account forms lack modern authentication and autofill affordances. |
be-sustainableoptimised-assets | issues | high | The image audit found 32 of 32 images without srcset, all 32 in legacy PNG/JPEG formats, 28 below-fold images without loading=lazy, and two images without dimensions. F08 medium: Images are not delivered responsively or efficiently. |
be-sustainableno-wasteful-work | issues | high | Tracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties. F13 high: The page has a disproportionate advertising and tracking footprint. |
be-sustainablethird-party-and-media-budget | issues | high | Tracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties. F13 high: The page has a disproportionate advertising and tracking footprint. |
be-agent-readystructured-agent-capabilities | not-applicable | high | No declared agent-facing intent or transactional agent capability was found. |
be-agent-readyon-device-inference | not-applicable | high | No summarisation, generation, or other inference surface exists where on-device AI would improve the core experience. |
be-memory-efficientno-leak-under-repeated-interaction | pass | medium | Baseline and post-menu-toggle heap summaries were 14.33 MB and 14.95 MB after ten toggle cycles, a bounded 4.3% difference across fresh loads, with no Detached constructor in either top summary. |
be-memory-efficientbounded-footprint | pass | high | Heap summaries measured 14.33 MB to 14.95 MB and about 226k to 234k nodes for an ad-heavy media listing; no unbounded run growth was observed. |
be-memory-efficientno-detached-dom-or-unbounded-listeners | pass | high | Neither heap summary contained a Detached* constructor among top allocations after ten attempted menu toggle cycles. |
Provenance
Canonical report: results/atomic/reports/0451-luticlip_com.json
Report SHA-256: 57b80bb216c246804553ebcf8e70bc1958355a28b6a0add8f056665e421732e4
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/luticlip_com/2026-07-20T22-22-46-564Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/luticlip_com/2026-07-20T22-22-46-564Z
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.