nx_a11y_check_test.nx
buildroot/runtime/nx_a11y_check_test.nx
about
nx_a11y_check_test.nx -- smoke for the WCAG 2.2 AA grader.
Builds synthetic HTML strings exercising each criterion:
- clean HTML (3 WIN)
- <img> without alt= (1.1.1 LOSE)
- font-size: 14px (1.4.4 LOSE)
- "click here" / "here" / "read more" (2.4.4 LOSE)
expect_exit: 0
license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_types.nxnx_tier.nxnx_a11y_check.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 19 | func _strlen(s: *u8) -> nx_int called by 1: main |
| 30 | func main() -> nx_int |