Fix invalid lang attribute and minor CSS issues in www UI#2889
Open
eGurucharri wants to merge 1 commit into
Open
Fix invalid lang attribute and minor CSS issues in www UI#2889eGurucharri wants to merge 1 commit into
eGurucharri wants to merge 1 commit into
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small accessibility/CSS cleanup found while running static analysis on our fork (espaciokooplagunak):
lang="us"is not a valid language code (usis a country, not a language), so screen readers fall back to guessing. Changed tolang="en"inwww/index.htmlandscript_docs/template.html.paddingdeclaration in.ui-tabs-vertical .ui-tabs-panel— it was dead code, always overridden by the!importantdeclaration a few lines below, so there is no visual change.sans-seriffallback after theempty-epsilonicon font.4 insertions, 5 deletions, static HTML/CSS only.
🤖 Generated with Claude Code