Manifest position 731 · CrUX rank bucket 1000

https://manhwaweb.com

Coverage complete

Coverage-complete report-mode audit across five representative public paths. Excluded: registration submission, authenticated profile/library state, uploads, forum posting, payments, destructive account actions, and exhaustive chapter/title sampling because they require credentials, mutate state, leave the primary domain, or reuse audited 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
issueshighDOM computed styles report color-scheme: normal, no relevant preference CSS was found, and normal/dark screenshots are byte-identical.
F01 medium: The fixed dark palette is not connected to the user’s colour-scheme preference.
respect-user-preferences
respects-reduced-motion
passhighReduced-motion emulation matched and runtime/CSS probe found zero active animations, so no non-essential motion remained to suppress.
respect-user-preferences
respects-contrast
passhighForced-colors/high-contrast screenshot retains visible text, navigation, controls and content imagery.
implement-natural-interactions
view-transitions
issueshighCSS/runtime probe found no view-transition rules while the audited journey crosses SPA routes from listing to detail to reader.
F02 low: Route changes swap abruptly without a transition.
implement-natural-interactions
scroll-driven-animations
passhighRuntime/CSS probe found no scroll listeners or scroll-linked effects; the site uses native scrolling rather than main-thread parallax.
implement-natural-interactions
physical-gestures
passhighRepresentative catalogue and reader rely on native scrolling and ordinary links/buttons; no custom pointer/gesture handler fights platform behaviour.
provide-guided-navigation
scroll-state-aware-chrome
issueshighThe 4,632px homepage and long reader retain static chrome; CSS probe found no scroll-state query, scroll progress, or scroll timeline.
F03 low: Long pages provide no scroll-position-aware navigation feedback.
provide-guided-navigation
anchored-positioning
not-applicablehighNo tooltip, popover or anchored overlay exists on the representative surfaces.
provide-guided-navigation
directs-attention
passhighLibrary current navigation is visibly highlighted, title cards lead directly to detail, and reader exposes prominent chapter controls.
maximize-content-reduce-noise
no-intrusive-interruptions
issueshighMobile homepage starts with a large migration promotion and external banner; reader starts with two ad blocks before the first chapter panel.
F04 high: Promotions and ads displace the primary content at the start of key journeys.
maximize-content-reduce-noise
semantic-dismissible-primitives
issueshighThe library “Filtros” disclosure is a styled div and the mobile menu button has no accessible name or aria-expanded state; no dialog/details/popover primitives were found.
F05 medium: Custom interactive disclosures lack semantic state.
maximize-content-reduce-noise
reduced-chrome
issueshighScreenshots show radio chrome, migration artwork and advertising occupying most or all of the first viewport before catalogue/chapter content.
F06 high: Non-content chrome overwhelms the catalogue and reader.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighAt 360x800 the layout observer measured scrollWidth=clientWidth=360 with zero horizontal overflow across a usable mobile layout.
adapt-to-the-form-factor
component-level-responsiveness
issueshighThe CSS probe found no container queries or container-type despite cards and controls appearing in multiple grid widths.
F07 low: Reusable card/filter components only respond to viewport breakpoints.
adapt-to-the-form-factor
input-modality-aware
issueshighFocus probe found visible controls as small as 17–26px high; the mobile menu and search submit buttons have no accessible text, and Lighthouse button-name failed.
F08 medium: Several controls have weak touch and keyboard affordances.
support-core-task-success
clear-purpose-and-primary-action
issueshighThere is no h1 or main landmark; the first mobile viewport is dominated by radio and migration imagery rather than a clear catalogue heading or read/browse action.
F09 high: The homepage delays and weakens the primary browse/read task.
support-core-task-success
primary-flow-completion
passhighThe representative journey completed from catalogue to title detail to a readable chapter with real href navigation and visible next controls.
support-core-task-success
clear-system-state-and-recovery
issueshighHAR records multiple net::ERR_BLOCKED_BY_ORB image failures, while the UI shows broken/blank media without retry or explanatory fallback.
F10 medium: Failed media has no useful recovery state.
be-fast-and-stable
good-core-web-vitals
issueshighLighthouse measured LCP 8.5s and CLS 0.417 (performance 0.49); the independent layout run measured CLS 0.350.
F11 high: Loading performance and stability miss Core Web Vitals targets.
be-fast-and-stable
visual-stability
issueshighAll 65 inspected images lack width/height attributes and layout observer recorded two shifts totalling 0.350.
F12 high: Images and late content cause large layout shifts.
be-fast-and-stable
efficient-main-thread
passhighTrace measured zero long tasks and 0ms total blocking time; Lighthouse TBT was 20ms.
be-fast-and-stable
efficient-resource-delivery
issueshighHAR captured 108 requests and 8.47MB transferred, including 8.11MB images, 102 third-party requests and many 301/302 image redirects; LCP was 8.5s.
F13 high: The homepage transfers an excessive image payload through redirect-heavy third parties.
be-fast-and-stable
trim-unused-and-duplicate-code
issueshighLighthouse estimated 167KiB unused JavaScript and 10KiB unused CSS.
F14 medium: The page ships avoidable JavaScript and CSS.
be-inclusive
names-roles-labels
issueshighLighthouse button-name failed; the mobile menu/search buttons have no name, home recon found numerous empty-text anchors, and image audit found 8 missing alt values.
F15 high: Important controls and links lack accessible names.
be-inclusive
sufficient-contrast
issueshighLighthouse contrast audit failed, including red “4TA actualizacion” at 3.03:1 and white category labels as low as 2.14:1.
F16 high: Text labels fail WCAG contrast.
be-inclusive
structure-and-focus
issueshighHomepage and library have no h1; DOM inspection found no main element, and headings begin at h3.
F17 medium: Pages lack a logical heading and landmark structure.
be-inclusive
legible-text
passhighMobile screenshots show readable body copy and labels without clipping; reflow has no horizontal overflow.
be-inclusive
zoom-reflow-targets-and-media
issueshighFocus/target probe measured visible links and buttons at 17–26px high, below the recommended 44px touch target, although mobile reflow itself had no overflow.
F18 medium: Small controls reduce usability under touch and zoom.
follow-best-practices
no-console-errors
passhighLighthouse errors-in-console audit passed with no logged browser errors.
follow-best-practices
sound-document-and-assets
issueshighImage audit found 65/65 images without width/height, 43 oversized and 27 legacy-format images; Lighthouse unsized-images failed.
F19 high: Image dimensions and aspect-ratio reservations are missing.
follow-best-practices
browser-platform-hygiene
passhighLighthouse best-practices scored 0.96, no permission prompt fired on load, and no runtime deprecation/console failure was observed.
be-discoverable
title-and-description
passhighHomepage, library, title detail and reader expose route-specific descriptive titles; homepage/detail have descriptive meta descriptions.
be-discoverable
crawlable-and-mobile-friendly
issueshighReader DOM contains javascript: navigation/vote links and numerous anchors with empty accessible text; Lighthouse crawlable-anchors failed.
F20 high: Some links are not crawlable or descriptive.
be-discoverable
canonical-and-indexing-signals
issueshighNo canonical URL was found, and /sitemap.xml returns the generic application HTML rather than an XML sitemap.
F21 high: Canonical and sitemap signals are incomplete.
be-discoverable
structured-and-shareable-metadata
issueshighRepresentative title detail has no JSON-LD or Open Graph metadata despite representing a named creative work.
F22 medium: Content pages lack structured data and social previews.
be-private-and-secure
secure-transport-and-headers
issueshighHeader audit found no CSP response header, HSTS or nosniff; both analytics cookies were non-Secure and SameSite=None.
F23 high: HTTPS is present but baseline security headers and cookie flags are absent.
be-private-and-secure
data-minimisation-and-third-parties
issueshighTracker audit found 7 third-party origins including Google Analytics; HAR found 102 third-party requests, and 400-day analytics cookies are set without an observed consent control.
F24 high: Third-party and analytics exposure is disproportionate.
be-private-and-secure
in-context-permissions-and-modern-auth
issueshighLogin exposes email/password and Google sign-in but no passkey/WebAuthn affordance; password/email inputs also omit autocomplete tokens. No permission prompt fired on load.
F25 medium: Authentication lacks modern credential support.
be-private-and-secure
defensive-browser-policies
issueshighHeader audit found no clickjacking control, Referrer-Policy or Permissions-Policy, alongside absent HSTS/CSP.
F26 high: Browser-enforced defensive policies are missing.
be-resilient
progressive-enhancement
issueshighDiscoverability runs report 1% raw/rendered word coverage and an empty #root; both homepage and title detail are JS shells, and the crawler screenshots are blank.
F27 high: Core content disappears without JavaScript.
be-resilient
resilient-runtime-behaviour
passhighRepresentative menus, cards, detail and reader rendered without clipped overlays or broken route state at mobile width.
be-resilient
offline-and-installable
not-applicablehighThis public content catalogue is not presented as an installable app; offline installation is contextual, while no-JS resilience is assessed separately.
be-resilient
network-and-http-failure-states
issueshighHAR records ORB-blocked images and aborted requests; screenshots/DOM offer no retry or useful fallback for those failures.
F28 medium: Network and asset failures degrade to broken content.
be-internationalised
lang-dir-and-logical-properties
not-applicablehighThe site is deliberately Spanish-only and no alternate language or writing-mode surface was found.
be-internationalised
locale-aware-data
not-applicablehighThe audited public flow has no currency, locale selector or user-entered locale-sensitive data; relative Spanish timestamps are content copy.
be-internationalised
time-zone-correctness
not-applicablehighNo scheduled event, booking, calendar or cross-time-zone workflow exists in the representative paths.
be-trustworthy
no-dark-patterns
passhighAds on the reader are visibly labelled AD; no consent wall, confirmshaming, forced continuity or disguised purchase was observed.
be-trustworthy
humane-error-handling
passhighLogin fields use native required constraints and an empty submit was safely blocked without data loss.
be-trustworthy
trustworthy-input-assistance
issueshighLogin email/password fields and search inputs report empty autocomplete attributes.
F32 medium: Login and search inputs omit autocomplete assistance.
be-trustworthy
safe-commercial-and-account-flows
passhighThe observed login offers a clear first-party form and Google alternative with registration link; no checkout/subscription commitment exists in scope.
be-sustainable
optimised-assets
issueshighImage audit found 43 oversized images, 37 without srcset and 27 legacy formats; a single promotional PNG transferred 2.55MB.
F29 high: Images are oversized and insufficiently responsive.
be-sustainable
no-wasteful-work
issueshighHAR records 100 image requests and 8.11MB of images, while 36 below-fold images are not lazy loaded.
F30 high: The homepage eagerly fetches substantially more media than the first view needs.
be-sustainable
third-party-and-media-budget
issueshighThird-party requests account for 8.21MB of 8.47MB transferred and 102/108 requests; large banners and radio chrome precede core content.
F31 high: Third-party media dominates the page budget.
be-agent-ready
structured-agent-capabilities
not-applicablehighNo declared agent-facing intent exists; this emerging capability is optional for the audited reader catalogue.
be-agent-ready
on-device-inference
not-applicablehighNo user task in the audited scope requires on-device inference; this emerging capability is optional.
be-memory-efficient
no-leak-under-repeated-interaction
passhighAfter 20 mobile-menu toggles, heap self-size changed only from 9,220,825 to 9,272,343 bytes (+0.56%) and node count by +0.61%, with no monotonic leak signal.
be-memory-efficient
bounded-footprint
passhighBaseline heap summary was 9.22MB self size for the media-rich catalogue, proportionate to the rendered page.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passhighBefore/after summaries show closures 7,846→7,864 and no Detached* constructor among top retained constructors after 20 toggles; no unbounded accumulation was observed.

Provenance

Canonical report: results/atomic/reports/0731-manhwaweb_com.json
Report SHA-256: c659a3ffce43baaac467c199e4001751f3efd35d219bf926127faa86300149e5
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/manhwaweb_com/2026-07-22T17-27-30-908Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/manhwaweb_com/2026-07-22T17-27-30-908Z
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.