Skip to content

Finalize accessibility docs and performance reports#1

Open
andreazedda wants to merge 1 commit into
mainfrom
codex/conduct-usability-and-accessibility-review
Open

Finalize accessibility docs and performance reports#1
andreazedda wants to merge 1 commit into
mainfrom
codex/conduct-usability-and-accessibility-review

Conversation

@andreazedda
Copy link
Copy Markdown
Owner

Summary

  • Added the acceptance checklist and accessibility interaction report required for hand-off.
  • Replaced remote font/bootstrap dependencies with custom layout, focus, and CTA styles plus an inline favicon and deferred scripts.
  • Captured before/after Lighthouse reports and added npm tooling for repeatable audits.

Testing

  • CHROME_PATH=/root/.cache/puppeteer/chrome/linux-140.0.7339.82/chrome-linux64/chrome npx --yes lighthouse http://127.0.0.1:8091/index.html --only-categories=performance,accessibility,best-practices,seo --output=json --output-path=reports/lighthouse-before.json --quiet --form-factor=mobile --screenEmulation.mobile --screenEmulation.width=360 --screenEmulation.height=640 --screenEmulation.deviceScaleFactor=2 --throttling-method=simulate --chrome-flags="--headless --no-sandbox --disable-gpu --ignore-certificate-errors"
  • CHROME_PATH=/root/.cache/puppeteer/chrome/linux-140.0.7339.82/chrome-linux64/chrome npx --yes lighthouse http://127.0.0.1:8094/index.html --only-categories=performance,accessibility,best-practices,seo --output=json --output-path=reports/lighthouse-after.json --quiet --form-factor=mobile --screenEmulation.mobile --screenEmulation.width=360 --screenEmulation.height=640 --screenEmulation.deviceScaleFactor=2 --throttling-method=simulate --chrome-flags="--headless --no-sandbox --disable-gpu --ignore-certificate-errors"

https://chatgpt.com/codex/tasks/task_e_68cc0b4816c48330b3ce85ef80260110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant