Skip to content

Fix invalid lang attribute and minor CSS issues in www UI#2889

Open
eGurucharri wants to merge 1 commit into
daid:masterfrom
eGurucharri:www-lang-and-css-fixes
Open

Fix invalid lang attribute and minor CSS issues in www UI#2889
eGurucharri wants to merge 1 commit into
daid:masterfrom
eGurucharri:www-lang-and-css-fixes

Conversation

@eGurucharri

Copy link
Copy Markdown

Small accessibility/CSS cleanup found while running static analysis on our fork (espaciokooplagunak):

  • lang="us" is not a valid language code (us is a country, not a language), so screen readers fall back to guessing. Changed to lang="en" in www/index.html and script_docs/template.html.
  • Removed a duplicate padding declaration in .ui-tabs-vertical .ui-tabs-panel — it was dead code, always overridden by the !important declaration a few lines below, so there is no visual change.
  • Added a sans-serif fallback after the empty-epsilon icon font.

4 insertions, 5 deletions, static HTML/CSS only.

🤖 Generated with Claude Code

- lang="us" is not a valid language code; use lang="en" in
  www/index.html and script_docs/template.html so screen readers
  pick the right language.
- Remove duplicate padding declaration in .ui-tabs-vertical
  .ui-tabs-panel (overridden by the later !important declaration).
- Add sans-serif fallback after the empty-epsilon icon font.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant