Commit Graph

8 Commits

Author SHA1 Message Date
STEP35 Burn Agent
9ebfbe4f81 fix(a11y): V6 — change login heading from <h4> to <h1>
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 36s
PR Checklist / pr-checklist (pull_request) Failing after 3m14s
Smoke Test / smoke (pull_request) Failing after 23s
Validate Config / YAML Lint (pull_request) Failing after 18s
Validate Config / JSON Validate (pull_request) Successful in 23s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m3s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Shell Script Lint (pull_request) Failing after 1m3s
Validate Config / Cron Syntax Check (pull_request) Successful in 15s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 11s
Validate Config / Playbook Schema Validation (pull_request) Successful in 27s
Architecture Lint / Lint Repository (pull_request) Failing after 26s
The sign-in page heading was `<h4>` breaking heading hierarchy
(WCAG 1.3.1). Override `user/auth/signin_inner.tmpl` with corrected
inner template:
- Change heading to `<h1>` for proper rank
- Fix template structure: remove extraneous base/head/footer includes
- Use proper context variable `ctx.Locale` instead of `.locale`
- Preserve R1 (password visibility) and R2 (aria-required) improvements

Closes #550
2026-04-30 19:47:27 -04:00
Merge Bot
2b1e395222 Merge PR #560: deploy/gitea-a11y/custom/templates/repo/list_a11y.tmpl 2026-04-16 05:11:54 +00:00
Merge Bot
7baa599dd5 Merge PR #560: deploy/gitea-a11y/custom/templates/custom/time_relative.tmpl 2026-04-16 05:11:50 +00:00
Merge Bot
67aa59ca04 Merge PR #560: deploy/gitea-a11y/custom/templates/custom/header_banner.tmpl 2026-04-16 05:11:48 +00:00
Merge Bot
a7dd0eda53 Merge PR #560: deploy/gitea-a11y/custom/templates/user/auth/signin_inner.tmpl (added) 2026-04-16 05:11:33 +00:00
Merge Bot
bb09b374ce Merge PR #560: deploy/gitea-a11y/custom/templates/custom/a11y_head.tmpl (added) 2026-04-16 05:11:25 +00:00
Merge Bot
1f8f1abb29 Merge PR #663: deploy/gitea-a11y/custom/public/css/a11y-fixes.css 2026-04-16 05:10:54 +00:00
697a273f0f fix: a11y R4 - <time> elements for relative timestamps (closes #554) (#569)
Some checks failed
Architecture Lint / Linter Tests (push) Successful in 10s
Smoke Test / smoke (push) Failing after 7s
Validate Config / YAML Lint (push) Failing after 7s
Validate Config / JSON Validate (push) Successful in 7s
Architecture Lint / Lint Repository (push) Has been cancelled
Validate Config / Playbook Schema Validation (push) Has been cancelled
Validate Config / Python Test Suite (push) Has been cancelled
Validate Config / Cron Syntax Check (push) Has been cancelled
Validate Config / Deploy Script Dry Run (push) Has been cancelled
Validate Config / Python Syntax & Import Check (push) Has been cancelled
Validate Config / Shell Script Lint (push) Has been cancelled
Merge PR #569

Co-authored-by: Timmy Time <timmy@alexanderwhitestone.ai>
Co-committed-by: Timmy Time <timmy@alexanderwhitestone.ai>
2026-04-14 22:17:39 +00:00