Manifest position 737 · CrUX rank bucket 1000
https://admissions.nic.in
Coverage complete
Coverage complete: all 58 registered checks received conclusive outcomes across six representative route archetypes plus a missing-route recovery test.
All 58 atomic check outcomes
| Principle / check | Status | Confidence | Evidence or reason |
|---|---|---|---|
respect-user-preferencesrespects-color-scheme | issues | high | Under prefers-color-scheme: dark the screenshot remains white and the computed body colors remain rgb(255,255,255) on rgb(33,37,41). F01 medium: The site does not follow the user’s dark color-scheme preference. |
respect-user-preferencesrespects-reduced-motion | issues | high | The reduced-motion probe reports one running animation with a 1000 ms duration while matchMedia(prefers-reduced-motion: reduce) is true. F02 medium: An animation continues when reduced motion is requested. |
respect-user-preferencesrespects-contrast | pass | high | Forced-colors screenshot retained visible text, controls, borders and navigation in the tested state. |
implement-natural-interactionsview-transitions | issues | high | DOM/CSS inspection found no view-transition signal, while the audited Home, Institutes, OR-CR and Counsellings routes replace the main view in the Angular shell. F03 low: SPA route changes have no directional or continuity transition. |
implement-natural-interactionsscroll-driven-animations | not-applicable | high | No parallax, scrollytelling, scroll reveal or other scroll-linked motion exists on the representative routes. |
implement-natural-interactionsphysical-gestures | not-applicable | high | No swipe, pull, drag, carousel gesture or comparable gesture-driven task exists in the representative paths. |
provide-guided-navigationscroll-state-aware-chrome | issues | high | The mobile home is 5,284 CSS pixels tall, while CSS inspection found no scroll-state query or progress/position affordance. F04 low: Long pages provide no scroll-position-aware navigation or progress cue. |
provide-guided-navigationanchored-positioning | not-applicable | high | No tooltip, contextual popover or edge-positioned menu was present in the tested route states. |
provide-guided-navigationdirects-attention | pass | high | Active navigation styling, route headings, and clear card/link labels guide attention on the tested routes. |
maximize-content-reduce-noiseno-intrusive-interruptions | pass | high | No load-time modal, interstitial, consent wall or full-viewport overlay appeared on any representative route. |
maximize-content-reduce-noisesemantic-dismissible-primitives | not-applicable | high | No modal, disclosure or transient overlay was present in the tested route states. |
maximize-content-reduce-noisereduced-chrome | pass | high | Mobile screenshots devote the primary viewport to route content after a compact shared header; no intrusive decorative chrome obscures tasks. |
adapt-to-the-form-factorresponsive-no-horizontal-scroll | pass | high | At 360×800, scrollWidth and clientWidth are both 360 with zero overflow; all six route screenshots reflow. |
adapt-to-the-form-factorcomponent-level-responsiveness | issues | high | The responsive mobile screenshots render without overflow, but CSS inspection found no @container or container-type signal across reused cards and filters. F05 low: Components adapt only through global layout rules, not their own containers. |
adapt-to-the-form-factorinput-modality-aware | issues | high | The focus/target probe found 11×11 carousel dots, a 20×20 Pause target, many 14–23 px-high links, and three unnamed focusable controls; Lighthouse target-size also failed eight targets. F06 high: Several controls are too small and some focusable controls have no accessible name. |
support-core-task-successclear-purpose-and-primary-action | pass | high | The Home H1 states the admissions purpose and primary counselling links are visible; route screenshots clearly name Institutes, ranks and National Counsellings tasks. |
support-core-task-successprimary-flow-completion | pass | high | Representative browsing reaches institute filters, rank authority choices and counselling search without login, modal or hidden prerequisite. |
support-core-task-successclear-system-state-and-recovery | issues | high | A fetch of /admiss/admissions/definitely-missing-web-uplift returned HTTP 200 with the generic Admissions shell instead of a 404 recovery state. F24 high: Unknown routes resolve to a misleading successful application shell. |
be-fast-and-stablegood-core-web-vitals | issues | high | The trace measured FCP/LCP at 3,478.53 ms and load end at 4,036.14 ms; Lighthouse performance scored 0.45. F07 high: Initial content is slow to become visible. |
be-fast-and-stablevisual-stability | issues | high | HAR/DOM evidence confirms parser-inserted non-deferred jQuery, Popper, Bootstrap, and a second jQuery; 1.54 MB transfers include a 316 KB banner, while all 28 images lack both dimensions. The images primitive reports all 28 images missing width/height; Lighthouse also failed image-aspect-ratio for one rendered image. F09 high: The critical path includes blocking legacy scripts and oversized, unsized images. F15 medium: Image sizing and aspect-ratio handling are unsound. |
be-fast-and-stableefficient-main-thread | issues | high | The trace recorded two long tasks (126.52 ms and 101.61 ms) and 128.13 ms total blocking time. F08 medium: Startup scripting blocks the main thread. |
be-fast-and-stableefficient-resource-delivery | issues | high | HAR/DOM evidence confirms parser-inserted non-deferred jQuery, Popper, Bootstrap, and a second jQuery; 1.54 MB transfers include a 316 KB banner, while all 28 images lack both dimensions. F09 high: The critical path includes blocking legacy scripts and oversized, unsized images. |
be-fast-and-stabletrim-unused-and-duplicate-code | issues | high | Rendered DOM lists two jQuery files plus ES2015 and ES5 bundle variants; Lighthouse flags missing source maps for a large first-party bundle. F10 medium: The page ships duplicate and legacy JavaScript. |
be-inclusivenames-roles-labels | issues | high | The images audit found 21 of 28 images without alt; Lighthouse failed image-alt (7 rendered nodes) and button-name (2 nodes), and the Counsellings stream select has no label. F11 high: Key images and controls lack accessible alternatives. |
be-inclusivesufficient-contrast | issues | high | Lighthouse’s color-contrast audit failed 24 nodes on the landing page. F12 high: Text and controls repeatedly fail minimum contrast. |
be-inclusivestructure-and-focus | issues | high | Lighthouse failed heading-order; several non-home routes expose no meaningful page heading, and the focus probe found unnamed controls and inputs whose computed outline is none. F13 medium: Heading structure and focus semantics are inconsistent. |
be-inclusivelegible-text | pass | high | Desktop and mobile screenshots show readable line lengths, wrapping and no text clipping in the sampled route states. |
be-inclusivezoom-reflow-targets-and-media | issues | high | The focus/target probe found 11×11 carousel dots, a 20×20 Pause target, many 14–23 px-high links, and three unnamed focusable controls; Lighthouse target-size also failed eight targets. F06 high: Several controls are too small and some focusable controls have no accessible name. |
follow-best-practicesno-console-errors | issues | high | Lighthouse failed errors-in-console and reported seven logged browser errors. F14 medium: The page logs browser errors during load. |
follow-best-practicessound-document-and-assets | issues | high | The images primitive reports all 28 images missing width/height; Lighthouse also failed image-aspect-ratio for one rendered image. F15 medium: Image sizing and aspect-ratio handling are unsound. |
follow-best-practicesbrowser-platform-hygiene | issues | high | Lighthouse reports two DevTools Inspector issues and a missing source map for a large first-party JavaScript bundle. F16 low: Production debugging and browser hygiene have unresolved issues. |
be-discoverabletitle-and-description | issues | high | Rendered metadata reports title “Admissions” and no description; Lighthouse fails meta-description, and route probes show the same title across six archetypes. F17 high: Every audited route uses a generic title and has no meta description. |
be-discoverablecrawlable-and-mobile-friendly | pass | high | Viewport meta is present and primary route/navigation links use real HTTPS href values; the root robots absence does not itself block crawling. |
be-discoverablecanonical-and-indexing-signals | issues | high | No canonical was found; /robots.txt and /sitemap.xml return 404; an application nonexistent route returns HTTP 200. F18 high: Indexing signals are incomplete and nonexistent routes return a success shell. |
be-discoverablestructured-and-shareable-metadata | issues | high | The rendered DOM contains zero JSON-LD blocks and no Open Graph metadata. F19 medium: The public admissions entity has no structured or share-preview metadata. |
be-private-and-securesecure-transport-and-headers | issues | high | CSP permits unsafe-inline and unsafe-eval; ASP.NET_SessionId lacks Secure, and another session cookie lacks HttpOnly and uses SameSite=None. F20 high: Session cookies and the CSP are not securely hardened. |
be-private-and-securedata-minimisation-and-third-parties | issues | high | Tracker/HAR evidence finds four third-party origins, Google Tag Manager, seven third-party requests and 280,624 third-party bytes. F21 medium: The public portal loads tracking and translation third parties by default. |
be-private-and-securein-context-permissions-and-modern-auth | not-applicable | high | No permission prompt or authentication flow is part of this public admissions-directory scope; the disabled Sign In control was not an exercisable auth journey. |
be-private-and-securedefensive-browser-policies | issues | high | Headers evidence finds no HSTS, nosniff, frame-ancestors/X-Frame-Options, Referrer-Policy, or Permissions-Policy. F22 high: Important browser-enforced security policies are missing. |
be-resilientprogressive-enhancement | issues | high | Discoverability evidence fetched 783 bytes of raw HTML with zero visible text/content tokens, 0% rendered-word coverage, no title or H1, and a blank crawler screenshot. F23 critical: All core public content disappears without JavaScript. |
be-resilientresilient-runtime-behaviour | pass | high | Representative list/filter/menu surfaces rendered without clipped overlays or unstable state in desktop/mobile captures. |
be-resilientoffline-and-installable | not-applicable | high | This public informational portal is not presented as an installable app; offline installability is contextual, while progressive enhancement is judged separately. |
be-resilientnetwork-and-http-failure-states | issues | high | A fetch of /admiss/admissions/definitely-missing-web-uplift returned HTTP 200 with the generic Admissions shell instead of a 404 recovery state. F24 high: Unknown routes resolve to a misleading successful application shell. |
be-internationalisedlang-dir-and-logical-properties | pass | high | The document declares lang=en and the integrated language translator provides an explicit localization affordance; tested mobile layouts preserve reading order. |
be-internationalisedlocale-aware-data | pass | high | Visible counts use Indian digit grouping (for example 11,60,368), appropriate to the portal’s national locale. |
be-internationalisedtime-zone-correctness | not-applicable | high | No event time, appointment, deadline timestamp or other time-zone-sensitive value appeared on representative routes. |
be-trustworthyno-dark-patterns | pass | high | No consent wall, forced continuity, confirmshaming, disguised advertisement or paid/account continuity flow appeared across six representative routes. |
be-trustworthyhumane-error-handling | not-applicable | high | No authored data-entry form with a validation/error submission path appeared in the representative public routes. |
be-trustworthytrustworthy-input-assistance | not-applicable | high | No address, payment, sign-in, sign-up or personal-data input requiring autocomplete tokens appeared in scope. |
be-trustworthysafe-commercial-and-account-flows | not-applicable | high | No checkout, subscription, active authentication or account-management flow was available in the public scope. |
be-sustainableoptimised-assets | issues | high | The page transfers 733,872 image bytes; 13 images use legacy formats, 10 below-fold images are not lazy, five are oversized, and six responsive candidates lack srcset. F25 high: Image delivery wastes bandwidth. |
be-sustainableno-wasteful-work | pass | high | Trace/HAR showed a bounded load with no media autoplay and no continuing long-task stream during the observation window. |
be-sustainablethird-party-and-media-budget | issues | high | The 1.54 MB load includes 280,624 third-party bytes and a 316,400-byte banner; translation resources are loaded twice in the script list. F26 medium: Third-party and decorative bytes are disproportionate for a mostly informational page. |
be-agent-readystructured-agent-capabilities | not-applicable | high | Agent-facing integration is emerging and not declared as an intent for this public directory; absence is an opportunity, not a failure. |
be-agent-readyon-device-inference | not-applicable | high | No summarization or language-model task requiring on-device inference is declared or necessary for the sampled portal tasks. |
be-memory-efficientno-leak-under-repeated-interaction | pass | high | After ten full-page scroll cycles, heap snapshot self size increased about 0.75% (24,937,363 to 25,124,819 bytes) and DOM count stayed 591. |
be-memory-efficientbounded-footprint | pass | high | The page held about 25 MB heap self-size and 375k heap nodes, proportionate to the rendered Angular portal and stable during the sampled interaction. |
be-memory-efficientno-detached-dom-or-unbounded-listeners | pass | high | Across ten scroll cycles DOM element count stayed exactly 591 and heap node growth was about 0.13%; no unbounded accumulation signal was observed. |
Provenance
Canonical report: results/atomic/reports/0737-admissions_nic_in.json
Report SHA-256: 4e2fde441f0e4bb46095c596f5b6eefda58cb69b7b110530d9e66b5c11754234
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/admissions_nic_in/2026-07-26T21-44-58-448Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/admissions_nic_in/2026-07-26T21-44-58-448Z
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.